summaryrefslogtreecommitdiffstats
path: root/fs/afs (follow)
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix merge preference rule failure conditionLizhi Xu9 days1-2/+4
* afs: Fix the maximum cell name lengthDavid Howells11 days4-4/+9
* netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-201-1/+4
* Merge tag 'vfs-6.12-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-013-2/+116
|\
| * afs: Fix missing subdir edit when renamed between parent dirsDavid Howells2024-10-243-2/+116
* | afs: Fix lock recursionDavid Howells2024-10-172-24/+61
|/
* afs: Fix the setting of the server responding flagDavid Howells2024-09-271-1/+1
* afs: Remove unused struct and function prototypeThorsten Blum2024-09-271-9/+0
* afs: Fix possible infinite loop with unresponsive serversMarc Dionne2024-09-272-5/+10
* afs: Fix missing wire-up of afs_retry_request()David Howells2024-09-271-0/+1
* netfs: Speed up buffered readingDavid Howells2024-09-123-10/+29
* afs: Make read subreqs asyncDavid Howells2024-09-121-1/+8
* netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_streamDavid Howells2024-09-051-1/+3
* afs: Fix post-setattr file edit to do truncation correctlyDavid Howells2024-08-241-3/+8
* 9p: Fix DIO read through netfsDominique Martinet2024-08-131-1/+2
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-222-5/+5
|\
| * afs: drop usage of folio_file_posKairui Song2024-07-042-5/+5
* | afs: Convert comma to semicolonChen Ni2024-07-021-2/+2
|/
* netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-271-0/+1
* afs: Don't cross .backup mountpoint from backup volumeMarc Dionne2024-05-251-0/+5
* Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-05-134-98/+109
|\
| * netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-013-98/+95
| * netfs: Remove the old writeback codeDavid Howells2024-05-011-40/+0
| * netfs: Cut over to using new writeback codeDavid Howells2024-05-013-3/+3
| * netfs, afs: Implement helpers for new write codeDavid Howells2024-05-013-0/+60
| * afs: Use alternative invalidation to using launder_folioDavid Howells2024-05-014-11/+5
* | afs: Fix fileserver rotation getting stuckDavid Howells2024-05-101-2/+6
|/
* afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells2024-03-141-7/+9
* afs: Don't cache preferred addressDavid Howells2024-03-141-17/+4
* afs: Revert "afs: Hide silly-rename files from userspace"David Howells2024-03-141-10/+0
* Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-30/+30
|\
| * afs: adapt to breakup of struct file_lockJeff Layton2024-02-052-20/+19
| * filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
| * afs: convert to using new filelock helpersJeff Layton2024-02-051-13/+13
* | afs: Fix endless loop in directory parsingDavid Howells2024-02-271-1/+3
* | Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-02-251-2/+6
|\ \
| * | afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro2024-02-251-2/+6
| |/
* | afs: Increase buffer size in afs_update_volume_status()Daniil Dulov2024-02-201-2/+2
* | afs: Fix ignored callbacks over ipv4Marc Dionne2024-02-203-15/+8
* | afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells2024-01-221-2/+3
* | afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells2024-01-221-9/+0
* | afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-3/+9
* | afs: Hide silly-rename files from userspaceDavid Howells2024-01-221-0/+8
* | afs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
|/
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-196-1037/+106
|\
| * afs: Use the netfs write helpersDavid Howells2023-12-283-703/+84
| * netfs: Optimise away reads above the point at which there can be no dataDavid Howells2023-12-282-11/+15
| * netfs: Implement unbuffered/DIO write supportDavid Howells2023-12-281-1/+1
| * netfs: Add iov_iters to (sub)requests to describe various buffersDavid Howells2023-12-241-5/+1
| * netfs: Provide invalidate_folio and release_folio callsDavid Howells2023-12-241-49/+4