summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix vlserver probe RTT handlingDavid Howells2023-06-211-2/+2
* afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells2023-06-141-0/+3
* afs: Fix updating of i_size with dv jump from serverMarc Dionne2023-05-111-0/+1
* afs: Fix lost servers_outstanding countDavid Howells2022-12-311-1/+4
* afs: Fix fileserver probe RTT handlingDavid Howells2022-12-081-2/+2
* afs: Return -EAGAIN, not -EREMOTEIO, when a file already lockedDavid Howells2022-09-231-0/+1
* afs: Use the operation issue time instead of the reply time for callbacksDavid Howells2022-09-155-12/+5
* afs: Fix dynamic root getattrDavid Howells2022-06-291-1/+2
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-141-1/+4
* afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-06-093-1/+9
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-06-091-3/+5
* afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-251-1/+13
* afs: Fix mmapDavid Howells2021-12-222-2/+4
* Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-10-071-2/+1
|\
| * afs: Fix afs_launder_page() to set correct start file positionDavid Howells2021-10-051-2/+1
* | afs: Fix kerneldoc warning shown up by W=1David Howells2021-10-041-2/+2
|/
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-134-13/+13
* afs: Fix corruption in reads at fpos 2G-4G from an OpenAFS serverDavid Howells2021-09-135-12/+49
* afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-134-45/+48
* afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-136-3/+119
* afs: Fix incorrect triggering of sillyrename on 3rd-party invalidationDavid Howells2021-09-131-39/+7
* afs: Add missing vnode validation checksDavid Howells2021-09-133-3/+41
* afs: Fix page leakDavid Howells2021-09-101-2/+8
* afs: Fix missing put on afs_read objects and missing get on the key thereinDavid Howells2021-09-101-1/+2
* fs: remove mandatory file locking supportJeff Layton2021-08-231-4/+0
* afs: Remove redundant assignment to retJiapeng Chong2021-07-211-4/+6
* afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1
* afs: check function returnTom Rix2021-07-211-5/+11
* afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-18/+7
* Merge tag 'netfs-fixes-20210621' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-251-2/+9
|\
| * afs: Fix afs_write_end() to handle short writesDavid Howells2021-06-211-2/+9
* | afs: Re-enable freezing once a page fault is interruptedMatthew Wilcox (Oracle)2021-06-181-5/+8
* | afs: Fix an IS_ERR() vs NULL checkDan Carpenter2021-06-151-2/+2
|/
* afs: Fix partial writeback of large files on fsync and closeMarc Dionne2021-06-071-1/+1
* afs: Fix the nlink handling of dir-over-dir renameDavid Howells2021-05-271-1/+3
* afs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-253-0/+10
* afs: Fix speculative status fetchesDavid Howells2021-05-016-2/+23
* Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-2710-1009/+767
|\
| * afs: Use the netfs_write_begin() helperDavid Howells2021-04-233-97/+31
| * afs: Use new netfs lib read helper APIDavid Howells2021-04-235-251/+88
| * afs: Use the fs operation ops to handle FetchData completionDavid Howells2021-04-235-7/+19
| * afs: Prepare for use of THPsDavid Howells2021-04-234-202/+244
| * afs: Extract writeback extension into its own functionDavid Howells2021-04-231-42/+67
| * afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2021-04-232-0/+19
| * afs: Use ITER_XARRAY for writingDavid Howells2021-04-235-186/+107
| * afs: Set up the iov_iter before calling afs_extract_data()David Howells2021-04-236-249/+314
| * afs: Log remote unmarshalling errorsDavid Howells2021-04-231-0/+34
| * afs: Don't truncate iter during data fetchDavid Howells2021-04-234-8/+23
| * afs: Move key to afs_read structDavid Howells2021-04-234-15/+19
| * afs: Print the operation debug_id when logging an unexpected data versionDavid Howells2021-04-231-2/+3