summaryrefslogtreecommitdiffstats
path: root/fs/afs/dir_silly.c
Commit message (Expand)AuthorAgeFilesLines
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-2/+2
* afs: Fix kerneldoc warning shown up by W=1David Howells2021-10-041-2/+2
* afs: Fix speculative status fetchesDavid Howells2021-05-011-0/+3
* afs: Fix silly renameDavid Howells2020-06-161-9/+27
* afs: Fix use of afs_check_for_remote_deletion()David Howells2020-06-161-1/+1
* afs: Build an abstraction around an "operation" conceptDavid Howells2020-06-041-91/+99
* afs: Rename struct afs_fs_cursor to afs_operationDavid Howells2020-05-311-2/+2
* afs: Fix race between post-modification dir edit and readdir/d_revalidateDavid Howells2020-04-131-7/+15
* fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein2019-06-201-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* afs: Fix application of status and callback to be under same lockDavid Howells2019-05-161-8/+23
* afs: Make some RPC operations non-interruptibleDavid Howells2019-05-161-2/+2
* afs: Implement sillyrename for unlink and renameDavid Howells2019-04-251-0/+239