summaryrefslogtreecommitdiff
path: root/fs/fat/namei_msdos.c
Commit message (Expand)AuthorAge
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-17
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
* fat: drop lock/unlock superMarco Stornelli2012-10-09
* fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-06
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-06
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-30
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-26
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-12
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-12
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* new helper: mount_bdev()Al Viro2010-10-29
* BKL: Remove BKL from fatArnd Bergmann2010-10-04
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-04
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-16
|\
| * FAT: add 'errors' mount optionDenis Karpov2009-06-04
* | Sanitize ->fsync() for FATAl Viro2009-06-11
|/
* constify dentry_operations: FATAl Viro2009-03-27
* fat: Cleanup msdos_lookup()OGAWA Hirofumi2008-11-06
* fat: Fix and cleanup timestamp conversionOGAWA Hirofumi2008-11-06
* fat: split include/msdos_fs.hOGAWA Hirofumi2008-11-06
* fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi2008-11-06