Show patches with: Submitter = David Howells       |    State = Action Required       |    Archived = No       |   402 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,06/76] fscache: Remove the netfs data from the cookie fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,08/76] fscache: Remove store_limit* from struct fscache_object fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,10/76] fscache: Remove fscache_attr_changed() fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,12/76] fscache: Remove old I/O tracepoints fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,14/76] fscache: Remove the I/O operation manager fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,16/76] cachefiles: Change %p in format strings to something else fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,20/76] mm: Stop generic_file_buffered_read() from grabbing a superfluous page fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,22/76] vfs: Provide S_CACHE_FILE inode flag fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,24/76] fscache: Provide a simple thread pool for running ops asynchronously fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,28/76] fscache, cachefiles: Fix disabled histogram warnings fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,29/76] fscache: Recast assertion in terms of cookie not being an index fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,31/76] fscache: Allow ->put_super() to be used to wait for cache operations fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,34/76] netfs: Use the cache fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,35/76] fscache: read-helper: Add tracepoints fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,37/76] cachefiles: trace: Log coherency checks fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,39/76] cachefiles: Implement new fscache I/O backend API fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,41/76] cachefiles: Implement a content-present indicator and bitmap fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,43/76] cachefiles: Round the cachefile size up to DIO block size fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,45/76] cachefiles: Add I/O tracepoints fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,47/76] fscache: Remove more obsolete stats fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,49/76] netfs: Stats fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,51/76] fscache, cachefiles: Rewrite invalidation fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,53/76] fscache: Implement "will_modify" parameter on fscache_use_cookie() fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,55/76] fscache: Remove the update operation fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,67/76] afs: Use new fscache read helper API fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,69/76] fscache: Add support for writing to the cache fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,72/76] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,73/76] afs: Add O_DIRECT read support fscache: Modernisation --- 2020-11-20 David Howells New
[RFC,75/76] afs: Make afs_write_begin() return the THP subpage fscache: Modernisation --- 2020-11-20 David Howells New
[05/25] cachefiles: Drop superfluous readpages aops NULL check Network fs helper library & fscache kiocb API --- 2021-01-20 David Howells New
[02/32] vm: Add wait/unlock functions for PG_fscache Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[25/32] NFS: Clean up nfs_readpage() and nfs_readpages() Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[26/32] NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[27/32] NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[28/32] NFS: Call readpage_async_filler() from nfs_readpage_async() Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[29/32] NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[30/32] NFS: Allow internal use of read structs and functions Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[31/32] NFS: Convert to the netfs API and nfs_readpage to use netfs_readpage Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[32/32] NFS: Convert readpage to readahead and use netfs_readahead for fscache Network fs helper library & fscache kiocb API [ver #2] --- 2021-01-25 David Howells New
[03/33] mm: Implement readahead_control pageset expansion Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[04/33] vfs: Export rw_verify_area() for use by cachefiles Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[12/33] netfs: Define an interface to talk to a cache Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[13/33] netfs: Hold a ref on a page when PG_private_2 is set Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[14/33] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[28/33] ceph: disable old fscache readpage handling Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[29/33] ceph: rework PageFsCache handling Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[30/33] ceph: fix fscache invalidation Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[31/33] ceph: convert readpage to fscache read helper Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[32/33] ceph: plug write_begin into read helper Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[33/33] ceph: convert ceph_readpages to ceph_readahead Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[34/33] netfs: Use in_interrupt() not in_softirq() Network fs helper library & fscache kiocb API [ver #3] --- 2021-02-15 David Howells New
[v4,02/28] mm: Add an unlock function for PG_private_2/PG_fscache Network fs helper library & fscache kiocb API --- 2021-03-10 David Howells New
[v4,07/28] netfs, mm: Add unlock_page_fscache() and wait_on_page_fscache() Network fs helper library & fscache kiocb API --- 2021-03-10 David Howells New
[v4,13/28] netfs: Hold a ref on a page when PG_private_2 is set Network fs helper library & fscache kiocb API --- 2021-03-10 David Howells New
[v5,02/28] mm: Add wait_on_page_writeback_killable() Network fs helper library & fscache kiocb API --- 2021-03-23 David Howells New
[v5,13/28] netfs: Define an interface to talk to a cache Network fs helper library & fscache kiocb API --- 2021-03-23 David Howells New
[2/5] netfs: Call trace_netfs_read() after ->begin_cache_operation() netfs: Fixes for the netfs lib --- 2021-04-07 David Howells New
[4/5] netfs: Fix copy-to-cache amalgamation netfs: Fixes for the netfs lib --- 2021-04-07 David Howells New
[RFC] mm: Split page_has_private() in two to better handle PG_private_2 [RFC] mm: Split page_has_private() in two to better handle PG_private_2 --- 2021-04-08 David Howells New
[RFC,1/3] Make the generic bitops return bool [RFC,1/3] Make the generic bitops return bool --- 2021-04-09 David Howells New
[RFC,2/2] iov_iter: Drop the X argument from iterate_all_kinds() and use B instead Untitled series #118702 --- 2021-04-09 David Howells New
[v7,01/31] iov_iter: Add ITER_XARRAY Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,02/31] mm: Add set/end/wait functions for PG_private_2 Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,03/31] mm/filemap: Pass the file_ra_state in the ractl Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,04/31] fs: Document file_ra_state Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,05/31] mm/readahead: Handle ractl nr_pages being modified Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,06/31] mm: Implement readahead_control pageset expansion Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,07/31] netfs: Make a netfs helper module Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,08/31] netfs: Documentation for helper library Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,09/31] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,10/31] netfs, mm: Add set/end/wait_on_page_fscache() aliases Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,11/31] netfs: Provide readahead and readpage netfs helpers Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,12/31] netfs: Add tracepoints Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,13/31] netfs: Gather stats Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,14/31] netfs: Add write_begin helper Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,15/31] netfs: Define an interface to talk to a cache Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,16/31] netfs: Add a tracepoint to log failures that would be otherwise unseen Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,17/31] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,18/31] afs: Disable use of the fscache I/O routines Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,19/31] afs: Pass page into dirty region helpers to provide THP size Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,20/31] afs: Print the operation debug_id when logging an unexpected data version Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,21/31] afs: Move key to afs_read struct Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,22/31] afs: Don't truncate iter during data fetch Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,23/31] afs: Log remote unmarshalling errors Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,24/31] afs: Set up the iov_iter before calling afs_extract_data() Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,25/31] afs: Use ITER_XARRAY for writing Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,26/31] afs: Wait on PG_fscache before modifying/releasing a page Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,27/31] afs: Extract writeback extension into its own function Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,28/31] afs: Prepare for use of THPs Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,29/31] afs: Use the fs operation ops to handle FetchData completion Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,30/31] afs: Use new netfs lib read helper API Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
[v7,31/31] afs: Use the netfs_write_begin() helper Network fs helper library & fscache kiocb API --- 2021-04-23 David Howells New
iov_iter: Four fixes for ITER_XARRAY iov_iter: Four fixes for ITER_XARRAY --- 2021-04-25 David Howells New
netfs: Miscellaneous fixes netfs: Miscellaneous fixes --- 2021-04-26 David Howells New
netfs: Pass flags through to grab_cache_page_write_begin() netfs: Pass flags through to grab_cache_page_write_begin() --- 2021-05-13 David Howells New
[1/3] afs: Handle len being extending over page end in write_begin/write_end [1/3] afs: Handle len being extending over page end in write_begin/write_end --- 2021-06-14 David Howells New
[2/3] afs: Fix afs_write_end() to handle short writes [1/3] afs: Handle len being extending over page end in write_begin/write_end --- 2021-06-14 David Howells New
[v3,2/2] netfs: fix test for whether we can skip read when writing beyond EOF netfs, afs: Fix write_begin/end --- 2021-06-21 David Howells New
[01/12] fscache: Select netfs stats if fscache stats are enabled fscache: Some prep work for fscache rewrite --- 2021-06-21 David Howells New
[02/12] netfs: Move cookie debug ID to struct netfs_cache_resources fscache: Some prep work for fscache rewrite --- 2021-06-21 David Howells New
« 1 2 3 44 5 »