summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix potential thrashing in afs writebackDavid Howells2022-03-111-1/+8
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* Merge tag 'fscache-rewrite-20220111' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1210-174/+217
|\
| * 9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...David Howells2022-01-111-1/+2
| * afs: Skip truncation on the server of data we haven't written yetDavid Howells2022-01-071-10/+35
| * afs: Copy local writes to the cache when writing to the serverDavid Howells2022-01-075-15/+92
| * afs: Convert afs to use the new fscache APIDavid Howells2022-01-0710-151/+89
| * fscache: Remove the contents of the fscache driver, pending rewriteDavid Howells2022-01-071-3/+5
| * fscache, cachefiles: Disable configurationDavid Howells2022-01-071-1/+1
* | afs: Fix mmapDavid Howells2021-12-162-2/+4
|/
* afs: Use folios in directory handlingDavid Howells2021-11-102-209/+174
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-103-234/+229
* Merge tag 'afs-next-20211102' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-024-28/+27
|\
| * afs: Set mtime from the client for yfs create operationsMarc Dionne2021-11-021-19/+13
| * afs: Sort out symlink readingDavid Howells2021-11-023-9/+14
* | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-4/+5
|\ \ | |/ |/|
| * mm/writeback: Add folio_wait_writeback()Matthew Wilcox (Oracle)2021-09-271-4/+5
* | 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