summaryrefslogtreecommitdiff
path: root/fs/fat/namei_vfat.c
AgeCommit message (Expand)Author
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-02fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner
2022-06-16fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas
2022-06-16fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi
2022-06-16fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng
2021-01-24fat: handle idmapped mountsChristian Brauner
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-13vfat: simplify checks in vfat_lookup()Al Viro
2018-02-01iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli
2018-01-29fat: convert to new i_version APIJeff Layton
2017-09-08vfat: deduplicate hex2bin()OGAWA Hirofumi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-16vfat: don't use ->d_timeMiklos Szeredi
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30qstr: constify instances in vfatAl Viro
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-03fat: fix oops on corrupted vfat fsAl Viro
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2012-10-09fat: drop lock/unlock superMarco Stornelli
2012-10-06fat (exportfs): fix dentry reconnectionSteven J. Magnani
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsSteven J. Magnani
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-03-23fat: fix bug in enforcing Long File Name lengthNamjae Jeon
2012-03-23fat: clean up xlate_to_uni()Namjae Jeon
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-03switch ->create() to umode_tAl Viro