summaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_vfat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-2/+2
|\
| * fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár2023-02-021-2/+2
* | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
|/
* fat: add renameat2 RENAME_EXCHANGE flag supportJavier Martinez Canillas2022-06-161-1/+122
* fat: factor out reusable code in vfat_rename() as helper functionsOGAWA Hirofumi2022-06-161-32/+57
* fat: add a vfat_rename2() and make existing .rename callback a helperJavier Martinez Canillas2022-06-161-7/+14
* fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-191-4/+0
* fat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-6/+7
* 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/+7
* 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-051-8/+14
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* | vfat: simplify checks in vfat_lookup()Al Viro2018-05-131-12/+1
|/
* 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-081-23/+12
* 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