summaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-6/+10
|\
| * 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-5/+5
| |/
* | vfat: don't use ->d_timeMiklos Szeredi2016-09-161-4/+15
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-3/+3
|\
| * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-2/+2
| * cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-3/+3
|\ \ | |/ |/|
| * qstr: constify instances in vfatAl Viro2016-07-301-3/+3
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-2/+0
|/
* fat: fix oops on corrupted vfat fsAl Viro2014-12-031-9/+11
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-8/+4
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fat: drop lock/unlock superMarco Stornelli2012-10-091-15/+15
* 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
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-6/+6
* fat: fix bug in enforcing Long File Name lengthNamjae Jeon2012-03-231-1/+1
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-231-47/+36
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+2
|\
| * NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern2011-11-181-1/+2
* | 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
* LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+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
OpenPOWER on IntegriCloud