aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/dir_silly.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-2/+2
2021-10-04afs: Fix kerneldoc warning shown up by W=1David Howells1-2/+2
2021-05-01afs: Fix speculative status fetchesDavid Howells1-0/+3
2020-06-16afs: Fix silly renameDavid Howells1-9/+27
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells1-1/+1
2020-06-04afs: Build an abstraction around an "operation" conceptDavid Howells1-91/+99
2020-05-31afs: Rename struct afs_fs_cursor to afs_operationDavid Howells1-2/+2
2020-04-13afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells1-7/+15
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein1-5/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells1-8/+23
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells1-2/+2
2019-04-25afs: Implement sillyrename for unlink and renameDavid Howells1-0/+239