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-03-28 16:37:32 linux-nfs [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2
2024-03-28 16:37:15 linux-kernel [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty
2024-03-28 16:36:03 linux-nfs [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
2024-03-28 16:35:37 linux-nfs [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings.
2024-03-28 16:35:22 linux-kernel [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
2024-03-28 16:34:49 linux-nfs [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
2024-03-27 20:38:06 linux-nfs Re: [RFC PATCH v2] mm, netfs: Provide a means of invalidation without using launder_folio
2024-03-27 20:24:57 linux-kernel [PATCH] 9p: Clean up some kdoc and unused var warnings.
2024-03-27 18:00:52 linux-kernel [RFC PATCH v2] mm, netfs: Provide a means of invalidation without using launder_folio
2024-03-27 15:22:09 linux-nfs [RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio
2024-03-27 15:00:48 linux-kernel [PATCH] cifs: Fix duplicate fscache cookie warnings
2024-03-19 14:15:04 linux-nfs Re: [RFC PATCH] mm: Replace ->launder_folio() with flush and wait
2024-03-15 17:47:32 linux-kernel [PATCH] cifs: Move some extern decls from .c files to .h
2024-03-15 14:48:47 linux-kernel [PATCH] fscache: Fix error handling in fscache_begin_operation()
2024-03-14 10:59:08 linux-kernel Re: [PATCH] afs: Revert "afs: Hide silly-rename files from userspace"
2024-03-13 11:14:19 linux-kernel Re: [PATCH net-next 1/2] rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
2024-03-13 11:11:01 linux-kernel [PATCH] afs: Revert "afs: Hide silly-rename files from userspace"
2024-03-13 08:59:01 linux-kernel Re: [syzbot] [net?] [afs?] WARNING in rxrpc_alloc_data_txbuf
2024-03-13 08:17:34 linux-kernel Re: [PATCH net-next 0/2] rxrpc: Fixes for AF_RXRPC
2024-03-13 08:16:08 linux-kernel [PATCH 2/2] afs: Fix occasional rmdir-then-VNOVNODE with generic/011
2024-03-13 08:16:02 linux-kernel [PATCH 1/2] afs: Don't cache preferred address
2024-03-13 08:15:39 linux-kernel [PATCH 0/2] afs: Miscellaneous fixes
2024-03-12 23:38:17 linux-kernel [PATCH net-next 2/2] rxrpc: Fix error check on ->alloc_txbuf()
2024-03-12 23:38:00 linux-kernel [PATCH net-next 1/2] rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
2024-03-12 23:37:45 linux-kernel [PATCH net-next 0/2] rxrpc: Fixes for AF_RXRPC
2024-03-07 16:16:17 linux-kernel [RFC PATCH v2] mm: Kill ->launder_folio()
2024-03-07 10:36:44 linux-kernel Re: [RFC PATCH] mm: Replace ->launder_folio() with flush and wait
2024-03-07 08:26:54 linux-nfs Re: [RFC PATCH] mm: Replace ->launder_folio() with flush and wait
2024-03-06 22:40:38 linux-kernel [RFC PATCH] mm: Replace ->launder_folio() with flush and wait
2024-03-06 00:39:44 linux-kernel [PATCH net-next v3 18/21] rxrpc: Use ktimes for call timeout tracking and set the timer lazily
2024-03-06 00:38:56 linux-kernel [PATCH net-next v3 14/21] rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
2024-03-06 00:36:30 linux-kernel [PATCH net-next v3 06/21] rxrpc: Remove atomic handling on some fields only used in I/O thread
2024-03-06 00:23:48 linux-kernel [PATCH net-next v3 20/21] rxrpc: Clean up the resend algorithm
2024-03-06 00:17:18 linux-kernel [PATCH net-next v3 07/21] rxrpc: Do lazy DF flag resetting
2024-03-06 00:17:14 linux-kernel [PATCH net-next v3 09/21] rxrpc: Add a kvec[] to the rxrpc_txbuf struct
2024-03-06 00:13:30 linux-kernel [PATCH net-next v3 21/21] rxrpc: Extract useful fields from a received ACK to skb priv data
2024-03-06 00:13:19 linux-kernel [PATCH net-next v3 19/21] rxrpc: Record probes after transmission and reduce number of time-gets
2024-03-06 00:12:32 linux-kernel [PATCH net-next v3 17/21] rxrpc: Differentiate PING ACK transmission traces.
2024-03-06 00:12:27 linux-kernel [PATCH net-next v3 16/21] rxrpc: Don't permit resending after all Tx packets acked
2024-03-06 00:12:13 linux-kernel [PATCH net-next v3 15/21] rxrpc: Parse received packets before dealing with timeouts
2024-03-06 00:11:53 linux-kernel [PATCH net-next v3 12/21] rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
2024-03-06 00:11:40 linux-kernel [PATCH net-next v3 08/21] rxrpc: Merge together DF/non-DF branches of data Tx function
2024-03-06 00:11:04 linux-kernel [PATCH net-next v3 13/21] rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
2024-03-06 00:10:35 linux-kernel [PATCH net-next v3 10/21] rxrpc: Split up the DATA packet transmission function
2024-03-06 00:10:31 linux-kernel [PATCH net-next v3 11/21] rxrpc: Don't pick values out of the wire header when setting up security
2024-03-06 00:08:49 linux-kernel [PATCH net-next v3 05/21] rxrpc: Strip barriers and atomics off of timer tracking
2024-03-06 00:08:40 linux-kernel [PATCH net-next v3 04/21] rxrpc: Fix the names of the fields in the ACK trailer struct
2024-03-06 00:08:03 linux-kernel [PATCH net-next v3 03/21] rxrpc: Note cksum in txbuf
2024-03-06 00:07:49 linux-kernel [PATCH net-next v3 02/21] rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
2024-03-06 00:07:32 linux-kernel [PATCH net-next v3 01/21] rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
2024-03-06 00:07:16 linux-kernel [PATCH net-next v3 00/21] rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES