summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-141-0/+3
* afs: Avoid endless loop if file is larger than expectedMarc Dionne2023-05-111-0/+4
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-1/+1
* Change calling conventions for filldir_tAl Viro2022-08-171-13/+10
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-16/+16
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-011-1/+4
* afs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-4/+3
* afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-2/+3
* afs: Convert directory aops to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-7/+6
* afs: Use folios in directory handlingDavid Howells2021-11-101-134/+95
* afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-131-39/+7
* afs: Add missing vnode validation checksDavid Howells2021-09-131-0/+11
* afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
* 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
|/