summaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_msdos.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+6
* | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-271-6/+6
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-2/+0
|/
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-4/+2
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fat: drop lock/unlock superMarco Stornelli2012-10-091-13/+13
* fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-061-1/+1
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-061-3/+2
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-301-8/+3
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-19/+10
* 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
OpenPOWER on IntegriCloud