summaryrefslogtreecommitdiff
path: root/fs/afs/dir.c
AgeCommit message (Expand)Author
2021-11-10afs: Use folios in directory handlingDavid Howells
2021-09-13afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells
2021-09-13afs: Add missing vnode validation checksDavid Howells
2021-07-21afs: Remove redundant assignment to retJiapeng Chong
2021-05-27afs: Fix the nlink handling of dir-over-dir renameDavid Howells
2021-05-01afs: Fix speculative status fetchesDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Move key to afs_read structDavid Howells
2021-03-15afs: Stop listxattr() from listing "afs.*" attributesDavid Howells
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-04afs: Fix directory entry size calculationDavid Howells
2020-11-22afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells
2020-06-15afs: Concoct ctimesDavid Howells
2020-06-09afs: Fix debugging statements with %px to be %pDavid Howells
2020-06-04afs: Reorganise volume and server trees to be rooted on the cellDavid Howells
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells
2020-05-31afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells
2020-04-13afs: Fix afs_d_validate() to set the right directory versionDavid Howells
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells
2020-04-13afs: Fix rename operation status deliveryDavid Howells
2020-01-14afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells
2020-01-14afs: Fix use-after-loss-of-refDavid Howells
2019-11-15afs: Fix race in commit bulk status fetchDavid Howells
2019-09-02afs: Support RCU pathwalkDavid Howells
2019-08-22afs: Fix possible oops in afs_lookup trace eventMarc Dionne
2019-07-30afs: Fix missing dentry data version updatingDavid Howells
2019-07-30afs: Only update d_fsdata if different in afs_d_revalidate()David Howells
2019-07-30afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells
2019-07-10Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu
2019-06-20afs: Add some callback management tracepointsDavid Howells
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells
2019-05-07afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells
2019-04-25afs: Add more tracepointsDavid Howells