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

Date List Subject
2023-12-21 13:47:45 linux-kernel [PATCH v5 40/40] 9p: Use netfslib read/write_iter
2023-12-21 13:46:18 linux-nfs [PATCH v5 38/40] netfs: Export the netfs_sreq tracepoint
2023-12-21 13:46:01 linux-nfs [PATCH v5 37/40] netfs: Optimise away reads above the point at which there can be no data
2023-12-21 13:45:35 linux-nfs [PATCH v5 36/40] netfs: Implement a write-through caching option
2023-12-21 13:45:05 linux-kernel [PATCH v5 35/40] netfs: Provide a launder_folio implementation
2023-12-21 13:44:32 linux-nfs [PATCH v5 34/40] netfs: Provide a writepages implementation
2023-12-21 13:44:20 linux-kernel [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion
2023-12-21 13:43:36 linux-nfs [PATCH v5 32/40] netfs: Provide netfs_file_read_iter()
2023-12-21 13:42:55 linux-nfs [PATCH v5 31/40] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
2023-12-21 13:41:41 linux-nfs [PATCH v5 28/40] netfs: Implement unbuffered/DIO read support
2023-12-21 13:40:57 linux-nfs [PATCH v5 27/40] netfs: Allocate multipage folios in the writepath
2023-12-21 13:40:35 linux-nfs [PATCH v5 26/40] netfs: Make netfs_read_folio() handle streaming-write pages
2023-12-21 13:40:12 linux-nfs [PATCH v5 25/40] netfs: Provide func to copy data to pagecache for buffered write
2023-12-21 13:38:32 linux-nfs [PATCH v5 24/40] netfs: Dispatch write requests to process a writeback slice
2023-12-21 13:36:53 linux-nfs [PATCH v5 20/40] netfs: Add a hook to allow tell the netfs to update its i_size
2023-12-21 13:36:49 linux-nfs [PATCH v5 23/40] netfs: Prep to use folio->private for write grouping and streaming write
2023-12-21 13:36:32 linux-nfs [PATCH v5 22/40] netfs: Make the refcounting of netfs_begin_read() easier to use
2023-12-21 13:35:32 linux-nfs [PATCH v5 21/40] netfs: Make netfs_put_request() handle a NULL pointer
2023-12-21 13:34:51 linux-nfs [PATCH v5 19/40] netfs: Extend the netfs_io_*request structs to handle writes
2023-12-21 13:34:13 linux-kernel [PATCH v5 18/40] netfs: Limit subrequest by size or number of segments
2023-12-21 13:34:03 linux-kernel [PATCH v5 17/40] netfs: Add func to calculate pagecount/size-limited span of an iterator
2023-12-21 13:33:08 linux-nfs [PATCH v5 16/40] netfs: Provide tools to create a buffer in an xarray
2023-12-21 13:32:33 linux-nfs [PATCH v5 15/40] netfs: Add support for DIO buffering
2023-12-21 13:31:36 linux-nfs [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
2023-12-21 13:31:25 linux-kernel [PATCH v5 13/40] netfs: Implement unbuffered/DIO vs buffered I/O locking
2023-12-21 13:30:35 linux-kernel [PATCH v5 12/40] netfs: Provide invalidate_folio and release_folio calls
2023-12-21 13:30:20 linux-nfs [PATCH v5 11/40] afs: Don't use folio->private to record partial modification
2023-12-21 13:29:27 linux-kernel [PATCH v5 10/40] netfs: Add a ->free_subrequest() op
2023-12-21 13:28:56 linux-kernel [PATCH v5 09/40] netfs: Allow the netfs to make the io (sub)request alloc larger
2023-12-21 13:28:27 linux-nfs [PATCH v5 07/40] netfs: Move pinning-for-writeback from fscache to netfs
2023-12-21 13:28:26 linux-kernel [PATCH v5 08/40] netfs: Add a procfile to list in-progress requests
2023-12-21 13:27:43 linux-nfs [PATCH v5 04/40] netfs, fscache: Combine fscache with netfs
2023-12-21 13:27:05 linux-kernel [PATCH v5 06/40] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
2023-12-21 13:26:53 linux-nfs [PATCH v5 05/40] netfs, fscache: Remove ->begin_cache_operation
2023-12-21 13:26:11 linux-kernel [PATCH v5 03/40] netfs, fscache: Move fs/fscache/* into fs/netfs/
2023-12-21 13:25:25 linux-kernel [PATCH v5 02/40] afs: Automatically generate trace tag enums
2023-12-21 13:25:18 linux-kernel [PATCH v5 01/40] afs: Remove whitespace before most ')' from the trace header
2023-12-21 13:24:35 linux-nfs [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
2023-12-21 13:19:50 linux-kernel Re: linux-next: build warning after merge of the vfs-brauner tree
2023-12-21 10:51:13 linux-kernel Re: linux-next: duplicate patches in the vfs-brauner tree
2023-12-20 10:09:02 linux-nfs Re: [PATCH v4 00/39] netfs, afs, 9p: Delegate high-level I/O to netfslib
2023-12-19 16:57:02 linux-nfs Re: [PATCH v4 37/39] netfs: Optimise away reads above the point at which there can be no data
2023-12-19 16:51:45 linux-nfs Re: [PATCH v4 36/39] netfs: Implement a write-through caching option
2023-12-19 15:46:44 linux-nfs Re: [PATCH v4 28/39] netfs: Implement support for unbuffered/DIO read
2023-12-19 14:48:45 linux-nfs Re: [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
2023-12-19 14:43:22 linux-nfs Re: [PATCH v4 18/39] netfs: Export netfs_put_subrequest() and some tracepoints
2023-12-19 14:41:20 linux-kernel Re: [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
2023-12-19 14:36:52 linux-kernel Re: [PATCH v4 12/39] netfs: Add iov_iters to (sub)requests to describe various buffers
2023-12-13 15:44:55 linux-kernel [PATCH v4 11/13] cifs: Remove some code that's no longer used, part 1
2023-12-13 15:44:48 linux-kernel [PATCH v4 13/13] cifs: Remove some code that's no longer used, part 3
2023-12-13 15:44:36 linux-kernel [PATCH v4 12/13] cifs: Remove some code that's no longer used, part 2