Show patches with: State = Action Required       |    Archived = No       |   1342 patches
« 1 2 ... 9 10 1113 14 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,41/59] netfs: Provide a launder_folio implementation 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,34/59] netfs: Provide a writepages implementation netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,33/59] netfs, cachefiles: Pass upper bound length to allow expansion netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,32/59] netfs: Provide netfs_file_read_iter() netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,30/59] netfs: Implement buffered write API netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,29/59] netfs: Implement unbuffered/DIO write support netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,28/59] netfs: Implement support for unbuffered/DIO read netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,27/59] netfs: Allocate multipage folios in the writepath netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,26/59] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,25/59] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,24/59] netfs: Dispatch write requests to process a writeback slice netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,23/59] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,22/59] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,21/59] netfs: Make netfs_put_request() handle a NULL pointer netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,20/59] netfs: Add a hook to allow tell the netfs to update its i_size netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,19/59] netfs: Extend the netfs_io_*request structs to handle writes netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,18/59] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,17/59] netfs: Limit subrequest by size or number of segments netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,15/59] netfs: Add bounce buffering support netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,14/59] netfs: Provide tools to create a buffer in an xarray netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,13/59] netfs: Add support for DIO buffering netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,12/59] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,10/59] netfs: Provide invalidate_folio and release_folio calls netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - 1 - --- 2023-12-07 David Howells New
[v3,09/59] afs: Don't use folio->private to record partial modification netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,08/59] netfs: Add a ->free_subrequest() op netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,07/59] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,06/59] netfs: Add a procfile to list in-progress requests netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,05/59] netfs: Move pinning-for-writeback from fscache to netfs netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,03/59] netfs, fscache: Remove ->begin_cache_operation netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,02/59] netfs, fscache: Combine fscache with netfs netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[v3,01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/ netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib - - - --- 2023-12-07 David Howells New
[6/6] configure: check for rpc_gss_seccreate nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[5/6] gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for user credentials nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[4/6] gssd: handle KRB5_AP_ERR_BAD_INTEGRITY for machine credentials nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[3/6] gssd: switch to using rpc_gss_seccreate() nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[2/6] gssd: revert commit 513630d720bd nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[1/6] gssd: revert commit a5f3b7ccb01c nfs-utils: handle BAD_INTEGRITY ERROR - - - --- 2023-12-06 Olga Kornievskaia New
[1/1] reexport: add a missing header include [1/1] reexport: add a missing header include - - - --- 2023-12-06 Olga Kornievskaia New
[2/2] gssapi: fix rpc_gss_seccreate passed in cred [1/2] gssapi: revert commit f5b6e6fdb1e6 - 1 - --- 2023-12-06 Olga Kornievskaia New
[1/2] gssapi: revert commit f5b6e6fdb1e6 [1/2] gssapi: revert commit f5b6e6fdb1e6 - 1 - --- 2023-12-06 Olga Kornievskaia New
[v2] NFSv4: Always ask for type with READDIR [v2] NFSv4: Always ask for type with READDIR - 2 - --- 2023-12-06 Benjamin Coddington New
[v2] support/backend_sqlite.c: Add missing <sys/syscall.h> [v2] support/backend_sqlite.c: Add missing <sys/syscall.h> - 1 1 --- 2023-12-05 Petr Vorel New
[v2] reexport/{fsidd,reexport}.c: Re-add missing includes [v2] reexport/{fsidd,reexport}.c: Re-add missing includes - 1 1 --- 2023-12-05 Petr Vorel New
[1/1] reexport/{fsidd,reexport}.c: Add missing <unistd.h> [1/1] reexport/{fsidd,reexport}.c: Add missing <unistd.h> - - - --- 2023-12-05 Petr Vorel New
conf_init_file: Fixed warn_unused_result error conf_init_file: Fixed warn_unused_result error - - - --- 2023-12-05 Steve Dickson New
[RESEND] NFSv4: Always ask for type with READDIR [RESEND] NFSv4: Always ask for type with READDIR - 2 - --- 2023-12-05 Benjamin Coddington New
[2/2] pnfs/blocklayout: Don't add zero-length pnfs_block_dev [1/2] blocklayoutdriver: Fix reference leak of pnfs_device_node - 1 - --- 2023-12-05 Benjamin Coddington New
[1/2] blocklayoutdriver: Fix reference leak of pnfs_device_node [1/2] blocklayoutdriver: Fix reference leak of pnfs_device_node - - - --- 2023-12-05 Benjamin Coddington New
[RFC,1/1] NFS: Use parent's objective cred in nfs_access_login_time() Use parent's objective cred in nfs_access_login_time() - - - --- 2023-12-05 Scott Mayhew New
[v2,4/4] SUNRPC: Fix a suspicious RCU usage warning SUNRPC: Various RCU fixes - 2 - --- 2023-12-04 Anna Schumaker New
[v2,3/4] SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switch SUNRPC: Various RCU fixes - 1 - --- 2023-12-04 Anna Schumaker New
[v2,2/4] SUNRPC: Remove unused function rpc_clnt_xprt_switch_put() SUNRPC: Various RCU fixes - 1 - --- 2023-12-04 Anna Schumaker New
[v2,1/4] SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked() SUNRPC: Various RCU fixes - 1 - --- 2023-12-04 Anna Schumaker New
[v1,21/21] svcrdma: Move the svc_rdma_cc_init() call svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,20/21] svcrdma: Remove struct svc_rdma_read_info svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,19/21] svcrdma: Update the synopsis of svc_rdma_read_special() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,18/21] svcrdma: Update the synopsis of svc_rdma_read_call_chunk() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,17/21] svcrdma: Update synopsis of svc_rdma_read_multiple_chunks() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,16/21] svcrdma: Update synopsis of svc_rdma_copy_inline_range() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,15/21] svcrdma: Update the synopsis of svc_rdma_read_data_item() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,14/21] svcrdma: Update synopsis of svc_rdma_read_chunk_range() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,13/21] svcrdma: Update synopsis of svc_rdma_build_read_chunk() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,12/21] svcrdma: Update synopsis of svc_rdma_build_read_segment() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,11/21] svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,10/21] svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,09/21] svcrdma: Start moving fields out of struct svc_rdma_read_info svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,08/21] svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,07/21] svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,06/21] svcrdma: Pass a pointer to the transport to svc_rdma_cc_release() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,05/21] svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt() svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,04/21] svcrdma: Explicitly pass the transport into Read chunk I/O paths svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,03/21] svcrdma: Explicitly pass the transport into Write chunk I/O paths svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,02/21] svcrdma: Acquire the svcxprt_rdma pointer from the CQ context svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
[v1,01/21] svcrdma: Reduce size of struct svc_rdma_rw_ctxt svc_rdma_read_info clean ups - - - --- 2023-12-04 Chuck Lever New
nfsd: remove unnecessary NULL check nfsd: remove unnecessary NULL check - 1 - --- 2023-12-04 Dan Carpenter New
[2/2] nfsd: Don't leave work of closing files to a work queue. Move all file-close work for nfsd into nfsd threads - - - --- 2023-12-04 NeilBrown New
[1/2] Allow a kthread to declare that it calls task_work_run() Move all file-close work for nfsd into nfsd threads - - - --- 2023-12-04 NeilBrown New
NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.h NFSv4, NFSD: move enum nfs_cb_opnum4 to include/linux/nfs4.h 1 1 - --- 2023-12-02 chenxiaosongemail@foxmail.com New
[4/4] SUNRPC: Fix a suspicious RCU usage warning SUNRPC: Various RCU fixes - 1 - --- 2023-12-01 Anna Schumaker New
[3/4] SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switch SUNRPC: Various RCU fixes - 1 - --- 2023-12-01 Anna Schumaker New
[2/4] SUNRPC: Remove unused function rpc_clnt_xprt_switch_put() SUNRPC: Various RCU fixes - 1 - --- 2023-12-01 Anna Schumaker New
[1/4] SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked() SUNRPC: Various RCU fixes - 1 - --- 2023-12-01 Anna Schumaker New
[1/1] SUNRPC: fix _xprt_switch_find_current_entry logic [1/1] SUNRPC: fix _xprt_switch_find_current_entry logic - - - --- 2023-12-01 Olga Kornievskaia New
[v7,23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache Untitled series #805800 - - - --- 2023-11-30 Roberto Sassu New
[v7,22/23] integrity: Remove 'integrity' LSM and move integrity functions to 'ima' LSM Untitled series #805800 - - - --- 2023-11-30 Roberto Sassu New
[v7,21/23] evm: Move to LSM infrastructure Untitled series #805800 - - - --- 2023-11-30 Roberto Sassu New
[v7,20/23] ima: Move IMA-Appraisal to LSM infrastructure Untitled series #805800 - 2 - --- 2023-11-30 Roberto Sassu New
[v7,19/23] ima: Move to LSM infrastructure Untitled series #805800 1 - - --- 2023-11-30 Roberto Sassu New
[v5,3/3] NFSD: convert write_ports to netlink command convert write_threads, write_version and write_ports to netlink commands - - - --- 2023-11-29 Lorenzo Bianconi New
[v5,2/3] NFSD: convert write_version to netlink command convert write_threads, write_version and write_ports to netlink commands - - - --- 2023-11-29 Lorenzo Bianconi New
« 1 2 ... 9 10 1113 14 »