summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-141-10/+0
* afs: Fix endless loop in directory parsingDavid Howells2024-02-271-1/+3
* afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-3/+9
* afs: Hide silly-rename files from userspaceDavid Howells2024-01-221-0/+8
* afs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
* afs: Overhaul invalidation handling to better support RO volumesDavid Howells2024-01-011-2/+8
* afs: Fix comment in afs_do_lookup()David Howells2024-01-011-2/+2
* afs: Simplify error handlingDavid Howells2023-12-241-6/+8
* afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-241-19/+19
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-071-0/+3
* afs: Avoid endless loop if file is larger than expectedMarc Dionne2023-05-021-0/+4
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-5/+5
* fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* afs: Stop implementing ->writepage()David Howells2022-12-221-0/+1
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-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