summaryrefslogtreecommitdiff
path: root/fs/fat/namei_msdos.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+16
2026-08-17Merge tag 'vfs-7.3-rc1.lookup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-27fat: Fix lost inode update in do_msdos_rename() with DIRSYNCChristian Brauner1-2/+2
2026-07-27fat: Replace fat_sync_inode() with sync_inode_metadata()Jan Kara1-15/+14
2026-06-30fat: reject name longer than NAME_MAX in msdos_format_name()Zizhi Wo1-0/+3
2026-05-11fat: Implement fileattr_get for case sensitivityChuck Lever1-0/+1
2026-03-26fat: Track metadata bhs in fs-private inode partJan Kara1-2/+4
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+6
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang1-1/+6
2026-01-12fat: cleanup the flags for fat_truncate_timeChristoph Hellwig1-8/+5
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2024-07-03fat: Convert to new mount apiEric Sandeen1-7/+31
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2021-01-24fat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+6
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-8/+8
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson1-0/+1
2018-08-22fat: propagate 64-bit inode timestampsArnd Bergmann1-11/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+13
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-8/+13
2018-04-20msdos_rmdir(): kill BS commentAl Viro1-4/+0
2018-01-29fat: convert to new i_version APIJeff Layton1-3/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
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-6/+6
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-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
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-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-04-17fs/fat: remove unnecessary includesAlexander Kuleshov1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-4/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2012-10-09fat: drop lock/unlock superMarco Stornelli1-13/+13
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop1-1/+1
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-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-19/+10