summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix the nlink handling of dir-over-dir renameDavid Howells2021-05-271-1/+3
* afs: Fix speculative status fetchesDavid Howells2021-05-011-0/+7
* afs: Prepare for use of THPsDavid Howells2021-04-231-1/+1
* afs: Set up the iov_iter before calling afs_extract_data()David Howells2021-04-231-73/+149
* afs: Move key to afs_read structDavid Howells2021-04-231-1/+2
* afs: Stop listxattr() from listing "afs.*" attributesDavid Howells2021-03-151-1/+0
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-16/+18
* afs: Fix directory entry size calculationDavid Howells2021-01-041-23/+26
* afs: Fix speculative status fetch going out of order wrt to modificationsDavid Howells2020-11-221-0/+1
* afs: Fix to take ref on page when PG_private is setDavid Howells2020-10-291-8/+4
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells2020-06-201-1/+1
* afs: Fix silly renameDavid Howells2020-06-161-2/+19
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-3/+18
* afs: Remove afs_operation::abort_codeDavid Howells2020-06-161-1/+1
* afs: Concoct ctimesDavid Howells2020-06-151-1/+17
* afs: Fix debugging statements with %px to be %pDavid Howells2020-06-091-1/+1
* afs: Reorganise volume and server trees to be rooted on the cellDavid Howells2020-06-041-12/+33
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-665/+546
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-11/+11
* afs: Always include dir in bulk status fetch from afs_do_lookup()David Howells2020-05-311-2/+7
* afs: Fix afs_d_validate() to set the right directory versionDavid Howells2020-04-131-3/+3
* afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2020-04-131-28/+61
* afs: Fix rename operation status deliveryDavid Howells2020-04-131-10/+3
* afs: Fix afs_lookup() to not clobber the version on a new dentryDavid Howells2020-01-141-5/+1
* afs: Fix use-after-loss-of-refDavid Howells2020-01-141-5/+7
* afs: Fix race in commit bulk status fetchDavid Howells2019-11-151-1/+6
* afs: Support RCU pathwalkDavid Howells2019-09-021-1/+53
* afs: Fix possible oops in afs_lookup trace eventMarc Dionne2019-08-221-1/+2
* afs: Fix missing dentry data version updatingDavid Howells2019-07-301-14/+70
* afs: Only update d_fsdata if different in afs_d_revalidate()David Howells2019-07-301-1/+2
* afs: Fix off-by-one in afs_rename() expected data version calculationDavid Howells2019-07-301-1/+1
* Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-101-12/+9
|\
| * fs/afs: use struct_size() in kzalloc()Zhengyuan Liu2019-06-201-2/+1
| * afs: Add some callback management tracepointsDavid Howells2019-06-201-2/+2
| * afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells2019-06-201-8/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* afs: Fix application of the results of a inline bulk status fetchDavid Howells2019-05-161-7/+44
* afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells2019-05-161-20/+38
* afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells2019-05-161-23/+13
* afs: Make vnode->cb_interest RCU safeDavid Howells2019-05-161-5/+10
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-65/+139
* afs: Fix order-1 allocation in afs_do_lookup()David Howells2019-05-161-21/+16
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-9/+9
* afs: Log more information for "kAFS: AFS vnode with undefined type\n"David Howells2019-05-071-2/+2
* afs: Add more tracepointsDavid Howells2019-04-251-1/+7
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-9/+107
* afs: Add directory reload tracepointDavid Howells2019-04-251-0/+1
* afs: Improve dir check failure reportsDavid Howells2019-04-251-4/+34
* afs: Use d_instantiate() rather than d_add() and don't d_drop()David Howells2018-11-291-3/+1