aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_msdos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-4/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09fat: drop lock/unlock superMarco Stornelli1-13/+13
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani1-3/+2
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani1-8/+3
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-19/+10
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-04-12fat: use new setup() for ->dir_ops tooOGAWA Hirofumi1-2/+2
2011-01-12switch fat to ->s_d_op, close exportfs races thereAl Viro1-18/+9
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-6/+8
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
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds1-1/+1
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-1/+1
2008-11-06fat: Cleanup msdos_lookup()OGAWA Hirofumi1-17/+21
2008-11-06fat: Fix and cleanup timestamp conversionOGAWA Hirofumi1-1/+1
2008-11-06fat: split include/msdos_fs.hOGAWA Hirofumi1-1/+1
2008-11-06fat: move fs/vfat/* and fs/msdos/* to fs/fatOGAWA Hirofumi1-0/+702