aboutsummaryrefslogtreecommitdiff
path: root/fs/fat/namei_msdos.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-24fat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-4/+6
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-31fat: change timestamp updates to use fat_truncate_timeGravatar Frank Sorenson 1-8/+8
2018-10-31fat: add functions to update and truncate timestamps appropriatelyGravatar Frank Sorenson 1-0/+1
2018-08-22fat: propagate 64-bit inode timestampsGravatar Arnd Bergmann 1-11/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-8/+13
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-8/+13
2018-04-20msdos_rmdir(): kill BS commentGravatar Al Viro 1-4/+0
2018-01-29fat: convert to new i_version APIGravatar Jeff Layton 1-3/+4
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-1/+5
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-6/+6
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsGravatar Miklos Szeredi 1-2/+6
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-29cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Gravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2015-04-17fs/fat: remove unnecessary includesGravatar Alexander Kuleshov 1-2/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-4/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2012-10-09fat: drop lock/unlock superGravatar Marco Stornelli 1-13/+13
2012-10-06fs/fat: fix a checkpatch issue in namei_msdos.cGravatar Cruz Julian Bishop 1-1/+1
2012-10-06fat (exportfs): fix dentry reconnectionGravatar Steven J. Magnani 1-3/+2
2012-07-30fat: accessors for msdos_dir_entry 'start' fieldsGravatar Steven J. Magnani 1-8/+3
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Gravatar Al Viro 1-19/+10
2011-05-28fat: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-04-12fat: use new setup() for ->dir_ops tooGravatar OGAWA Hirofumi 1-2/+2
2011-01-12switch fat to ->s_d_op, close exportfs races thereGravatar Al Viro 1-18/+9
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-3/+3
2011-01-07fs: change d_hash for rcu-walkGravatar Nick Piggin 1-1/+2
2011-01-07fs: change d_compare for rcu-walkGravatar Nick Piggin 1-6/+8
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-10-04BKL: Remove BKL from fatGravatar Arnd Bergmann 1-4/+3
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superGravatar Jan Blunck 1-1/+6
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Gravatar Linus Torvalds 1-1/+1
2009-06-11Sanitize ->fsync() for FATGravatar Al Viro 1-2/+2
2009-06-04FAT: add 'errors' mount optionGravatar Denis Karpov 1-1/+1
2009-03-27constify dentry_operations: FATGravatar Al Viro 1-1/+1