aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro1-2/+2
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-18/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-4/+4
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-3/+5
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-13/+20
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
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz1-3/+3
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt1-3/+3
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi1-5/+16
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi1-11/+4
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-2/+2
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
2009-06-15NLS: update handling of UnicodeAlan Stern1-2/+2
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-2/+2
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi1-1/+1
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi1-7/+6
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi1-44/+80
2008-11-06vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi1-5/+13
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-2/+3
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-2/+1
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi1-0/+1055