summaryrefslogtreecommitdiffstats
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
* afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells2022-05-221-1/+13
* fscache: Remove the cookie parameter from fscache_clear_page_bits()Yue Hu2022-04-081-2/+1
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-316-58/+53
|\
| * afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-182-4/+4
| * netfs: Add a netfs inode contextDavid Howells2022-03-186-45/+39
| * netfs: Change ->init_request() to return an error codeDavid Howells2022-03-181-1/+2
| * netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-181-2/+2
| * netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-182-8/+8
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-224-32/+30
|\ \
| * | afs: Convert afs_dir_set_page_dirty() to afs_dir_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-2/+3
| * | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-153-5/+6
| * | afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-153-5/+4
| * | afs: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-13/+11
| * | afs: Convert directory aops to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-7/+6
| |/
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | 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