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-26 08:39:59 linux-kernel Re: [RFC PATCH v2 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c
2023-05-26 05:58:11 linux-kernel Re: [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page
2023-05-25 23:00:45 linux-kernel Re: [PATCH] Truncate UTS_RELEASE for rxrpc version
2023-05-25 22:52:54 linux-kernel [RFC PATCH v2 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c
2023-05-25 22:46:39 linux-kernel [RFC PATCH v2 2/3] mm: Provide a function to get an additional pin on a page
2023-05-25 22:44:40 linux-kernel [RFC PATCH v2 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
2023-05-25 22:43:41 linux-kernel [RFC PATCH v2 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
2023-05-25 22:38:41 linux-kernel Re: [PATCH] Truncate UTS_RELEASE for rxrpc version
2023-05-25 17:21:12 linux-kernel Re: Extending page pinning into fs/direct-io.c
2023-05-25 17:21:02 linux-kernel Re: Extending page pinning into fs/direct-io.c
2023-05-25 17:18:59 linux-kernel Re: Extending page pinning into fs/direct-io.c
2023-05-25 16:06:14 linux-kernel [RFC PATCH 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
2023-05-25 16:04:03 linux-kernel [RFC PATCH 2/3] mm: Provide a function to get an additional pin on a page
2023-05-25 16:00:33 linux-kernel [RFC PATCH 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
2023-05-25 15:57:40 linux-kernel [RFC PATCH 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c
2023-05-25 09:04:25 linux-kernel Re: [PATCH net-next 2/4] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
2023-05-24 15:54:50 linux-kernel [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
2023-05-24 15:52:14 linux-kernel [PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
2023-05-24 15:48:31 linux-kernel [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
2023-05-24 15:48:13 linux-kernel [PATCH net-next 02/12] mm: Provide a page_frag_cache allocator cleanup function
2023-05-24 15:47:03 linux-kernel [PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
2023-05-24 15:46:48 linux-kernel [PATCH net-next 07/12] net: Clean up users of netdev_alloc_cache and napi_frag_cache
2023-05-24 15:45:43 linux-kernel [PATCH net-next 10/12] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
2023-05-24 15:45:30 linux-kernel [PATCH net-next 11/12] tls/device: Support MSG_SPLICE_PAGES
2023-05-24 15:45:28 linux-kernel [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
2023-05-24 15:43:06 linux-kernel [PATCH net-next 01/12] mm: Move the page fragment allocator from page_alloc.c into its own file
2023-05-24 15:42:20 linux-kernel [PATCH net-next 08/12] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
2023-05-24 15:42:20 linux-kernel [PATCH net-next 12/12] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
2023-05-24 15:40:45 linux-kernel [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu
2023-05-24 15:09:05 linux-kernel [PATCH net-next 2/4] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
2023-05-24 15:06:53 linux-kernel [PATCH net-next 1/4] chelsio: Support MSG_SPLICE_PAGES
2023-05-24 15:04:13 linux-kernel [PATCH net-next 3/4] kcm: Support MSG_SPLICE_PAGES
2023-05-24 15:04:11 linux-kernel [PATCH net-next 4/4] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
2023-05-24 14:53:12 linux-kernel [PATCH net-next 0/4] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 2
2023-05-24 13:29:51 linux-kernel Re: [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
2023-05-24 09:06:32 linux-kernel Re: Extending page pinning into fs/direct-io.c
2023-05-24 07:46:09 linux-kernel Re: [PATCH v21 0/6] block: Use page pinning
2023-05-23 20:56:14 linux-kernel Re: [PATCH v22 25/31] zonefs: Provide a splice-read wrapper
2023-05-23 20:53:12 linux-kernel Extending page pinning into fs/direct-io.c
2023-05-23 13:06:21 linux-kernel [PATCH v2] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
2023-05-22 21:18:41 linux-kernel [PATCH v21 5/6] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
2023-05-22 21:18:36 linux-kernel [PATCH v21 6/6] block: convert bio_map_user_iov to use iov_iter_extract_pages
2023-05-22 21:18:04 linux-kernel [PATCH v21 1/6] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
2023-05-22 21:17:20 linux-kernel [PATCH v21 4/6] block: Add BIO_PAGE_PINNED and associated infrastructure
2023-05-22 21:17:04 linux-crypto Re: Did the in-kernel Camellia or CMAC crypto implementation break?
2023-05-22 21:12:25 linux-kernel [PATCH v21 0/6] block: Use page pinning
2023-05-22 21:09:00 linux-kernel [PATCH v21 2/6] block: Fix bio_flagged() so that gcc can better optimise it
2023-05-22 21:02:19 linux-kernel [PATCH v21 3/6] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
2023-05-22 18:23:35 linux-kernel Re: [PATCH] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size
2023-05-22 14:59:26 linux-kernel Re: [PATCH v20 23/32] splice: Convert trace/seq to use direct_splice_read()
2023-05-22 14:52:07 linux-kernel [PATCH] cifs: Fix cifs_limit_bvec_subset() to correctly check the maxmimum size