LinuxLists
Users
About
David Howells (
[email protected]
)
Number of posts: 15920 (1.86 per day)
First post: 2000-12-08 15:31:57
Last post: 2024-05-24 16:18:13
Previous Page
/
Next Page
Date
List
Subject
2023-12-13 15:43:59
linux-kernel
[PATCH v4 06/13] cifs: Use more fields from netfs_io_subrequest
2023-12-13 15:43:27
linux-kernel
[PATCH v4 05/13] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
2023-12-13 15:43:16
linux-kernel
[PATCH v4 10/13] cifs: Cut over to using netfslib
2023-12-13 15:43:15
linux-kernel
[PATCH v4 07/13] cifs: Make wait_mtu_credits take size_t args
2023-12-13 15:43:11
linux-kernel
[PATCH v4 09/13] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
2023-12-13 15:43:03
linux-kernel
[PATCH v4 08/13] cifs: Implement netfslib hooks
2023-12-13 15:42:50
linux-kernel
[PATCH v4 02/13] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
2023-12-13 15:42:38
linux-kernel
[PATCH v4 04/13] cifs: Set zero_point in the copy_file_range() and remap_file_range()
2023-12-13 15:42:35
linux-kernel
[PATCH v4 03/13] cifs: Share server EOF pos with netfslib
2023-12-13 15:42:14
linux-kernel
[PATCH v4 01/13] netfs: Rearrange netfs_io_subrequest to put request pointer first
2023-12-13 15:42:05
linux-kernel
[PATCH v4 00/13] netfs, cifs: Delegate high-level I/O to netfslib
2023-12-13 15:34:58
linux-kernel
Re: [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
2023-12-13 15:32:56
linux-kernel
[PATCH v4 26/39] netfs: Make netfs_read_folio() handle streaming-write pages
2023-12-13 15:31:39
linux-kernel
[PATCH v4 32/39] netfs: Provide netfs_file_read_iter()
2023-12-13 15:31:38
linux-kernel
[PATCH v4 22/39] netfs: Make the refcounting of netfs_begin_read() easier to use
2023-12-13 15:31:24
linux-kernel
[PATCH v4 38/39] afs: Use the netfs write helpers
2023-12-13 15:31:23
linux-kernel
[PATCH v4 23/39] netfs: Prep to use folio->private for write grouping and streaming write
2023-12-13 15:31:12
linux-kernel
[PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
2023-12-13 15:31:00
linux-kernel
[PATCH v4 25/39] netfs: Provide func to copy data to pagecache for buffered write
2023-12-13 15:30:57
linux-kernel
[PATCH v4 39/39] 9p: Use netfslib read/write_iter
2023-12-13 15:29:56
linux-kernel
[PATCH v4 36/39] netfs: Implement a write-through caching option
2023-12-13 15:29:25
linux-kernel
[PATCH v4 35/39] netfs: Provide a launder_folio implementation
2023-12-13 15:29:12
linux-kernel
[PATCH v4 33/39] netfs, cachefiles: Pass upper bound length to allow expansion
2023-12-13 15:29:12
linux-kernel
[PATCH v4 34/39] netfs: Provide a writepages implementation
2023-12-13 15:28:57
linux-kernel
[PATCH v4 31/39] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
2023-12-13 15:28:56
linux-kernel
[PATCH v4 29/39] netfs: Implement unbuffered/DIO write support
2023-12-13 15:28:49
linux-kernel
[PATCH v4 27/39] netfs: Allocate multipage folios in the writepath
2023-12-13 15:28:47
linux-kernel
[PATCH v4 30/39] netfs: Implement buffered write API
2023-12-13 15:28:33
linux-kernel
[PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
2023-12-13 15:28:12
linux-kernel
[PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
2023-12-13 15:28:04
linux-kernel
[PATCH v4 24/39] netfs: Dispatch write requests to process a writeback slice
2023-12-13 15:28:01
linux-kernel
[PATCH v4 20/39] netfs: Add a hook to allow tell the netfs to update its i_size
2023-12-13 15:27:49
linux-kernel
[PATCH v4 17/39] netfs: Limit subrequest by size or number of segments
2023-12-13 15:27:42
linux-kernel
[PATCH v4 14/39] netfs: Provide tools to create a buffer in an xarray
2023-12-13 15:27:37
linux-kernel
[PATCH v4 19/39] netfs: Extend the netfs_io_*request structs to handle writes
2023-12-13 15:27:33
linux-kernel
[PATCH v4 21/39] netfs: Make netfs_put_request() handle a NULL pointer
2023-12-13 15:27:14
linux-kernel
[PATCH v4 15/39] netfs: Add bounce buffering support
2023-12-13 15:27:06
linux-kernel
[PATCH v4 16/39] netfs: Add func to calculate pagecount/size-limited span of an iterator
2023-12-13 15:26:48
linux-kernel
[PATCH v4 13/39] netfs: Add support for DIO buffering
2023-12-13 15:26:34
linux-kernel
[PATCH v4 09/39] afs: Don't use folio->private to record partial modification
2023-12-13 15:26:32
linux-kernel
[PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
2023-12-13 15:26:05
linux-kernel
[PATCH v4 08/39] netfs: Add a ->free_subrequest() op
2023-12-13 15:25:40
linux-kernel
[PATCH v4 11/39] netfs: Implement unbuffered/DIO vs buffered I/O locking
2023-12-13 15:25:28
linux-kernel
[PATCH v4 10/39] netfs: Provide invalidate_folio and release_folio calls
2023-12-13 15:25:22
linux-kernel
[PATCH v4 05/39] netfs: Move pinning-for-writeback from fscache to netfs
2023-12-13 15:25:18
linux-kernel
[PATCH v4 07/39] netfs: Allow the netfs to make the io (sub)request alloc larger
2023-12-13 15:24:59
linux-kernel
[PATCH v4 06/39] netfs: Add a procfile to list in-progress requests
2023-12-13 15:24:46
linux-kernel
[PATCH v4 03/39] netfs, fscache: Remove ->begin_cache_operation
2023-12-13 15:24:45
linux-kernel
[PATCH v4 02/39] netfs, fscache: Combine fscache with netfs
2023-12-13 15:24:44
linux-kernel
[PATCH v4 04/39] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
2023-12-13 15:24:42
linux-nfs
[PATCH v4 01/39] netfs, fscache: Move fs/fscache/* into fs/netfs/