Show patches with: State = Action Required       |    Archived = No       |   1811 patches
« 1 2 3 418 19 »
Patch Series S/W/F Date Submitter Delegate State
[v5,27/40] netfs: Allocate multipage folios in the writepath netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,26/40] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,25/40] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,24/40] netfs: Dispatch write requests to process a writeback slice netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,23/40] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,22/40] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,21/40] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,20/40] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,19/40] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,18/40] netfs: Limit subrequest by size or number of segments netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,16/40] netfs: Provide tools to create a buffer in an xarray netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,15/40] netfs: Add support for DIO buffering netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,14/40] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,12/40] netfs: Provide invalidate_folio and release_folio calls netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,11/40] afs: Don't use folio->private to record partial modification netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,10/40] netfs: Add a ->free_subrequest() op netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,09/40] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,08/40] netfs: Add a procfile to list in-progress requests netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,07/40] netfs: Move pinning-for-writeback from fscache to netfs netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,05/40] netfs, fscache: Remove ->begin_cache_operation netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,04/40] netfs, fscache: Combine fscache with netfs Fix EROFS Kconfig --- 2023-12-21 David Howells New
[v5,03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/ netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,02/40] afs: Automatically generate trace tag enums netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[v5,01/40] afs: Remove whitespace before most ')' from the trace header netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-21 David Howells New
[07/22] ceph: d_obtain_{alias,root}(ERR_PTR(...)) will do the right thing Untitled series #230834 --- 2023-12-20 Al Viro New
[v39,20/42] LSM: Use lsmcontext in security_dentry_init_security Untitled series #230314 --- 2023-12-15 Casey Schaufler New
[v3,3/3] libceph: just wait for more data to be available on the socket libceph: fix sparse-read failure bug --- 2023-12-15 Xiubo Li New
[v4,13/13] cifs: Remove some code that's no longer used, part 3 netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,11/13] cifs: Remove some code that's no longer used, part 1 netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,10/13] cifs: Cut over to using netfslib netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,08/13] cifs: Implement netfslib hooks netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest netfs, cifs: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,28/39] netfs: Implement support for unbuffered/DIO read netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,18/39] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,15/39] netfs: Add bounce buffering support netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v4,02/39] netfs, fscache: Combine fscache with netfs netfs, afs, 9p: Delegate high-level I/O to netfslib --- 2023-12-13 David Howells New
[v2,2/2] libceph: just wait for more data to be available on the socket libceph: fix sparse-read failure bug --- 2023-12-08 Xiubo Li New
[2/2] libceph: just wait for more data to be available on the socket libceph: fix sparse-read failure bug --- 2023-12-08 Xiubo Li New
[1/2] libceph: fail the sparse-read if there still has data in socket libceph: fix sparse-read failure bug --- 2023-12-08 Xiubo Li New
[v3,59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,57/59] cifs: Remove some code that's no longer used, part 2 netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,52/59] cifs: Make wait_mtu_credits take size_t args netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,51/59] cifs: Use more fields from netfs_io_subrequest netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range() netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,48/59] cifs: Share server EOF pos with netfslib netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,40/59] netfs: Support encryption on Unbuffered/DIO write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,39/59] netfs: Support decryption on ubuffered/DIO read netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,38/59] netfs: Decrypt encrypted content netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,37/59] netfs: Perform content encryption netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,36/59] netfs: Make netfs_skip_folio_read() take account of blocksize netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,35/59] netfs: Provide minimum blocksize parameter netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib --- 2023-12-07 David Howells New
[v3,3/6] ceph: check the cephx mds auth access for setattr ceph: check the cephx mds auth access in client side --- 2023-12-05 Xiubo Li New
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION --- 2023-11-23 Eric Biggers New
[v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR [v3] ceph: quota: Fix invalid pointer access if get_quota_realm return ERR_PTR --- 2023-11-23 Wenchao Hao New
ceph: remove duplicated code for ceph_netfs_issue_read ceph: remove duplicated code for ceph_netfs_issue_read --- 2023-11-22 Xiubo Li New
[v2,42/51] cifs: Share server EOF pos with netfslib netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,29/51] netfs: Provide netfs_file_read_iter() netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,18/51] fscache: Add a function to begin an cache op from a netfslib request netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,16/51] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,11/51] netfs: Add bounce buffering support netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,05/51] afs: Don't use folio->private to record partial modification netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,02/51] netfs: Track the fpos above which the server has no data netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,01/51] netfs: Add a procfile to list in-progress requests netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-11-17 David Howells New
[v2,1/2] ceph: rename create_session_open_msg() to create_session_full_msg() ceph: update the oldest_client_tid via the renew caps --- 2023-11-17 Xiubo Li New
[v2] ceph: fix deadlock or deadcode of misusing dget() [v2] ceph: fix deadlock or deadcode of misusing dget() --- 2023-11-17 Xiubo Li New
ceph: fix deadlock or deadcode of misusing dget() ceph: fix deadlock or deadcode of misusing dget() --- 2023-11-17 Xiubo Li New
[2/2] ceph: update the oldest_client_tid via the renew caps ceph: update the oldest_client_tid via the renew caps --- 2023-11-16 Xiubo Li New
ceph: quota: Fix invalid pointer access in ceph: quota: Fix invalid pointer access in --- 2023-11-14 Wenchao Hao New
[GIT,PULL] Ceph updates for 6.7-rc1 [GIT,PULL] Ceph updates for 6.7-rc1 --- 2023-11-09 Ilya Dryomov New
[2/2] ceph: try to allocate a smaller extent map for sparse read ceph: allocate a smaller extent map if possible --- 2023-11-07 Xiubo Li New
[1/2] libceph: specify the sparse read extent count ceph: allocate a smaller extent map if possible --- 2023-11-07 Xiubo Li New
[v3] libceph: remove the max extents check for sparse read [v3] libceph: remove the max extents check for sparse read --- 2023-11-07 Xiubo Li New
ceph: reinitialize mds feature bit even when session in open ceph: reinitialize mds feature bit even when session in open --- 2023-11-06 Venky Shankar New
[v3,2/2] libceph: check the data length when sparse-read finishes libceph: sparse-read misc fixes --- 2023-11-06 Xiubo Li New
[v2] libceph: increase the max extents check for sparse read [v2] libceph: increase the max extents check for sparse read --- 2023-11-06 Xiubo Li New
libceph: remove the max extents check for sparse read libceph: remove the max extents check for sparse read --- 2023-11-03 Xiubo Li New
[v2,2/2] libceph: check the data length when finishes libceph: sparse-read misc fixes --- 2023-11-01 Xiubo Li New
[v2,1/2] libceph: save and covert sr_datalen to host-endian libceph: sparse-read misc fixes --- 2023-11-01 Xiubo Li New
[RFC] get rid of passing callbacks to ceph __dentry_leases_walk() [RFC] get rid of passing callbacks to ceph __dentry_leases_walk() --- 2023-10-29 Al Viro New
ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock --- 2023-10-26 Al Viro New
[v2,2/2] ceph: add ceph_cap_unlink_work to fire check caps immediately ceph: fix caps revocation stuck --- 2023-10-25 Xiubo Li New
[1/3] libceph: do not decrease the data length more than once libceph: sparse-read misc fixes --- 2023-10-24 Xiubo Li New
[RFC,18/53] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[RFC,13/53] netfs: Add bounce buffering support netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[RFC,12/53] netfs: Provide tools to create a buffer in an xarray netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[RFC,11/53] netfs: Add support for DIO buffering netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[RFC,08/53] netfs: Add rsize to netfs_io_request netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[RFC,03/53] netfs: Note nonblockingness in the netfs_io_request struct netfs, afs, cifs: Delegate high-level I/O to netfslib --- 2023-10-13 David Howells New
[GIT,PULL] Ceph fixes for 6.6-rc6 [GIT,PULL] Ceph fixes for 6.6-rc6 --- 2023-10-13 Ilya Dryomov New
ceph: Clean up errors in locks.c ceph: Clean up errors in locks.c --- 2023-10-13 KaiLong Wang New
ceph: Clean up errors in mdsmap.c ceph: Clean up errors in mdsmap.c --- 2023-10-13 KaiLong Wang New
[7/7] block, drivers: make lots of attribute_group globals const Untitled series #224405 --- 2023-10-09 Max Kellermann New
[v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled [v2] fs/{posix_acl,ext2,jfs,ceph}: apply umask if ACL support is disabled --- 2023-10-09 Max Kellermann New
ceph: fix type promotion bug on 32bit systems ceph: fix type promotion bug on 32bit systems --- 2023-10-07 Dan Carpenter New
« 1 2 3 418 19 »