Linux Cachefs
[Prev Page][Next Page]
[PATCH v7 05/16] cifs: Make wait_mtu_credits take size_t args, David Howells
[PATCH v2 00/22] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache,
David Howells
- [PATCH v2 01/22] netfs: Update i_blocks when write committed to pagecache, David Howells
- [PATCH v2 02/22] netfs: Replace PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH v2 03/22] mm: Remove the PG_fscache alias for PG_private_2, David Howells
- [PATCH v2 04/22] netfs: Remove deprecated use of PG_private_2 as a second writeback flag, David Howells
- [PATCH v2 05/22] netfs: Make netfs_io_request::subreq_counter an atomic_t, David Howells
- [PATCH v2 06/22] netfs: Use subreq_counter to allocate subreq debug_index values, David Howells
- [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio, David Howells
- [PATCH v2 08/22] 9p: Use alternative invalidation to using launder_folio, David Howells
- [PATCH v2 09/22] afs: Use alternative invalidation to using launder_folio, David Howells
- [PATCH v2 10/22] netfs: Remove ->launder_folio() support, David Howells
- [PATCH v2 11/22] netfs: Use mempools for allocating requests and subrequests, David Howells
- [PATCH v2 12/22] mm: Export writeback_iter(), David Howells
- [PATCH v2 13/22] netfs: Switch to using unsigned long long rather than loff_t, David Howells
- [PATCH v2 14/22] netfs: New writeback implementation, David Howells
- [PATCH v2 16/22] netfs, afs: Implement helpers for new write code, David Howells
- [PATCH v2 17/22] netfs, 9p: Implement helpers for new write code, David Howells
- [PATCH v2 15/22] netfs: Add some write-side stats and clean up some stat names, David Howells
- [PATCH v2 18/22] netfs, cachefiles: Implement helpers for new write code, David Howells
- [PATCH v2 19/22] netfs: Cut over to using new writeback code, David Howells
- [PATCH v2 21/22] netfs: Miscellaneous tidy ups, David Howells
- [PATCH v2 20/22] netfs: Remove the old writeback code, David Howells
- [PATCH v2 22/22] netfs, afs: Use writeback retry to deal with alternate keys, David Howells
- Re: [PATCH v2 07/22] mm: Provide a means of invalidation without using launder_folio, David Howells
- Re: [PATCH v2 14/22] netfs: New writeback implementation, David Howells
Re: [PATCH 3/5] cachefiles: flush ondemand_object_worker during clean object, 'Jia Zhu' via linux-cachefs@xxxxxxxxxx
Re: [PATCH 5/5] cachefiles: add missing lock protection when polling,
Gao Xiang
[PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args, David Howells
[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache,
David Howells
- [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings, David Howells
- [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings., David Howells
- [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache, David Howells
- [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty, David Howells
- [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2, David Howells
- [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag, David Howells
- [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t, David Howells
- [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values, David Howells
- [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio, David Howells
- [PATCH 10/26] cifs: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 11/26] 9p: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 12/26] afs: Use alternative invalidation to using launder_folio, David Howells
- [PATCH 13/26] netfs: Remove ->launder_folio() support, David Howells
- [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests, David Howells
- [PATCH 15/26] mm: Export writeback_iter(), David Howells
- [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t, David Howells
- [PATCH 17/26] netfs: Fix writethrough-mode error handling, David Howells
- [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names, David Howells
- [PATCH 19/26] netfs: New writeback implementation, David Howells
- [PATCH 20/26] netfs, afs: Implement helpers for new write code, David Howells
- [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- [PATCH 22/26] netfs, cachefiles: Implement helpers for new write code, David Howells
- [PATCH 23/26] netfs: Cut over to using new writeback code, David Howells
- [PATCH 24/26] netfs: Remove the old writeback code, David Howells
- [PATCH 25/26] netfs: Miscellaneous tidy ups, David Howells
- [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys, David Howells
- Re: [PATCH 19/26] netfs: New writeback implementation, David Howells
- Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code, David Howells
- Re: [PATCH 23/26] netfs: Cut over to using new writeback code, David Howells
Re: [PATCH RESEND] cachefiles: fix memory leak in cachefiles_add_cache(),
Jingbo Xu
[PATCH v5 05/12] cifs: Make wait_mtu_credits take size_t args, David Howells
[PATCH v2] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt,
Dave Wysochanski
[PATCH] NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt,
Dave Wysochanski
[RFC PATCH 3/3] 9p: Always update remote_i_size in stat2inode, David Howells
[PATCH v2 01/10] netfs: Don't use certain unnecessary folio_*() functions, David Howells
[PATCH 01/10] netfs: Don't use certain internal folio_*() functions,
David Howells
[PATCH 0/2] netfs, cachefiles: Update MAINTAINERS records,
David Howells
[PATCH v2 3/4] erofs: Don't use certain internal folio_*() functions,
Gao Xiang
[PATCH v3 3/4] erofs: Don't use certain unnecessary folio_*() functions, Gao Xiang
Re: [PATCH] netfs, fscache: Prevent Oops in fscache_put_cache(), David Howells
[PATCH 0/4] netfs, afs, erofs, cifs: Don't use certain internal folio_*() functions,
David Howells
[PATCH 0/6] netfs, cachefiles: More additional patches,
David Howells
Re: Reference to non-existing CONFIG_NETFS_FSCACHE,
David Howells
Re: [PATCH v1] netfs: use kfree_sensitive() instend of kfree() in fscache_free_volume(), David Howells
Re: [PATCH v1] netfs: use kfree_sensitive() instend of kfree() in fscache_free_cookie(), David Howells
[PATCH 0/5] netfs, cachefiles, 9p: Additional patches,
David Howells
[PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header, David Howells
- [PATCH v5 02/40] afs: Automatically generate trace tag enums, David Howells
- [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v5 10/40] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v5 11/40] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v5 15/40] netfs: Add support for DIO buffering, David Howells
- [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v5 24/40] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support, David Howells
- [PATCH v5 29/40] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v5 30/40] netfs: Implement buffered write API, David Howells
- [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v5 32/40] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v5 34/40] netfs: Provide a writepages implementation, David Howells
- [PATCH v5 35/40] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v5 36/40] netfs: Implement a write-through caching option, David Howells
- [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint, David Howells
- [PATCH v5 39/40] afs: Use the netfs write helpers, David Howells
- [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] Fix EROFS Kconfig, David Howells
- Re: [PATCH v5 40/40] 9p: Use netfslib read/write_iter, David Howells
- [PATCH] 9p: Fix initialisation of netfs_inode for 9p, David Howells
[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 03/13] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v4 08/13] cifs: Implement netfslib hooks, David Howells
- [PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v4 10/13] cifs: Cut over to using netfslib, David Howells
- [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3, David Howells
[PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v4 02/39] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v4 06/39] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v4 08/39] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v4 09/39] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v4 13/39] netfs: Add support for DIO buffering, David Howells
- [PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v4 15/39] netfs: Add bounce buffering support, David Howells
- [PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v4 17/39] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v4 27/39] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v4 29/39] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v4 30/39] netfs: Implement buffered write API, David Howells
- [PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v4 32/39] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v4 34/39] netfs: Provide a writepages implementation, David Howells
- [PATCH v4 35/39] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v4 36/39] netfs: Implement a write-through caching option, David Howells
- [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v4 38/39] afs: Use the netfs write helpers, David Howells
- [PATCH v4 39/39] 9p: Use netfslib read/write_iter, David Howells
- Message not available
[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/, David Howells
- [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs, David Howells
- [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation, David Howells
- [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs, David Howells
- [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink, David Howells
- [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v3 08/59] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v3 09/59] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v3 13/59] netfs: Add support for DIO buffering, David Howells
- [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v3 15/59] netfs: Add bounce buffering support, David Howells
- [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v3 30/59] netfs: Implement buffered write API, David Howells
- [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v3 32/59] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion, David Howells
- [PATCH v3 34/59] netfs: Provide a writepages implementation, David Howells
- [PATCH v3 35/59] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v3 37/59] netfs: Perform content encryption, David Howells
- [PATCH v3 38/59] netfs: Decrypt encrypted content, David Howells
- [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v3 41/59] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v3 42/59] netfs: Implement a write-through caching option, David Howells
- [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v3 45/59] afs: Use the netfs write helpers, David Howells
- [PATCH v3 46/59] 9p: Use netfslib read/write_iter, David Howells
- [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data, David Howells
- [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 48/59] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range(), David Howells
- [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v3 53/59] cifs: Implement netfslib hooks, David Howells
- [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v3 55/59] cifs: Cut over to using netfslib, David Howells
- [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3, David Howells
- [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty, David Howells
[PATCH V6 RESEND 0/5] cachefiles: Introduce failover mechanism for on-demand mode,
'Jia Zhu' via linux-cachefs@xxxxxxxxxx
[PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib,
David Howells
- [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests, David Howells
- [PATCH v2 02/51] netfs: Track the fpos above which the server has no data, David Howells
- [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger, David Howells
- [PATCH v2 04/51] netfs: Add a ->free_subrequest() op, David Howells
- [PATCH v2 05/51] afs: Don't use folio->private to record partial modification, David Howells
- [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls, David Howells
- [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking, David Howells
- [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
- [PATCH v2 09/51] netfs: Add support for DIO buffering, David Howells
- [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray, David Howells
- [PATCH v2 11/51] netfs: Add bounce buffering support, David Howells
- [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
- [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments, David Howells
- [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
- [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
- [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
- [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
- [PATCH v2 18/51] fscache: Add a function to begin an cache op from a netfslib request, David Howells
- [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
- [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
- [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice, David Howells
- [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write, David Howells
- [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
- [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath, David Howells
- [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read, David Howells
- [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support, David Howells
- [PATCH v2 27/51] netfs: Implement buffered write API, David Howells
- [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
- [PATCH v2 29/51] netfs: Provide netfs_file_read_iter(), David Howells
- [PATCH v2 30/51] netfs: Provide a writepages implementation, David Howells
- [PATCH v2 31/51] netfs: Provide minimum blocksize parameter, David Howells
- [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
- [PATCH v2 33/51] netfs: Perform content encryption, David Howells
- [PATCH v2 34/51] netfs: Decrypt encrypted content, David Howells
- [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read, David Howells
- [PATCH v2 36/51] netfs: Support encryption on Unbuffered/DIO write, David Howells
- [PATCH v2 37/51] netfs: Provide a launder_folio implementation, David Howells
- [PATCH v2 38/51] netfs: Implement a write-through caching option, David Howells
- [PATCH v2 39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
- [PATCH v2 40/51] afs: Use the netfs write helpers, David Howells
- [PATCH v2 41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 42/51] cifs: Share server EOF pos with netfslib, David Howells
- [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
- [PATCH v2 44/51] cifs: Use more fields from netfs_io_subrequest, David Howells
- [PATCH v2 45/51] cifs: Make wait_mtu_credits take size_t args, David Howells
- [PATCH v2 46/51] cifs: Implement netfslib hooks, David Howells
- [PATCH v2 47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
- [PATCH v2 48/51] cifs: Cut over to using netfslib, David Howells
- [PATCH v2 49/51] cifs: Remove some code that's no longer used, part 1, David Howells
- [PATCH v2 50/51] cifs: Remove some code that's no longer used, part 2, David Howells
- [PATCH v2 51/51] cifs: Remove some code that's no longer used, part 3, David Howells
Re: [PATCH -next,V2] fscache: support to disable assert macro, Gao Xiang
[RFC PATCH 29/53] netfs: Implement buffered write API, David Howells
[RFC PATCH 51/53] cifs: Remove some code that's no longer used, part 1, David Howells
[RFC PATCH 53/53] cifs: Remove some code that's no longer used, part 3, David Howells
[RFC PATCH 52/53] cifs: Remove some code that's no longer used, part 2, David Howells
[RFC PATCH 50/53] cifs: Cut over to using netfslib, David Howells
[RFC PATCH 49/53] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c, David Howells
[RFC PATCH 48/53] cifs: Implement netfslib hooks, David Howells
[RFC PATCH 44/53] cifs: Share server EOF pos with netfslib, David Howells
[RFC PATCH 47/53] cifs: Make wait_mtu_credits take size_t args, David Howells
[RFC PATCH 43/53] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest, David Howells
[RFC PATCH 46/53] cifs: Use more fields from netfs_io_subrequest, David Howells
[RFC PATCH 45/53] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest, David Howells
[RFC PATCH 42/53] afs: Use the netfs write helpers, David Howells
[RFC PATCH 37/53] netfs: Support decryption on ubuffered/DIO read, David Howells
[RFC PATCH 41/53] netfs: Rearrange netfs_io_subrequest to put request pointer first, David Howells
[RFC PATCH 40/53] netfs: Implement a write-through caching option, David Howells
[RFC PATCH 38/53] netfs: Support encryption on Unbuffered/DIO write, David Howells
[RFC PATCH 39/53] netfs: Provide a launder_folio implementation, David Howells
[RFC PATCH 34/53] netfs: Make netfs_skip_folio_read() take account of blocksize, David Howells
[RFC PATCH 36/53] netfs: Decrypt encrypted content, David Howells
[RFC PATCH 33/53] netfs: Provide minimum blocksize parameter, David Howells
[RFC PATCH 35/53] netfs: Perform content encryption, David Howells
[RFC PATCH 31/53] netfs: Provide netfs_file_read_iter(), David Howells
[RFC PATCH 32/53] netfs: Provide a writepages implementation, David Howells
[RFC PATCH 30/53] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite(), David Howells
[RFC PATCH 27/53] netfs: Implement support for unbuffered/DIO read, David Howells
[RFC PATCH 28/53] netfs: Implement unbuffered/DIO write support, David Howells
[RFC PATCH 26/53] netfs: Allocate multipage folios in the writepath, David Howells
[RFC PATCH 25/53] netfs: Make netfs_read_folio() handle streaming-write pages, David Howells
[RFC PATCH 22/53] netfs: Prep to use folio->private for write grouping and streaming write, David Howells
[RFC PATCH 24/53] netfs: Provide func to copy data to pagecache for buffered write, David Howells
[RFC PATCH 21/53] netfs: Make the refcounting of netfs_begin_read() easier to use, David Howells
[RFC PATCH 23/53] netfs: Dispatch write requests to process a writeback slice, David Howells
[RFC PATCH 20/53] fscache: Add a function to begin an cache op from a netfslib request, David Howells
[RFC PATCH 18/53] netfs: Add a hook to allow tell the netfs to update its i_size, David Howells
[RFC PATCH 19/53] netfs: Make netfs_put_request() handle a NULL pointer, David Howells
[RFC PATCH 17/53] netfs: Extend the netfs_io_*request structs to handle writes, David Howells
[RFC PATCH 15/53] netfs: Limit subrequest by size or number of segments, David Howells
[RFC PATCH 16/53] netfs: Export netfs_put_subrequest() and some tracepoints, David Howells
[RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray,
David Howells
[RFC PATCH 11/53] netfs: Add support for DIO buffering,
David Howells
[RFC PATCH 14/53] netfs: Add func to calculate pagecount/size-limited span of an iterator, David Howells
[RFC PATCH 13/53] netfs: Add bounce buffering support, David Howells
[RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls,
David Howells
[RFC PATCH 08/53] netfs: Add rsize to netfs_io_request,
David Howells
[RFC PATCH 10/53] netfs: Add iov_iters to (sub)requests to describe various buffers, David Howells
[RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking,
David Howells
[RFC PATCH 06/53] afs: Don't use folio->private to record partial modification, David Howells
[RFC PATCH 05/53] netfs: Add a ->free_subrequest() op,
David Howells
[RFC PATCH 04/53] netfs: Allow the netfs to make the io (sub)request alloc larger,
David Howells
[RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct,
David Howells
[RFC PATCH 02/53] netfs: Track the fpos above which the server has no data,
David Howells
[RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests,
David Howells
[PATCH v2] netfs: Only call folio_start_fscache() one time for each folio,
Dave Wysochanski
[PATCH v6 00/11] io_uring getdents,
Hao Xu
- [PATCH 02/11] xfs: add NOWAIT semantics for readdir, Hao Xu
- [PATCH 04/11] vfs: add a vfs helper for io_uring file pos lock, Hao Xu
- [PATCH 05/11] vfs: add file_pos_unlock() for io_uring usage, Hao Xu
- [PATCH 11/11] io_uring: add support for getdents, Hao Xu
- [PATCH 01/11] fs: split off vfs_getdents function of getdents64 syscall, Hao Xu
- [PATCH 07/11] vfs: add nowait parameter for file_accessed(), Hao Xu
- [PATCH 03/11] vfs: add nowait flag for struct dir_context, Hao Xu
- [PATCH 06/11] vfs: add a nowait parameter for touch_atime(), Hao Xu
- [PATCH 08/11] vfs: move file_accessed() to the beginning of iterate_dir(), Hao Xu
- [PATCH 09/11] vfs: error out -EAGAIN if atime needs to be updated, Hao Xu
- [PATCH 10/11] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait, Hao Xu
- Re: [PATCH v6 00/11] io_uring getdents, Christian Brauner
[PATCH RFC v5 00/29] io_uring getdents,
Hao Xu
- Re: [PATCH RFC v5 00/29] io_uring getdents, Darrick J. Wong
- Re: [PATCH RFC v5 00/29] io_uring getdents, Dave Chinner
- [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir(), Hao Xu
- [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock, Hao Xu
- [PATCH 04/29] vfs: add nowait flag for struct dir_context, Hao Xu
- [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics, Hao Xu
- [PATCH 03/29] xfs: add NOWAIT semantics for readdir, Hao Xu
- [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait, Hao Xu
- [PATCH 10/29] vfs: add S_NOWAIT for nowait time update, Hao Xu
- [PATCH 07/29] vfs: add a nowait parameter for touch_atime(), Hao Xu
- [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update, Hao Xu
- [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init(), Hao Xu
- [PATCH 14/29] xfs: support nowait for xfs_log_reserve(), Hao Xu
- [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case, Hao Xu
- [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case, Hao Xu
- [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall, Hao Xu
- [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc(), Hao Xu
- [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN, Hao Xu
- [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit, Hao Xu
- [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in nowait case, Hao Xu
- [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT, Hao Xu
- [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert(), Hao Xu
- [PATCH 29/29] io_uring: add support for getdents, Hao Xu
- [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary, Hao Xu
- [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map(), Hao Xu
- [PATCH 25/29] xfs: support nowait for xfs_buf_item_init(), Hao Xu
- [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage, Hao Xu
- [PATCH 27/29] xfs: add a comment for xlog_kvmalloc(), Hao Xu
- [PATCH 24/29] xfs: support nowait for xfs_buf_read_map(), Hao Xu
- [PATCH 08/29] vfs: add nowait parameter for file_accessed(), Hao Xu
- [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit(), Hao Xu
[PATCH -next] fscache: Remove duplicated include,
GUO Zihua
Files read from NFS instead of fscache when also in pagecache,
Ole Salscheider
[PATCH] crypto, cifs: Fix error handling in extract_iter_to_sg(),
David Howells
[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
[PATCH 07/11] sysctl: Add size to register_sysctl, Joel Granados
[PATCH 09/11] sysctl: Remove the end element in sysctl table arrays,
Joel Granados
[PATCH] cachefiles: allocate static minor for /dev/cachefiles,
Marcel Holtmann
Re: [PATCH v2 1/3] fs: rename FMODE_NOACCOUNT to FMODE_INTERNAL, Christoph Hellwig
[PATCH] netfs: Only call folio_start_fscache() one time for each folio,
Dave Wysochanski
[PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
[PATCH net-next v3 02/10] Fix a couple of spelling mistakes, David Howells
[PATCH net-next v3 03/10] Wrap lines at 80, David Howells
[PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(), David Howells
[PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c, David Howells
[PATCH net-next v2 03/10] Wrap lines at 80, David Howells
[PATCH net-next v2 02/10] Fix a couple of spelling mistakes,
David Howells
[PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg(),
David Howells
[bug report] fscache: Implement volume registration, Dan Carpenter
[PATCH net-next 2/8] Drop the netfs_ prefix from netfs_extract_iter_to_sg(),
David Howells
[PATCH net-next 1/8] Move netfs_extract_iter_to_sg() to lib/scatterlist.c,
David Howells
6.4-rc3 plus dhowell's 2 V6 optimisation patches, plus the NFS hunk (separate commit) pushed to github, David Wysochanski
[bug report] fscache: Implement cache registration, Dan Carpenter
[PATCH] cachefilesd: Allow the daemon to run as a non-root user, David Howells
[PATCH] cachefilesd: Remove pointer poisoning code as it is likely to fail under ASLR, David Howells
[PATCH] cachefiles: Allow the cache to be non-root,
David Howells
[BUG] fscache writing but not reading,
Chris Chilvers
[PATCH -next 0/2] lsm: Change inode_setattr() to take struct,
Xiu Jianfeng
[PATCH V6 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
[PATCH] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC,
David Howells
[PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC,
David Howells
[PATCH] netfs: Pass a pointer to virt_to_page(), Linus Walleij
[RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC, David Howells
[PATCH V5 0/5] Introduce daemon failover mechanism to recover from crashing,
Jia Zhu
[PATCH 0/5] misc filesystems: simplify sysctl registration,
Luis Chamberlain
[PATCH 2/2] iov: Fix netfs_extract_user_to_sg(), David Howells
[PATCH 0/2] fscache/cachefiles: some work for on-demand mode,
Jingbo Xu
[PATCH v11 0/5] Convert NFS with fscache to the netfs API,
Dave Wysochanski
[PATCH 09/17] netfs: Add a function to extract an iterator into a scatterlist, David Howells
[PATCH 08/17] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator, David Howells
[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache,
David Howells
[Index of Archives]
[Bugtraq]
[LARTC]
[Yosemite Discussion]