summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)Author
2026-08-03afs: Fix uninit var in afs_alloc_anon_key()David Howells
2026-08-03afs: handle CB.InitCallBackState3 requests without a server recordNan Li
2026-08-03afs: Fix delayed allocation of a cell's anonymous keyDavid Howells
2026-08-03afs: Set vllist to NULL if addr parsing failsEdward Adam Davis
2026-08-03afs: Fix lack of locking around modifications of net->cells_dyn_inoDavid Howells
2026-08-03afs: Fix dynamic lookup to fail on cell lookup failureDavid Howells
2026-08-03afs: Simplify cell record handlingDavid Howells
2026-08-03afs: Fix afs_server ref accountingDavid Howells
2026-08-03afs: Use the per-peer app data provided by rxrpcDavid Howells
2026-08-03afs: Drop the net parameter from afs_unuse_cell()David Howells
2026-08-03afs: Make afs_lookup_cell() take a trace noteDavid Howells
2026-08-03afs: Improve server refcount/active count tracingDavid Howells
2026-08-03rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells
2026-07-24afs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells
2026-07-24afs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells
2026-07-24netfs: Drop the error arg from netfs_read_subreq_terminated()David 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 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 misplaced inc of net->cells_outstandingDavid Howells
2026-07-24afs: Change dynroot to create contents on demandDavid Howells
2026-07-24afs: Remove the "autocell" mount optionDavid Howells
2026-07-24afs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells
2026-07-24afs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells
2026-07-24afs: Add rootcell checksDavid Howells
2026-07-24afs: Make /afs/.<cell> as well as /afs/<cell> mountpointsDavid 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 further netns teardown to cancel the preallocation chargerDavid Howells
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
2025-10-02afs: Fix potential null pointer dereference in afs_put_serverZhen Ni
2025-03-07afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells
2025-03-07afs: Fix the server_list to unuse a displaced server rather than putting itDavid Howells
2025-02-08afs: Fix the fallback handling for the YFS.RemoveFile2 RPC callDavid Howells
2025-02-08afs: Fix cleanup of immediately failed async callsDavid Howells
2025-02-08afs: Fix directory format encoding structDavid Howells
2025-02-08afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells
2025-01-23afs: Fix merge preference rule failure conditionLizhi Xu
2025-01-17afs: Fix the maximum cell name lengthDavid Howells
2024-11-01Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-24afs: Fix missing subdir edit when renamed between parent dirsDavid Howells
2024-10-17afs: Fix lock recursionDavid Howells
2024-09-27afs: Fix the setting of the server responding flagDavid Howells
2024-09-27afs: Remove unused struct and function prototypeThorsten Blum
2024-09-27afs: Fix possible infinite loop with unresponsive serversMarc Dionne