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
2024-04-08 15:56:20 linux-kernel Re: [PATCH 23/26] netfs: Cut over to using new writeback code
2024-04-05 09:35:53 linux-kernel [PATCH] afs: Fix fileserver rotation getting stuck
2024-04-04 15:59:34 linux-kernel [PATCH] cifs: Fix reacquisition of volume cookie on still-live connection
2024-04-04 15:51:50 linux-kernel [PATCH] cifs: Add tracing for the cifs_tcon struct refcounting
2024-04-04 13:04:32 linux-nfs Re: [PATCH 2] SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP
2024-04-04 08:02:07 linux-nfs Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code
2024-04-04 07:52:47 linux-nfs Re: [PATCH 21/26] netfs, 9p: Implement helpers for new write code
2024-04-04 07:50:27 linux-kernel Re: linux-next: build failure after merge of the vfs-brauner tree
2024-04-03 12:58:40 linux-kernel Re: [PATCH 15/26] mm: Export writeback_iter()
2024-04-03 10:55:45 linux-kernel Re: [PATCH 15/26] mm: Export writeback_iter()
2024-04-03 10:13:02 linux-nfs Re: [PATCH 15/26] mm: Export writeback_iter()
2024-04-02 09:17:29 linux-kernel [PATCH] cifs: Fix caching to try to do open O_WRONLY as rdwr on server
2024-04-02 08:47:00 linux-nfs Re: [PATCH 19/26] netfs: New writeback implementation
2024-04-02 08:33:32 linux-nfs Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
2024-03-28 17:21:20 linux-kernel [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1
2024-03-28 17:20:24 linux-kernel [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2
2024-03-28 17:19:13 linux-kernel [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server
2024-03-28 17:17:14 linux-kernel [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits
2024-03-28 17:16:46 linux-kernel [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
2024-03-28 17:09:31 linux-kernel [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
2024-03-28 17:06:49 linux-kernel [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3
2024-03-28 17:04:52 linux-kernel [PATCH v6 12/15] cifs: Cut over to using netfslib
2024-03-28 17:04:05 linux-kernel [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag
2024-03-28 17:03:51 linux-kernel [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args
2024-03-28 17:03:30 linux-kernel [PATCH v6 10/15] cifs: Implement netfslib hooks
2024-03-28 17:02:24 linux-kernel [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range()
2024-03-28 17:01:54 linux-kernel [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
2024-03-28 17:00:29 linux-kernel [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest
2024-03-28 17:00:02 linux-kernel [PATCH v6 02/15] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
2024-03-28 16:59:15 linux-kernel [PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
2024-03-28 16:57:22 linux-kernel [PATCH 23/26] netfs: Cut over to using new writeback code
2024-03-28 16:48:03 linux-nfs [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
2024-03-28 16:47:48 linux-kernel [PATCH 25/26] netfs: Miscellaneous tidy ups
2024-03-28 16:47:26 linux-kernel [PATCH 24/26] netfs: Remove the old writeback code
2024-03-28 16:46:26 linux-nfs [PATCH 22/26] netfs, cachefiles: Implement helpers for new write code
2024-03-28 16:45:52 linux-nfs [PATCH 21/26] netfs, 9p: Implement helpers for new write code
2024-03-28 16:45:29 linux-nfs [PATCH 20/26] netfs, afs: Implement helpers for new write code
2024-03-28 16:45:17 linux-nfs [PATCH 19/26] netfs: New writeback implementation
2024-03-28 16:44:38 linux-kernel [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
2024-03-28 16:44:25 linux-kernel [PATCH 17/26] netfs: Fix writethrough-mode error handling
2024-03-28 16:43:41 linux-nfs [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t
2024-03-28 16:42:47 linux-nfs [PATCH 15/26] mm: Export writeback_iter()
2024-03-28 16:42:40 linux-kernel [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests
2024-03-28 16:41:38 linux-nfs [PATCH 13/26] netfs: Remove ->launder_folio() support
2024-03-28 16:40:52 linux-kernel [PATCH 12/26] afs: Use alternative invalidation to using launder_folio
2024-03-28 16:40:28 linux-nfs [PATCH 11/26] 9p: Use alternative invalidation to using launder_folio
2024-03-28 16:40:02 linux-nfs [PATCH 10/26] cifs: Use alternative invalidation to using launder_folio
2024-03-28 16:39:32 linux-kernel [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
2024-03-28 16:38:54 linux-nfs [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values
2024-03-28 16:38:28 linux-nfs [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t
2024-03-28 16:38:11 linux-kernel [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag