aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/afs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/vfsLinus 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/kernel/git/viro/vfsLinus Torvalds1-2/+6
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-02-20afs: Increase buffer size in afs_update_volume_status()Daniil Dulov1-2/+2
2024-02-20afs: Fix ignored callbacks over ipv4Marc Dionne3-15/+8
2024-02-05afs: adapt to breakup of struct file_lockJeff Layton2-20/+19
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-0/+1
2024-02-05afs: convert to using new filelock helpersJeff Layton1-13/+13
2024-01-22afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells1-2/+3
2024-01-22afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells1-9/+0
2024-01-22afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells1-3/+9
2024-01-22afs: Hide silly-rename files from userspaceDavid Howells1-0/+8
2024-01-22afs: Don't use certain unnecessary folio_*() functionsDavid Howells1-5/+5
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds6-1037/+106
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2024-01-10Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-2/+2
2024-01-10Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds32-1310/+2882
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+3
2024-01-01afs: trace: Log afs_make_call(), including server addressDavid Howells4-0/+45
2024-01-01afs: Fix offline and busy message emissionDavid Howells2-14/+25
2024-01-01afs: Fix fileserver rotationDavid Howells6-134/+198
2024-01-01afs: Overhaul invalidation handling to better support RO volumesDavid Howells12-199/+344
2024-01-01afs: Parse the VolSync record in the reply of a number of RPC opsDavid Howells10-19/+239
2024-01-01afs: Don't leave DONTUSE/NEWREPSITE servers out of server listDavid Howells4-26/+61
2024-01-01afs: Fix comment in afs_do_lookup()David Howells1-2/+2
2024-01-01afs: Apply server breaks to mmap'd files in the call processorDavid Howells5-31/+32
2024-01-01afs: Move the vnode/volume validity checking code into its own fileDavid Howells4-175/+191
2024-01-01afs: Defer volume record destruction to a workqueueDavid Howells6-16/+19
2024-01-01afs: Make it possible to find the volumes that are using a serverDavid Howells6-32/+143
2024-01-01afs: Combine the endpoint state bools into a bitmaskDavid Howells2-21/+21
2024-01-01afs: Keep a record of the current fileserver endpoint stateDavid Howells10-196/+312
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells3-2/+21
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells1-2/+23
2024-01-01afs: Mark address lists with configured prioritiesDavid Howells3-4/+91
2024-01-01afs: Provide a way to configure address prioritiesDavid Howells5-1/+534
2024-01-01afs: Remove the unimplemented afs_cmp_addr_list()David Howells1-13/+0
2024-01-01afs: Add some more info to /proc/net/afs/serversDavid Howells5-10/+22
2023-12-28afs: Use the netfs write helpersDavid Howells3-703/+84
2023-12-28netfs: Optimise away reads above the point at which there can be no dataDavid Howells2-11/+15
2023-12-28netfs: Implement unbuffered/DIO write supportDavid Howells1-1/+1
2023-12-24afs: Fold the afs_addr_cursor struct inDavid Howells11-210/+229
2023-12-24afs: Use peer + service_id as call addressDavid Howells9-32/+48
2023-12-24afs: Rename some fieldsDavid Howells3-38/+38
2023-12-24afs: Add a tracepoint for struct afs_addr_listDavid Howells9-35/+53
2023-12-24afs: Simplify error handlingDavid Howells15-143/+174
2023-12-24afs: Don't put afs_call in afs_wait_for_call_to_complete()David Howells5-76/+75