summaryrefslogtreecommitdiff
path: root/fs/afs
AgeCommit message (Expand)AuthorFilesLines
5 daysafs: Fix afs_dynroot_readdir() to not use the RCU read lockDavid Howells1-2/+2
5 daysafs: Fix afs_atcell_get_link() to check if ws_cell is unset firstDavid Howells1-3/+3
5 daysnetfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-5/+10
5 daysafs: Fix unchecked-length string display in debug statementDavid Howells1-1/+5
5 daysafs: Fix the volume AFS_VOLUME_RM_TREE is set onDavid Howells1-1/+1
5 daysafs: Fix vllist leakDavid Howells1-0/+2
5 daysafs: Fix missing NULL pointer check in afs_break_some_callbacks()David Howells1-1/+5
5 daysafs: Fix callback service message parsers to pass through -EAGAINDavid Howells1-2/+0
5 daysafs: Fix misplaced inc of net->cells_outstandingDavid Howells1-1/+1
5 daysafs: Change dynroot to create contents on demandDavid Howells5-299/+211
5 daysafs: Remove the "autocell" mount optionDavid Howells4-14/+3
5 daysafs: Fix afs_atcell_get_link() to handle RCU pathwalkDavid Howells4-10/+22
5 daysafs: Make /afs/@cell and /afs/.@cell symlinksDavid Howells1-48/+129
5 daysafs: Add rootcell checksDavid Howells2-1/+15
5 daysafs: Make /afs/.<cell> as well as /afs/<cell> mountpointsDavid Howells2-24/+41
5 daysafs: Remove erroneous seq |= 1 in volume lookup loopLi RongQing1-1/+0
5 daysafs: use kvfree() to free memory allocated by kvcalloc()Zilin Guan1-1/+1
5 daysafs: Fix double netfs initialisation in afs_root_iget()David Howells1-1/+0
5 daysafs: Fix error code in afs_extract_vl_addrs()Dan Carpenter1-1/+3
5 daysafs: Fix further netns teardown to cancel the preallocation chargerDavid Howells1-0/+5
5 daysafs: fix NULL pointer dereference in afs_get_tree()Matvey Kovalev1-1/+2
5 daysafs: 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
2024-09-27afs: Fix missing wire-up of afs_retry_request()David Howells1-0/+1
2024-09-12netfs: Speed up buffered readingDavid Howells3-10/+29
2024-09-12afs: Make read subreqs asyncDavid Howells1-1/+8
2024-09-05netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells1-1/+3
2024-08-24afs: Fix post-setattr file edit to do truncation correctlyDavid Howells1-3/+8
2024-08-139p: Fix DIO read through netfsDominique Martinet1-1/+2
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2024-07-04afs: drop usage of folio_file_posKairui Song2-5/+5
2024-07-02afs: Convert comma to semicolonChen Ni1-2/+2
2024-05-27netfs, 9p: Fix race between umount and async request completionDavid Howells1-0/+1
2024-05-25afs: Don't cross .backup mountpoint from backup volumeMarc Dionne1-0/+5
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-98/+109
2024-05-10afs: Fix fileserver rotation getting stuckDavid Howells1-2/+6