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-19 08:03:59 linux-kernel [PATCH v20 04/32] splice: Make do_splice_to() generic and export it
2023-05-19 08:03:54 linux-kernel [PATCH v20 06/32] shmem: Implement splice-read
2023-05-19 08:03:48 linux-kernel [PATCH v20 31/32] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
2023-05-19 08:03:22 linux-kernel [PATCH v20 32/32] block: convert bio_map_user_iov to use iov_iter_extract_pages
2023-05-19 08:03:21 linux-kernel [PATCH v20 21/32] xfs: Provide a splice-read stub
2023-05-19 08:02:58 linux-kernel [PATCH v20 14/32] ecryptfs: Provide a splice-read stub
2023-05-19 08:02:43 linux-kernel [PATCH v20 07/32] overlayfs: Implement splice-read
2023-05-19 08:02:32 linux-kernel [PATCH v20 20/32] orangefs: Provide a splice-read stub
2023-05-19 08:02:09 linux-kernel [PATCH v20 10/32] net: Make sock_splice_read() use direct_splice_read() by default
2023-05-19 08:01:39 linux-kernel [PATCH v20 16/32] f2fs: Provide a splice-read stub
2023-05-19 08:01:03 linux-kernel [PATCH v20 27/32] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
2023-05-19 08:01:02 linux-kernel [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
2023-05-19 08:00:44 linux-kernel [PATCH v20 01/32] splice: Fix filemap of a blockdev
2023-05-19 08:00:43 linux-kernel [PATCH v20 08/32] coda: Implement splice-read
2023-05-19 08:00:43 linux-kernel [PATCH v20 29/32] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
2023-05-19 07:58:58 linux-kernel [PATCH v20 18/32] ntfs3: Provide a splice-read stub
2023-05-19 07:57:30 linux-kernel [PATCH v20 03/32] splice: Make direct_read_splice() limit to eof where appropriate
2023-05-19 07:54:38 linux-kernel [PATCH v20 13/32] ceph: Provide a splice-read stub
2023-05-19 07:52:51 linux-kernel [PATCH v20 25/32] cifs: Use generic_file_splice_read()
2023-05-19 07:52:36 linux-kernel [PATCH v20 26/32] iov_iter: Kill ITER_PIPE
2023-05-19 07:46:29 linux-kernel [PATCH v20 19/32] ocfs2: Provide a splice-read stub
2023-05-19 07:45:30 linux-nfs [PATCH v20 17/32] nfs: Provide a splice-read stub
2023-05-19 07:44:31 linux-ext4 [PATCH v20 15/32] ext4: Provide a splice-read stub
2023-05-19 07:44:28 linux-kernel [PATCH v20 11/32] 9p: Add splice_read stub
2023-05-19 07:43:54 linux-kernel [PATCH v20 09/32] tty, proc, kernfs, random: Use direct_splice_read()
2023-05-19 07:43:36 linux-kernel [PATCH v20 02/32] splice: Clean up direct_splice_read() a bit
2023-05-19 07:43:33 linux-ext4 [PATCH v20 05/32] splice: Make splice from a DAX file use direct_splice_read()
2023-05-19 07:43:21 linux-kernel [PATCH v20 00/32] splice, block: Use page pinning and kill ITER_PIPE
2023-05-18 13:36:29 linux-kernel [PATCH net-next v9 04/16] tcp: Support MSG_SPLICE_PAGES
2023-05-18 13:35:58 linux-kernel [PATCH net-next v9 02/16] net: Pass max frags into skb_append_pagefrags()
2023-05-18 13:35:20 linux-kernel Re: [PATCH net-next v8 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 13:34:19 linux-kernel [PATCH net-next v9 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-05-18 13:34:09 linux-kernel [PATCH net-next v9 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
2023-05-18 13:33:31 linux-kernel [PATCH net-next v9 09/16] siw: Inline do_tcp_sendpages()
2023-05-18 13:32:33 linux-kernel [PATCH net-next v9 16/16] unix: Convert udp_sendpage() to use MSG_SPLICE_PAGES
2023-05-18 13:32:12 linux-kernel [PATCH net-next v9 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
2023-05-18 13:32:11 linux-kernel [PATCH net-next v9 07/16] espintcp: Inline do_tcp_sendpages()
2023-05-18 13:31:57 linux-kernel [PATCH net-next v9 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
2023-05-18 13:31:52 linux-kernel [PATCH net-next v9 14/16] ip: Remove ip_append_page()
2023-05-18 13:31:40 linux-kernel [PATCH net-next v9 11/16] ip, udp: Support MSG_SPLICE_PAGES
2023-05-18 13:31:19 linux-kernel [PATCH net-next v9 12/16] ip6, udp6: Support MSG_SPLICE_PAGES
2023-05-18 13:28:33 linux-kernel [PATCH net-next v9 15/16] af_unix: Support MSG_SPLICE_PAGES
2023-05-18 13:12:01 linux-kernel [PATCH net-next v9 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
2023-05-18 13:10:35 linux-kernel [PATCH net-next v9 08/16] tls: Inline do_tcp_sendpages()
2023-05-18 13:10:32 linux-kernel [PATCH net-next v9 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
2023-05-18 13:09:50 linux-kernel [PATCH net-next v9 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
2023-05-18 11:48:37 linux-kernel [PATCH net-next v8 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
2023-05-18 11:48:29 linux-kernel [PATCH net-next v8 07/16] espintcp: Inline do_tcp_sendpages()
2023-05-18 11:48:14 linux-kernel [PATCH net-next v8 04/16] tcp: Support MSG_SPLICE_PAGES
2023-05-18 11:48:13 linux-kernel [PATCH net-next v8 02/16] net: Pass max frags into skb_append_pagefrags()
2023-05-18 11:48:13 linux-kernel [PATCH net-next v8 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg