summaryrefslogtreecommitdiff
path: root/fs/afs
Commit message (Expand)AuthorAgeFilesLines
...
* netfs: Rename the netfs_io_request cleanup op and give it an op pointerDavid Howells2022-06-101-3/+3
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-104-4/+4
* afs: Fix some checker issuesDavid Howells2022-06-101-2/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-0911-80/+71
* netfs: gcc-12: temporarily disable '-Wattribute-warning' for nowLinus Torvalds2022-06-091-0/+3
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-011-1/+4
* Merge tag 'size_t-saturating-helpers-5.19-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-05-251-2/+1
|\
| * afs: Prefer struct_size over open coded arithmeticLen Baker2022-04-261-2/+1
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-254-4/+14
|\ \
| * | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-223-1/+9
| * | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-221-3/+5
* | | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-244-23/+20
|\ \ \
| * | | afs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-093-11/+9
| * | | afs: Convert afs_symlink_readpage to afs_symlink_read_folioMatthew Wilcox (Oracle)2022-05-091-8/+7
| * | | fs: Convert netfs_readpage to netfs_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * | | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-082-2/+2
| * | | fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
| |/ /
* | | 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
|\ \