aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas1-1/+122
2022-06-16fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi1-32/+57
2022-06-16fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas1-7/+14
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng1-4/+0
2021-01-24fat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-6/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson1-7/+7
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+1
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-13/+7
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-8/+14
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-8/+14
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro1-12/+1
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli1-1/+1
2018-01-29fat: convert to new i_version APIJeff Layton1-11/+11
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi1-23/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+10
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-5/+5
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-16vfat: don't use ->d_timeMiklos Szeredi1-4/+15
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-2/+2
2016-07-30qstr: constify instances in vfatAl Viro1-3/+3
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7
2014-12-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-8/+4
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09fat: drop lock/unlock superMarco Stornelli1-15/+15
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-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-6/+6
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon1-1/+1
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon1-47/+36
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+2
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-18NLS: improve UTF8 -> UTF16 string conversion routineAlan Stern1-1/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0