aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
Commit message (Expand)AuthorAgeFilesLines
* Samsung i9300 Update 10sakindia1232013-06-141-1/+2
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-121-2/+2
|/
* fat: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-2/+2
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-121-18/+9
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+6
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-4/+4
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-3/+5
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-13/+20
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* BKL: Remove BKL from fatArnd Bergmann2010-10-041-4/+3
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+6
* fat: fix buffer overflow in vfat_create_shortname()Nikolaus Schulz2010-03-311-3/+3
* fat: Fix stat->f_namelenKevin Dankwardt2010-02-101-3/+3
* fat: Fix vfat_lookup()OGAWA Hirofumi2010-01-121-5/+16
* fat/nls: Fix handling of utf8 invalid charOGAWA Hirofumi2009-08-011-11/+4
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-161-2/+2
|\
| * NLS: update handling of UnicodeAlan Stern2009-06-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-1/+1
|\ \ | |/ |/|
| * FAT: add 'errors' mount optionDenis Karpov2009-06-041-1/+1
* | Sanitize ->fsync() for FATAl Viro2009-06-111-2/+2
|/
* constify dentry_operations: FATAl Viro2009-03-271-2/+2
* fat: drop negative dentry on rename() pathOGAWA Hirofumi2008-11-121-1/+1
* fat: Kill d_invalidate() in vfat_lookup()OGAWA Hirofumi2008-11-061-7/+6
* fat: Fix/Cleanup dcache handling for vfatOGAWA Hirofumi2008-11-061-44/+80
* vfat: Fix vfat_find() error path in vfat_lookup()OGAWA Hirofumi2008-11-061-5/+13
* fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-061-2/+3
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-061-2/+1
* fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi2008-11-061-0/+1055