aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Change calling conventions for filldir_tAl Viro1-13/+10
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-16/+16
2022-06-01afs: Fix infinite loop found by xfstest generic/676David Howells1-1/+4
2022-05-09afs: Convert to release_folioMatthew Wilcox (Oracle)1-4/+3
2022-03-15afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()Matthew Wilcox (Oracle)1-2/+3
2022-03-15afs: Convert directory aops to invalidate_folioMatthew Wilcox (Oracle)1-7/+6
2021-11-10afs: Use folios in directory handlingDavid Howells1-134/+95
2021-09-13afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells1-39/+7
2021-09-13afs: Add missing vnode validation checksDavid Howells1-0/+11
2021-07-21afs: Remove redundant assignment to retJiapeng Chong1-4/+6
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells1-1/+3
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+7
2021-04-23afs: Prepare for use of THPsDavid Howells1-1/+1
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells1-73/+149
2021-04-23afs: Move key to afs_read structDavid Howells1-1/+2
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells1-1/+0
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-16/+18
2021-01-04afs: Fix directory entry size calculationDavid Howells1-23/+26
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells1-0/+1
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-8/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-16afs: Fix silly renameDavid Howells1-2/+19
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-3/+18
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells1-1/+1
2020-06-15afs: Concoct ctimesDavid Howells1-1/+17
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells1-1/+1
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells1-12/+33
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-665/+546
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-11/+11
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells1-2/+7
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells1-3/+3
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells1-28/+61
2020-04-13afs: Fix rename operation status deliveryDavid Howells1-10/+3
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells1-5/+1
2020-01-14afs: Fix use-after-loss-of-refDavid Howells1-5/+7
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells1-1/+6
2019-09-02afs: Support RCU pathwalkDavid Howells1-1/+53
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne1-1/+2
2019-07-30afs: Fix missing dentry data version updatingDavid Howells1-14/+70
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells1-1/+2
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells1-1/+1
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-12/+9
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu1-2/+1
2019-06-20afs: Add some callback management tracepointsDavid Howells1-2/+2
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells1-8/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells1-7/+44
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells1-20/+38
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells1-23/+13