summaryrefslogtreecommitdiff
path: root/fs/afs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-01-23afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-3/+9
2024-01-23afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-23afs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells1-2/+8
2024-01-01afs: Fix comment in afs_do_lookup()David Howells1-2/+2
2023-12-24afs: Simplify error handlingDavid Howells1-6/+8
2023-12-24afs: Wrap most op->error accesses with inline funcsDavid Howells1-19/+19
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-05-02afs: Avoid endless loop if file is larger than expectedMarc Dionne1-0/+4
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-5/+5
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-2/+2
2022-12-22afs: Stop implementing ->writepage()David Howells1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-08-18Change 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-10afs: 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-11afs: 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-17afs: 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