summaryrefslogtreecommitdiff
path: root/fs/affs/namei.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-5/+4
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-27affs: Drop support for metadata bh trackingJan Kara1-5/+4
2026-07-01affs: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+5
2026-03-26affs: Track metadata bhs in fs-private inode partJan Kara1-4/+5
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-7/+7
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2023-12-21affs: d_obtain_alias(ERR_PTR(...)) will do the right thingAl Viro1-3/+0
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein1-0/+1
2023-08-22affs: rename local toupper() to fn() to avoid confusionAndy Shevchenko1-10/+10
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 ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+9
2021-02-09fs/affs: release old buffer head on error pathPan Bian1-1/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-6/+9
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-05fs/affs: add rename exchangeFabian Frederick1-1/+57
2017-05-05fs/affs: add rename2 to prepare multiple methodsFabian Frederick1-9/+16
2017-04-26fs/affs: remove node generation checkFabian Frederick1-5/+0
2017-04-26fs/affs: bugfix: make symbolic links work againFabian Frederick1-0/+1
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick1-20/+10
2017-02-27fs/affs: add prefix to some functionsFabian Frederick1-3/+3
2017-02-27fs/affs: make affs exportableFabian Frederick1-0/+40
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-1/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-4/+4
2016-07-29affs ->d_compare(): don't bother with ->d_inodeAl Viro1-2/+2
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-4/+4
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2015-04-17fs/affs: use affs_test_opt()Fabian Frederick1-3/+3
2015-04-17fs/affs: use AFFS_MOUNT prefix for mount optionsFabian Frederick1-2/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-5/+5
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick1-8/+8
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick1-7/+8
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven1-11/+7
2014-11-19assorted conversions to %p[dD]Al Viro1-23/+17
2014-06-06fs/affs: pr_debug cleanupFabian Frederick1-16/+23
2014-04-07affs: add mount option to avoid filename truncatesFabian Frederick1-9/+23
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-18/+8
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-2/+2
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2