summaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-07afs: Fix the maximum cell name lengthDavid Howells4-4/+9
2024-12-20afs: Add a tracepoint for afs_read_receive()David Howells1-0/+1
2024-12-20afs: Locally initialise the contents of a new symlink on creationDavid Howells3-6/+43
2024-12-20afs: Use the contained hashtable to search a directoryDavid Howells5-73/+350
2024-12-20afs: Make afs_mkdir() locally initialise a new directory's contentDavid Howells3-0/+53
2024-12-20netfs: Change the read result collector to only use one work itemDavid Howells1-2/+6
2024-12-20afs: Make {Y,}FS.FetchData an asynchronous operationDavid Howells9-37/+170
2024-12-20afs: Fix cleanup of immediately failed async callsDavid Howells2-3/+18
2024-12-20afs: Eliminate afs_readDavid Howells5-164/+71
2024-12-20afs: Use netfslib for symlinks, allowing them to be cachedDavid Howells4-49/+73
2024-12-20afs: Use netfslib for directoriesDavid Howells7-467/+514
2024-12-20afs: Make afs_init_request() get a key if not given a fileDavid Howells1-0/+16
2024-12-20afs: Add more tracepoints to do with tracking validityDavid Howells7-40/+84
2024-12-20netfs: Remove some extraneous directory invalidationsDavid Howells1-13/+9
2024-12-20afs: Fix directory format encoding structDavid Howells1-1/+1
2024-12-20afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTYDavid Howells1-1/+6
2024-12-20afs: Don't use mutex for I/O operation lockDavid Howells3-8/+108
2024-12-20netfs: Drop the was_async arg from netfs_read_subreq_terminated()David Howells3-5/+5
2024-12-20netfs: Drop the error arg from netfs_read_subreq_terminated()David Howells1-5/+10
2024-12-20netfs: Work around recursion by abandoning retry if nothing readDavid Howells1-1/+4
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-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2024-07-03afs: 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
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells3-98/+95
2024-05-01netfs: Remove the old writeback codeDavid Howells1-40/+0
2024-05-01netfs: Cut over to using new writeback codeDavid Howells3-3/+3
2024-05-01netfs, afs: Implement helpers for new write codeDavid Howells3-0/+60
2024-05-01afs: Use alternative invalidation to using launder_folioDavid Howells4-11/+5
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9
2024-03-14afs: Don't cache preferred addressDavid Howells1-17/+4
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-30/+30
2024-02-27afs: Fix endless loop in directory parsingDavid Howells1-1/+3
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+6