aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/namei_msdos.c
AgeCommit message (Expand)Author
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Remove BKL from fatArnd Bergmann
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2009-03-27constify dentry_operations: FATAl Viro
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi