summaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* fat: change timestamp updates to use fat_truncate_timeFrank Sorenson2018-10-311-7/+7
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-311-0/+1
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-13/+7Star
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-8/+14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-8/+14
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1Star
|/
* iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* fat: convert to new i_version APIJeff Layton2018-01-291-11/+11
* vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-091-23/+12Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-6/+10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-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-281-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-301-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-111-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-2/+0Star
|/
* 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/+4Star
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+1
* fat: drop lock/unlock superMarco Stornelli2012-10-101-15/+15
* fat (exportfs): fix dentry reconnectionSteven J. Magnani2012-10-051-3/+2Star
* fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani2012-07-311-8/+3Star
* 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-241-1/+1
* fat: clean up xlate_to_uni()Namjae Jeon2012-03-241-47/+36Star
* 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-041-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-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/+2Star
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0Star
* 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-131-18/+9Star