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-11-17 21:21:21 linux-nfs [PATCH v2 43/51] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
2023-11-17 21:20:32 linux-kernel [PATCH v2 37/51] netfs: Provide a launder_folio implementation
2023-11-17 21:19:55 linux-nfs [PATCH v2 35/51] netfs: Support decryption on ubuffered/DIO read
2023-11-17 21:19:55 linux-nfs [PATCH v2 32/51] netfs: Make netfs_skip_folio_read() take account of blocksize
2023-11-17 21:19:53 linux-kernel [PATCH v2 33/51] netfs: Perform content encryption
2023-11-17 21:19:46 linux-kernel [PATCH v2 30/51] netfs: Provide a writepages implementation
2023-11-17 21:19:38 linux-nfs [PATCH v2 31/51] netfs: Provide minimum blocksize parameter
2023-11-17 21:19:33 linux-nfs [PATCH v2 29/51] netfs: Provide netfs_file_read_iter()
2023-11-17 21:19:30 linux-kernel [PATCH v2 28/51] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
2023-11-17 21:19:25 linux-nfs [PATCH v2 27/51] netfs: Implement buffered write API
2023-11-17 21:19:22 linux-kernel [PATCH v2 26/51] netfs: Implement unbuffered/DIO write support
2023-11-17 21:19:19 linux-kernel [PATCH v2 25/51] netfs: Implement support for unbuffered/DIO read
2023-11-17 21:19:01 linux-nfs [PATCH v2 24/51] netfs: Allocate multipage folios in the writepath
2023-11-17 21:18:59 linux-kernel [PATCH v2 23/51] netfs: Make netfs_read_folio() handle streaming-write pages
2023-11-17 21:18:54 linux-nfs [PATCH v2 22/51] netfs: Provide func to copy data to pagecache for buffered write
2023-11-17 21:18:52 linux-kernel [PATCH v2 21/51] netfs: Dispatch write requests to process a writeback slice
2023-11-17 21:18:45 linux-kernel [PATCH v2 14/51] netfs: Export netfs_put_subrequest() and some tracepoints
2023-11-17 21:18:30 linux-kernel [PATCH v2 20/51] netfs: Prep to use folio->private for write grouping and streaming write
2023-11-17 21:18:07 linux-kernel [PATCH v2 19/51] netfs: Make the refcounting of netfs_begin_read() easier to use
2023-11-17 21:18:01 linux-nfs [PATCH v2 16/51] netfs: Add a hook to allow tell the netfs to update its i_size
2023-11-17 21:18:01 linux-nfs [PATCH v2 17/51] netfs: Make netfs_put_request() handle a NULL pointer
2023-11-17 21:17:58 linux-nfs [PATCH v2 15/51] netfs: Extend the netfs_io_*request structs to handle writes
2023-11-17 21:17:47 linux-nfs [PATCH v2 12/51] netfs: Add func to calculate pagecount/size-limited span of an iterator
2023-11-17 21:17:46 linux-nfs [PATCH v2 13/51] netfs: Limit subrequest by size or number of segments
2023-11-17 21:17:45 linux-kernel [PATCH v2 09/51] netfs: Add support for DIO buffering
2023-11-17 21:17:44 linux-nfs [PATCH v2 11/51] netfs: Add bounce buffering support
2023-11-17 21:17:40 linux-nfs [PATCH v2 10/51] netfs: Provide tools to create a buffer in an xarray
2023-11-17 21:17:39 linux-nfs [PATCH v2 06/51] netfs: Provide invalidate_folio and release_folio calls
2023-11-17 21:17:35 linux-nfs [PATCH v2 01/51] netfs: Add a procfile to list in-progress requests
2023-11-17 21:17:34 linux-kernel [PATCH v2 08/51] netfs: Add iov_iters to (sub)requests to describe various buffers
2023-11-17 21:17:32 linux-kernel [PATCH v2 07/51] netfs: Implement unbuffered/DIO vs buffered I/O locking
2023-11-17 21:17:27 linux-kernel [PATCH v2 05/51] afs: Don't use folio->private to record partial modification
2023-11-17 21:17:23 linux-kernel [PATCH v2 04/51] netfs: Add a ->free_subrequest() op
2023-11-17 21:17:21 linux-kernel [PATCH v2 02/51] netfs: Track the fpos above which the server has no data
2023-11-17 21:17:20 linux-kernel [PATCH v2 03/51] netfs: Allow the netfs to make the io (sub)request alloc larger
2023-11-17 21:17:02 linux-nfs [PATCH v2 00/51] netfs, afs, cifs: Delegate high-level I/O to netfslib
2023-11-17 20:20:56 linux-kernel Re: [RFC PATCH 11/53] netfs: Add support for DIO buffering
2023-11-17 20:13:34 linux-nfs Re: [RFC PATCH 12/53] netfs: Provide tools to create a buffer in an xarray
2023-11-17 14:12:34 linux-kernel Re: [linus:master] [iov_iter] c9eec08bac: vm-scalability.throughput -16.9% regression
2023-11-16 21:14:04 linux-kernel Re: [linus:master] [iov_iter] c9eec08bac: vm-scalability.throughput -16.9% regression
2023-11-16 16:44:28 linux-kernel Re: [linus:master] [iov_iter] c9eec08bac: vm-scalability.throughput -16.9% regression
2023-11-16 15:54:11 linux-kernel [PATCH 4/5] afs: Fix file locking on R/O volumes to operate in local mode
2023-11-16 15:54:10 linux-kernel [PATCH 3/5] afs: Return ENOENT if no cell DNS record can be found
2023-11-16 15:53:54 linux-kernel [PATCH 1/5] afs: Fix afs_server_list to be cleaned up with RCU
2023-11-16 15:53:47 linux-kernel [PATCH 5/5] afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
2023-11-16 15:53:46 linux-kernel [PATCH 0/5] afs: Miscellaneous small fixes
2023-11-16 15:53:41 linux-kernel [PATCH 2/5] afs: Make error on cell lookup failure consistent with OpenAFS
2023-11-16 15:03:26 linux-kernel Re: [PATCH] rxrpc_find_service_conn_rcu: use read_seqbegin() rather than read_seqbegin_or_lock()
2023-11-16 13:42:08 linux-kernel Re: [PATCH] rxrpc_find_service_conn_rcu: use read_seqbegin() rather than read_seqbegin_or_lock()
2023-11-16 13:14:13 linux-kernel [PATCH net 1/2] rxrpc: Fix RTT determination to use any ACK as a source
2023-11-16 13:14:11 linux-kernel [PATCH net 0/2] rxrpc: ACK handling fixes