summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
8 daysafs: Fix UAF when sending a messageDavid Howells1-1/+2
8 daysafs: Fix afs_fs_fetch_data() to subtract transferred from lenDavid Howells1-1/+1
8 daysafs: Fix afs_fs_fetch_data() to set call->asyncDavid Howells1-0/+3
2026-08-03afs: Fix afs_edit_dir_remove() to get, not find, block 0David Howells1-1/+1
2026-07-24afs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
2026-07-24afs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells1-1/+1
2026-07-24afs: Fix premature cell exposure through /afsDavid Howells2-10/+18
2026-07-24afs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells2-2/+8
2026-07-24afs: Fix vllist leakDavid Howells1-0/+2
2026-07-24afs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells1-1/+5
2026-07-24afs: Fix callback service message parsers to pass through -EAGAINDavid Howells1-2/+0
2026-07-24afs: Fix reinitialisation of the inode, in particular ->lock_workDavid Howells2-1/+2
2026-07-24afs: Fix misplaced inc of net->cells_outstandingDavid Howells1-1/+1
2026-07-24afs: Fix bulk lookup malfunction due to change in dir_emit() APIDavid Howells1-15/+25
2026-07-24afs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing1-1/+0
2026-07-24afs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan1-1/+1
2026-07-24afs: Fix double netfs initialisation in afs_root_iget()David Howells1-1/+0
2026-07-24afs: Fix error code in afs_extract_vl_addrs()Dan Carpenter1-1/+3
2026-07-24afs: Fix uncancelled rxrpc OOB message handlerDavid Howells2-2/+6
2026-07-24afs: Fix further netns teardown to cancel the preallocation chargerDavid Howells1-0/+5
2026-07-24afs: handle CB.InitCallBackState3 requests without a server recordNan Li1-0/+5
2026-07-24afs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev1-1/+2
2026-07-24afs: Fix netns teardown to cancel the preallocation chargerDavid Howells1-2/+4
2026-06-01netfs, afs: Fix write skipping in dir/link writepagesDavid Howells1-1/+10
2026-05-07fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-03-19rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin1-4/+4
2025-11-29afs: Fix uninit var in afs_alloc_anon_key()David Howells1-1/+2
2025-11-28afs: Fix delayed allocation of a cell's anonymous keyDavid Howells3-43/+49
2025-10-29afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells7-18/+86
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+6
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2025-09-29Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-64/+473
2025-09-29Merge tag 'vfs-6.18-rc1.workqueue' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2025-09-25afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGEDavid Howells8-64/+473
2025-09-25afs: Fix potential null pointer dereference in afs_put_serverZhen Ni1-1/+2
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+2
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-3/+3
2025-09-16afs_dir_search: constify qstr argumentAl Viro2-2/+2
2025-09-16afs_edit_dir_{add,remove}(): constify qstr argumentAl Viro2-4/+4
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-2/+2
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-1/+2
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
2025-07-23afs: Set vllist to NULL if addr parsing failsEdward Adam Davis1-0/+1
2025-07-23afs: Fix check for NULL terminatorLeo Stone1-1/+1
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2025-06-11new helper: set_default_d_op()Al Viro1-2/+2
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+5
2025-05-31Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0