Show patches with: State = Action Required       |    Archived = No       |   512 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] 9p: Annotate data-racy writes to file::f_flags on fd mount Small patches for 6.7 - - - --- 2023-10-23 Dominique Martinet New
[2/3] 9p: v9fs_listxattr: fix %s null argument warning Small patches for 6.7 1 - - --- 2023-10-23 Dominique Martinet New
[3/3] 9p/net: xen: fix false positive printf format overflow warning Small patches for 6.7 - - - --- 2023-10-23 Dominique Martinet New
[v2] 9p/trans_fd: Annotate data-racy writes to file::f_flags [v2] 9p/trans_fd: Annotate data-racy writes to file::f_flags - - - --- 2023-10-24 Dominique Martinet New
[v2,1/3] 9p/trans_fd: Annotate data-racy writes to file::f_flags [v2,1/3] 9p/trans_fd: Annotate data-racy writes to file::f_flags - - - --- 2023-10-25 Dominique Martinet New
[v2,2/3] 9p: v9fs_listxattr: fix %s null argument warning [v2,1/3] 9p/trans_fd: Annotate data-racy writes to file::f_flags 1 - - --- 2023-10-25 Dominique Martinet New
[v2,3/3] 9p/net: xen: fix false positive printf format overflow warning [v2,1/3] 9p/trans_fd: Annotate data-racy writes to file::f_flags - 1 - --- 2023-10-25 Dominique Martinet New
9p/fs: add MODULE_DESCIPTION 9p/fs: add MODULE_DESCIPTION - 1 - --- 2023-10-25 Dominique Martinet New
net: 9p: fix possible memory leak in p9_check_errors() net: 9p: fix possible memory leak in p9_check_errors() - 1 - --- 2023-10-26 Hangyu Hua New
[v2] net: 9p: fix possible memory leak in p9_check_errors() [v2] net: 9p: fix possible memory leak in p9_check_errors() - 1 - --- 2023-10-27 Hangyu Hua New
[GIT,PULL] 9p fixes for 6.7-rc1 [GIT,PULL] 9p fixes for 6.7-rc1 - - - --- 2023-11-04 Dominique Martinet 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,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,03/51] netfs: Allow the netfs to make the io (sub)request alloc larger netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,04/51] netfs: Add a ->free_subrequest() op 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,06/51] netfs: Provide invalidate_folio and release_folio calls netfs, afs, cifs: Delegate high-level I/O to netfslib - 1 - --- 2023-11-17 David Howells New
[v2,07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,08/51] netfs: Add iov_iters to (sub)requests to describe various buffers netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,09/51] netfs: Add support for DIO buffering netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,10/51] netfs: Provide tools to create a buffer in an xarray 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,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,13/51] netfs: Limit subrequest by size or number of segments netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,14/51] netfs: Export netfs_put_subrequest() and some tracepoints netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,15/51] netfs: Extend the netfs_io_*request structs to handle writes 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,17/51] netfs: Make netfs_put_request() handle a NULL pointer 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,19/51] netfs: Make the refcounting of netfs_begin_read() easier to use netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,20/51] netfs: Prep to use folio->private for write grouping and streaming write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,21/51] netfs: Dispatch write requests to process a writeback slice netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,22/51] netfs: Provide func to copy data to pagecache for buffered write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,23/51] netfs: Make netfs_read_folio() handle streaming-write pages netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,24/51] netfs: Allocate multipage folios in the writepath netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,25/51] netfs: Implement support for unbuffered/DIO read netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,26/51] netfs: Implement unbuffered/DIO write support netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,27/51] netfs: Implement buffered write API netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite() 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,30/51] netfs: Provide a writepages implementation netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,31/51] netfs: Provide minimum blocksize parameter netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,32/51] netfs: Make netfs_skip_folio_read() take account of blocksize netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,33/51] netfs: Perform content encryption netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,34/51] netfs: Decrypt encrypted content netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,35/51] netfs: Support decryption on ubuffered/DIO read netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,36/51] netfs: Support encryption on Unbuffered/DIO write netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,37/51] netfs: Provide a launder_folio implementation netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,38/51] netfs: Implement a write-through caching option netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,39/51] netfs: Rearrange netfs_io_subrequest to put request pointer first netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,40/51] afs: Use the netfs write helpers netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,41/51] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells 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,43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,44/51] cifs: Use more fields from netfs_io_subrequest netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,45/51] cifs: Make wait_mtu_credits take size_t args netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,46/51] cifs: Implement netfslib hooks netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,47/51] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,48/51] cifs: Cut over to using netfslib netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,49/51] cifs: Remove some code that's no longer used, part 1 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,50/51] cifs: Remove some code that's no longer used, part 2 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[v2,51/51] cifs: Remove some code that's no longer used, part 3 netfs, afs, cifs: Delegate high-level I/O to netfslib - - - --- 2023-11-17 David Howells New
[net] MAINTAINERS: exclude 9p from networking [net] MAINTAINERS: exclude 9p from networking - 1 - --- 2023-11-28 Jakub Kicinski New
9p: prevent read overrun in protocol dump tracepoint 9p: prevent read overrun in protocol dump tracepoint - - - --- 2023-12-02 JP Kobryn New
[v2] 9p: prevent read overrun in protocol dump tracepoint [v2] 9p: prevent read overrun in protocol dump tracepoint - 1 - --- 2023-12-04 JP Kobryn New
net: 9p: avoid freeing uninit memory in p9pdu_vreadf net: 9p: avoid freeing uninit memory in p9pdu_vreadf - - - --- 2023-12-05 Fedor Pchelkin New
[v2] net: 9p: avoid freeing uninit memory in p9pdu_vreadf [v2] net: 9p: avoid freeing uninit memory in p9pdu_vreadf - 1 - --- 2023-12-05 Fedor Pchelkin New
[v3] net: 9p: avoid freeing uninit memory in p9pdu_vreadf [v3] net: 9p: avoid freeing uninit memory in p9pdu_vreadf - - - --- 2023-12-05 Fedor Pchelkin New
[v4] net: 9p: avoid freeing uninit memory in p9pdu_vreadf [v4] net: 9p: avoid freeing uninit memory in p9pdu_vreadf - 2 - --- 2023-12-06 Fedor Pchelkin 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
[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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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
« 1 2 3 45 6 »