aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfs, afs: Use writeback retry to deal with alternate keysDavid Howells2024-05-011-98/+93
* netfs: Remove the old writeback codeDavid Howells2024-05-011-40/+0
* netfs: Cut over to using new writeback codeDavid Howells2024-05-011-0/+2
* netfs, afs: Implement helpers for new write codeDavid Howells2024-05-011-0/+54
* afs: Use alternative invalidation to using launder_folioDavid Howells2024-05-011-7/+3
* Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-191-797/+29
|\
| * afs: Use the netfs write helpersDavid Howells2023-12-281-678/+29
| * afs: Don't use folio->private to record partial modificationDavid Howells2023-12-241-150/+38
| * netfs: Move pinning-for-writeback from fscache to netfsDavid Howells2023-12-241-9/+0
* | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2024-01-101-3/+3
|\ \
| * | afs: Wrap most op->error accesses with inline funcsDavid Howells2023-12-241-3/+3
| |/
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* | afs: do not test the return value of folio_start_writeback()Matthew Wilcox (Oracle)2023-12-101-4/+2
|/
* afs: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* afs: Fix accidental truncation when storing dataDavid Howells2023-07-041-3/+5
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2023-06-281-8/+8
|\
| * afs: convert pagevec to folio_batch in afs_extend_writeback()Matthew Wilcox (Oracle)2023-06-231-8/+8
* | afs: Fix waiting for writeback then skipping folioVishal Moola (Oracle)2023-06-191-2/+4
* | afs: Fix dangling folio ref counts in writebackVishal Moola (Oracle)2023-06-191-0/+1
|/
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-2/+2
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2023-02-231-57/+59
|\
| * afs: convert afs_writepages_region() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-021-57/+59
* | afs: use bvec_set_folio to initialize a bvecChristoph Hellwig2023-02-031-5/+3
|/
* afs: Stop implementing ->writepage()David Howells2022-12-221-36/+47
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* afs: Enable multipage folio supportDavid Howells2022-08-131-1/+1
* netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-11/+10
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2022-05-251-0/+1
|\
| * afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+1
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-1/+1
* | fs: Remove aop_flags parameter from netfs_write_begin()Matthew Wilcox (Oracle)2022-05-081-1/+1
|/
* 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/git/dhowells/linux-fsLinus Torvalds2022-03-311-6/+4
|\
| * afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-181-4/+3
| * netfs: Add a netfs inode contextDavid Howells2022-03-181-2/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-5/+5
|\ \
| * | fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Matthew Wilcox (Oracle)2022-03-151-2/+3
| * | afs: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-151-3/+2
| |/
* / afs: Fix potential thrashing in afs writebackDavid Howells2022-03-111-1/+8
|/
* afs: Copy local writes to the cache when writing to the serverDavid Howells2022-01-071-12/+75
* afs: Convert afs to use the new fscache APIDavid Howells2022-01-071-1/+0
* netfs, 9p, afs, ceph: Use foliosDavid Howells2021-11-101-180/+167
* 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
* | afs: Fix afs_launder_page() to set correct start file positionDavid Howells2021-10-051-2/+1
|/
* afs: Fix updating of i_blocks on file/dir extensionDavid Howells2021-09-131-1/+1
* afs: Add missing vnode validation checksDavid Howells2021-09-131-2/+15
* afs: Fix page leakDavid Howells2021-09-101-2/+8
* afs: Fix setting of writeback_indexDavid Howells2021-07-211-1/+1