summaryrefslogtreecommitdiffstats
path: root/fs/fat/namei_msdos.c
Commit message (Expand)AuthorAgeFilesLines
* 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: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+6
* 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-8/+8
* fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson2018-10-311-0/+1
* fat: propagate 64-bit inode timestampsArnd Bergmann2018-08-221-11/+6
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-8/+13
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-8/+13
* | msdos_rmdir(): kill BS commentAl Viro2018-04-201-4/+0
|/
* fat: convert to new i_version APIJeff Layton2018-01-291-3/+4
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* 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-6/+6
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare()Al Viro2016-07-291-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-4/+4
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* | fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-171-2/+0
|/
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-4/+2
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* fat: drop lock/unlock superMarco Stornelli2012-10-091-13/+13
* fs/fat: fix a checkpatch issue in namei_msdos.cCruz Julian Bishop2012-10-061-1/+1
* 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
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-19/+10
* fat: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil2011-05-281-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-261-0/+5
|\
| * vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
| * vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* | fat: use new setup() for ->dir_ops tooOGAWA Hirofumi2011-04-121-2/+2
|/
* switch fat to ->s_d_op, close exportfs races thereAl Viro2011-01-121-18/+9
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-3/+3
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-6/+8
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* BKL: Remove BKL from fatArnd Bergmann2010-10-041-4/+3
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+6
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2009-06-161-1/+1
|\