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