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-05-22 14:29:36 linux-kernel [PATCH v22 31/31] splice: kdoc for filemap_splice_read() and copy_splice_read()
2023-05-22 14:16:28 linux-kernel [PATCH v22 22/31] ocfs2: Provide a splice-read wrapper
2023-05-22 14:16:00 linux-kernel [PATCH v22 15/31] afs: Provide a splice-read wrapper
2023-05-22 14:15:56 linux-kernel [PATCH v22 24/31] xfs: Provide a splice-read wrapper
2023-05-22 14:15:47 linux-kernel [PATCH v22 27/31] cifs: Use filemap_splice_read()
2023-05-22 14:15:19 linux-kernel [PATCH v22 06/31] splice: Check for zero count in vfs_splice_read()
2023-05-22 14:14:23 linux-kernel [PATCH v22 25/31] zonefs: Provide a splice-read wrapper
2023-05-22 14:13:22 linux-kernel [PATCH v22 14/31] 9p: Add splice_read wrapper
2023-05-22 14:12:00 linux-kernel [PATCH v22 13/31] net: Make sock_splice_read() use copy_splice_read() by default
2023-05-22 14:11:27 linux-kernel [PATCH v22 21/31] ntfs3: Provide a splice-read wrapper
2023-05-22 14:10:11 linux-kernel [PATCH v22 29/31] splice: Remove generic_file_splice_read()
2023-05-22 14:10:10 linux-kernel [PATCH v22 28/31] splice: Use filemap_splice_read() instead of generic_file_splice_read()
2023-05-22 14:09:46 linux-kernel [PATCH v22 17/31] ecryptfs: Provide a splice-read wrapper
2023-05-22 14:09:41 linux-kernel [PATCH v22 30/31] iov_iter: Kill ITER_PIPE
2023-05-22 14:09:17 linux-kernel [PATCH v22 11/31] coda: Implement splice-read
2023-05-22 14:07:44 linux-kernel [PATCH v22 23/31] orangefs: Provide a splice-read wrapper
2023-05-22 14:06:11 linux-kernel [PATCH v22 16/31] ceph: Provide a splice-read wrapper
2023-05-22 14:05:29 linux-kernel [PATCH v22 09/31] shmem: Implement splice-read
2023-05-22 14:05:13 linux-kernel [PATCH v22 19/31] f2fs: Provide a splice-read wrapper
2023-05-22 14:02:38 linux-kernel [PATCH v22 10/31] overlayfs: Implement splice-read
2023-05-22 14:02:13 linux-kernel [PATCH v22 02/31] splice: Make filemap_splice_read() check s_maxbytes
2023-05-22 13:57:22 linux-kernel [PATCH v22 26/31] trace: Convert trace/seq to use copy_splice_read()
2023-05-22 13:55:53 linux-nfs [PATCH v22 20/31] nfs: Provide a splice-read wrapper
2023-05-22 13:55:39 linux-kernel [PATCH v22 12/31] tty, proc, kernfs, random: Use copy_splice_read()
2023-05-22 13:55:26 linux-ext4 [PATCH v22 18/31] ext4: Provide a splice-read wrapper
2023-05-22 13:54:31 linux-kernel [PATCH v22 07/31] splice: Make splice from an O_DIRECT fd use copy_splice_read()
2023-05-22 13:54:11 linux-kernel [PATCH v22 05/31] splice: Make do_splice_to() generic and export it
2023-05-22 13:54:08 linux-kernel [PATCH v22 03/31] splice: Rename direct_splice_read() to copy_splice_read()
2023-05-22 13:54:05 linux-ext4 [PATCH v22 08/31] splice: Make splice from a DAX file use copy_splice_read()
2023-05-22 13:53:51 linux-kernel [PATCH v22 04/31] splice: Clean up copy_splice_read() a bit
2023-05-22 13:53:42 linux-kernel [PATCH v22 01/31] splice: Fix filemap_splice_read() to use the correct inode
2023-05-22 13:53:41 linux-kernel [PATCH v22 00/31] splice: Kill ITER_PIPE
2023-05-22 12:28:39 linux-kernel [PATCH net-next v10 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
2023-05-22 12:28:28 linux-kernel [PATCH net-next v10 15/16] af_unix: Support MSG_SPLICE_PAGES
2023-05-22 12:28:26 linux-kernel [PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-22 12:28:22 linux-kernel [PATCH net-next v10 12/16] ip6, udp6: Support MSG_SPLICE_PAGES
2023-05-22 12:28:01 linux-kernel [PATCH net-next v10 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
2023-05-22 12:27:18 linux-kernel [PATCH net-next v10 09/16] siw: Inline do_tcp_sendpages()
2023-05-22 12:27:02 linux-kernel [PATCH net-next v10 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
2023-05-22 12:26:59 linux-kernel [PATCH net-next v10 14/16] ip: Remove ip_append_page()
2023-05-22 12:26:31 linux-kernel [PATCH net-next v10 16/16] unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES
2023-05-22 12:23:03 linux-kernel [PATCH net-next v10 11/16] ip, udp: Support MSG_SPLICE_PAGES
2023-05-22 12:22:44 linux-kernel [PATCH net-next v10 04/16] tcp: Support MSG_SPLICE_PAGES
2023-05-22 12:16:59 linux-kernel [PATCH net-next v10 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
2023-05-22 12:16:25 linux-kernel [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()
2023-05-22 12:15:32 linux-kernel [PATCH net-next v10 07/16] espintcp: Inline do_tcp_sendpages()
2023-05-22 12:14:58 linux-kernel [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
2023-05-22 12:14:51 linux-kernel [PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-05-22 12:14:43 linux-kernel [PATCH net-next v10 02/16] net: Pass max frags into skb_append_pagefrags()
2023-05-22 07:58:25 linux-kernel Re: [PATCH v21 03/30] splice: Rename direct_splice_read() to copy_splice_read()
2023-05-22 07:01:28 linux-kernel Re: [PATCH v21 22/30] ocfs2: Provide a splice-read stub