aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_msdos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-18/+9
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-6/+8
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Remove BKL from fatArnd Bergmann1-4/+3
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-11Sanitize ->fsync() for FATAl Viro1-2/+2
2009-06-04FAT: add 'errors' mount optionDenis Karpov1-1/+1
2009-03-27constify dentry_operations: FATAl Viro1-1/+1
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi1-17/+21
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-1/+1
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi1-0/+702