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