summaryrefslogtreecommitdiff
path: root/fs/fat/namei_vfat.c
AgeCommit message (Expand)Author
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl 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-03-10fat: fix d_revalidate oopsen on NFS exportsAl Viro
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
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
2010-03-31fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz
2010-02-10fat: Fix stat->f_namelenKevin Dankwardt
2010-01-12fat: Fix vfat_lookup()OGAWA Hirofumi
2009-08-01fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds
2009-06-15NLS: update handling of UnicodeAlan Stern
2009-06-11Sanitize ->fsync() for FATAl Viro
2009-06-04FAT: add 'errors' mount optionDenis Karpov
2009-03-27constify dentry_operations: FATAl Viro
2008-11-12fat: drop negative dentry on rename() pathOGAWA Hirofumi
2008-11-06fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi
2008-11-06fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi
2008-11-06vfat: Fix vfat_find() error path in vfat_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