aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_msdos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-121-18/+9
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-3/+3
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-6/+8
* 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
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* 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-1/+1
* fat: Cleanup msdos_lookup()OGAWA Hirofumi2008-11-061-17/+21
* fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-061-1/+1
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-061-1/+1
* fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi2008-11-061-0/+702