aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir_edit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-5/+5
2021-11-10afs: Use folios in directory handlingDavid Howells1-75/+79
2021-09-13afs: Fix updating of i_blocks on file/dir extensionDavid Howells1-2/+2
2021-01-04afs: Fix directory entry size calculationDavid Howells1-4/+2
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells1-4/+2
2019-11-21afs: Remove set but not used variables 'before', 'after'zhengbin1-10/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-04-09afs: Locally edit directory data for mkdir/create/unlink/...David Howells1-0/+505