dev.linux.lists.v9fs archive

489 archived articles, newest first (page 2 of 5). Latest articles →

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
Wed, 22 Jul 2026 14:01:47 +0100
David Howells <[email protected]> • #4015
[PATCH] net/9p/usbg: require an exact match for device tags
Sun, 19 Jul 2026 12:03:46 +0800
Jackie Liu <[email protected]> • #4014
[PATCH v6 24/24] netfs: Combine prepare and issue ops and grab the buffers on request
Thu, 16 Jul 2026 11:30:23 +0100
David Howells <[email protected]> • #4013
[PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
Thu, 16 Jul 2026 11:30:22 +0100
David Howells <[email protected]> • #4012
[PATCH v6 22/24] netfs: Check for too much data being read
Thu, 16 Jul 2026 11:30:21 +0100
David Howells <[email protected]> • #4011
[PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
Thu, 16 Jul 2026 11:30:20 +0100
David Howells <[email protected]> • #4010
[PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
Thu, 16 Jul 2026 11:30:19 +0100
David Howells <[email protected]> • #4009
[PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
Thu, 16 Jul 2026 11:30:18 +0100
David Howells <[email protected]> • #4008
[PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
Thu, 16 Jul 2026 11:30:17 +0100
David Howells <[email protected]> • #4007
[PATCH v6 17/24] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
Thu, 16 Jul 2026 11:30:16 +0100
David Howells <[email protected]> • #4006
[PATCH v6 16/24] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
Thu, 16 Jul 2026 11:30:15 +0100
David Howells <[email protected]> • #4005
[PATCH v6 14/24] cachefiles: Don't rely on backing fs storage map for most use cases
Thu, 16 Jul 2026 11:30:13 +0100
David Howells <[email protected]> • #4004
[PATCH v6 15/24] netfs: Add the cache object ID to netfs_read/write tracepoints
Thu, 16 Jul 2026 11:30:14 +0100
David Howells <[email protected]> • #4003
[PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
Thu, 16 Jul 2026 11:30:12 +0100
David Howells <[email protected]> • #4002
[PATCH v6 12/24] netfs: Remove the writethrough code
Thu, 16 Jul 2026 11:30:11 +0100
David Howells <[email protected]> • #4001
[PATCH v6 10/24] cifs: Use a bvecq for buffering instead of a folioq
Thu, 16 Jul 2026 11:30:09 +0100
David Howells <[email protected]> • #4000
[PATCH v6 11/24] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
Thu, 16 Jul 2026 11:30:10 +0100
David Howells <[email protected]> • #3999
[PATCH v6 09/24] afs: Use a bvecq to hold dir content rather than folioq
Thu, 16 Jul 2026 11:30:08 +0100
David Howells <[email protected]> • #3998
[PATCH v6 08/24] afs: Fix afs_edit_dir_remove() to get, not find, block 0
Thu, 16 Jul 2026 11:30:07 +0100
David Howells <[email protected]> • #3997
[PATCH v6 00/24] netfs: Keep track of folios in a segmented bio_vec[] chain
Thu, 16 Jul 2026 11:29:59 +0100
David Howells <[email protected]> • #3996
[PATCH v6 07/24] netfs: Add a function to extract from an iter into a bvecq
Thu, 16 Jul 2026 11:30:06 +0100
David Howells <[email protected]> • #3995
[PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
Thu, 16 Jul 2026 11:30:05 +0100
David Howells <[email protected]> • #3994
[PATCH v6 05/24] iov_iter: Add a segmented queue of bio_vec[]
Thu, 16 Jul 2026 11:30:04 +0100
David Howells <[email protected]> • #3993
[PATCH v6 04/24] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
Thu, 16 Jul 2026 11:30:03 +0100
David Howells <[email protected]> • #3992
[PATCH v6 03/24] Add a function to kmap one page of a multipage bio_vec
Thu, 16 Jul 2026 11:30:02 +0100
David Howells <[email protected]> • #3991
[PATCH v6 02/24] netfs: Bulk load the readahead-provided folios up front
Thu, 16 Jul 2026 11:30:01 +0100
David Howells <[email protected]> • #3990
[PATCH v6 01/24] mm: Make readahead store folio count in readahead_control
Thu, 16 Jul 2026 11:30:00 +0100
David Howells <[email protected]> • #3989
[PATCH v2 3/3] net/9p: abort interrupted fd RPCs on fatal signals
Thu, 16 Jul 2026 15:30:51 +0800
Ze Tan <[email protected]> • #3988
[PATCH v2 2/3] net/9p: prepare fd transports for asynchronous aborts
Thu, 16 Jul 2026 15:30:50 +0800
Ze Tan <[email protected]> • #3987
[PATCH v2 0/3] net/9p: safely abort fd RPCs on fatal signals
Thu, 16 Jul 2026 15:30:48 +0800
Ze Tan <[email protected]> • #3986
[PATCH v2 1/3] net/9p: handle replies racing with interrupted RPCs
Thu, 16 Jul 2026 15:30:49 +0800
Ze Tan <[email protected]> • #3985
Re: [PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
Tue, 14 Jul 2026 02:14:00 +0100
Tingmao Wang <[email protected]> • #3984
Re: [PATCH] 9p: treat read return values of 0 as EOF
Mon, 13 Jul 2026 10:29:02 +0100
David Howells <[email protected]> • #3983
[PATCH v1] net/9p: abort interrupted RPCs on fatal signals
Fri, 10 Jul 2026 10:15:51 +0800
tanze <[email protected]> • #3982
[PATCH v3] net/9p: add vsock transport
Thu, 9 Jul 2026 18:17:41 +0200
[email protected] • #3981
Re: [PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
Mon, 06 Jul 2026 16:51:44 +0100
David Howells <[email protected]> • #3980
[PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
Mon, 6 Jul 2026 16:34:06 +0100
David Howells <[email protected]> • #3979
[PATCH v5 21/21] netfs: Combine prepare and issue ops and grab the buffers on request
Mon, 6 Jul 2026 16:34:07 +0100
David Howells <[email protected]> • #3978
[PATCH v5 19/21] netfs: Check for too much data being read
Mon, 6 Jul 2026 16:34:05 +0100
David Howells <[email protected]> • #3977
[PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
Mon, 6 Jul 2026 16:34:04 +0100
David Howells <[email protected]> • #3976
[PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
Mon, 6 Jul 2026 16:34:03 +0100
David Howells <[email protected]> • #3975
[PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
Mon, 6 Jul 2026 16:34:02 +0100
David Howells <[email protected]> • #3974
[PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
Mon, 6 Jul 2026 16:34:01 +0100
David Howells <[email protected]> • #3973
[PATCH v5 14/21] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
Mon, 6 Jul 2026 16:34:00 +0100
David Howells <[email protected]> • #3972
[PATCH v5 13/21] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
Mon, 6 Jul 2026 16:33:59 +0100
David Howells <[email protected]> • #3971
[PATCH v5 12/21] netfs: Add the cache object ID to netfs_read/write tracepoints
Mon, 6 Jul 2026 16:33:58 +0100
David Howells <[email protected]> • #3970
[PATCH v5 11/21] cachefiles: Don't rely on backing fs storage map for most use cases
Mon, 6 Jul 2026 16:33:57 +0100
David Howells <[email protected]> • #3969
[PATCH v5 10/21] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
Mon, 6 Jul 2026 16:33:56 +0100
David Howells <[email protected]> • #3968
[PATCH v5 09/21] cifs: Use a bvecq for buffering instead of a folioq
Mon, 6 Jul 2026 16:33:55 +0100
David Howells <[email protected]> • #3967
[PATCH v5 07/21] netfs: Add a function to extract from an iter into a bvecq
Mon, 6 Jul 2026 16:33:53 +0100
David Howells <[email protected]> • #3966
[PATCH v5 08/21] afs: Use a bvecq to hold dir content rather than folioq
Mon, 6 Jul 2026 16:33:54 +0100
David Howells <[email protected]> • #3965
[PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
Mon, 6 Jul 2026 16:33:52 +0100
David Howells <[email protected]> • #3964
[PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
Mon, 6 Jul 2026 16:33:51 +0100
David Howells <[email protected]> • #3963
[PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
Mon, 6 Jul 2026 16:33:50 +0100
David Howells <[email protected]> • #3962
[PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
Mon, 6 Jul 2026 16:33:49 +0100
David Howells <[email protected]> • #3961
[PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
Mon, 6 Jul 2026 16:33:48 +0100
David Howells <[email protected]> • #3960
[PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
Mon, 6 Jul 2026 16:33:47 +0100
David Howells <[email protected]> • #3959
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
Mon, 6 Jul 2026 16:33:46 +0100
David Howells <[email protected]> • #3958
[PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
Mon, 6 Jul 2026 16:27:21 +0100
David Howells <[email protected]> • #3957
[PATCH v5 05/21] iov_iter: Add a segmented queue of bio_vec[]
Mon, 6 Jul 2026 16:27:20 +0100
David Howells <[email protected]> • #3956
[PATCH v5 04/21] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
Mon, 6 Jul 2026 16:27:19 +0100
David Howells <[email protected]> • #3955
[PATCH v5 03/21] Add a function to kmap one page of a multipage bio_vec
Mon, 6 Jul 2026 16:27:18 +0100
David Howells <[email protected]> • #3954
[PATCH v5 02/21] netfs: Bulk load the readahead-provided folios up front
Mon, 6 Jul 2026 16:27:17 +0100
David Howells <[email protected]> • #3953
[PATCH v5 01/21] mm: Make readahead store folio count in readahead_control
Mon, 6 Jul 2026 16:27:16 +0100
David Howells <[email protected]> • #3952
[PATCH v5 00/21] netfs: Keep track of folios in a segmented bio_vec[] chain
Mon, 6 Jul 2026 16:27:15 +0100
David Howells <[email protected]> • #3951
Re: [PATCH] 9p: treat read return values of 0 as EOF
Mon, 6 Jul 2026 06:22:54 +0900
Barret Rhoden <[email protected]> • #3950
Re: [PATCH v4] 9p/trans_virtio: reject mount tags longer than NAME_MAX at probe
Fri, 03 Jul 2026 17:14:01 +0200
Christian Schoenebeck <[email protected]> • #3949
Re: [PATCH] 9p: fix privport option setting wrong RDMA field
Fri, 3 Jul 2026 17:07:31 +0200
Eric Sandeen <[email protected]> • #3948
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 16:58:56 +0200
[email protected] • #3947
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 16:39:58 +0200
Matus Skvarla <[email protected]> • #3946
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 16:39:41 +0200
Stefano Garzarella <[email protected]> • #3945
Re: [PATCH v7 4/4] 9p: Enable symlink caching in page cache
Fri, 3 Jul 2026 23:36:56 +0900
Dominique Martinet <[email protected]> • #3944
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 16:31:25 +0200
[email protected] • #3943
Re: [PATCH] 9p: treat read return values of 0 as EOF
Fri, 3 Jul 2026 23:28:41 +0900
Dominique Martinet <[email protected]> • #3942
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 23:16:04 +0900
Dominique Martinet <[email protected]> • #3941
Re: [PATCH] 9p: fix privport option setting wrong RDMA field
Fri, 3 Jul 2026 23:16:58 +0900
Dominique Martinet <[email protected]> • #3940
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 16:16:50 +0200
Matus Skvarla <[email protected]> • #3939
[PATCH] 9p: fix privport option setting wrong RDMA field
Fri, 3 Jul 2026 12:22:54 +0200
Stefano Garzarella <[email protected]> • #3938
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 11:12:39 +0200
Stefano Garzarella <[email protected]> • #3937
Re: [PATCH v2] net/9p: add vsock transport
Fri, 3 Jul 2026 07:41:33 +0200
Stefan Hajnoczi <[email protected]> • #3936
[PATCH] 9p: treat read return values of 0 as EOF
Thu, 2 Jul 2026 09:09:32 +0000
Barret Rhoden <[email protected]> • #3935
[PATCH v2] net/9p: add vsock transport
Wed, 1 Jul 2026 17:59:22 +0200
[email protected] • #3934
Re: [PATCH v3] 9p/trans_virtio: reject mount tags that cannot fit a sysfs page
Mon, 29 Jun 2026 19:57:04 +0800
kernel test robot <[email protected]> • #3933
[PATCH v4] 9p/trans_virtio: reject mount tags longer than NAME_MAX at probe
Sat, 27 Jun 2026 17:10:12 -0400
Michael Bommarito <[email protected]> • #3932
Re: [PATCH v3] 9p/trans_virtio: reject mount tags that cannot fit a sysfs page
Fri, 26 Jun 2026 14:34:31 +0200
Christian Schoenebeck <[email protected]> • #3931
[PATCH v3] 9p/trans_virtio: reject mount tags that cannot fit a sysfs page
Fri, 26 Jun 2026 07:19:06 -0400
Michael Bommarito <[email protected]> • #3930
Re: [PATCH] net/9p: add vsock transport
Fri, 26 Jun 2026 05:53:09 +0900
Dominique Martinet <[email protected]> • #3929
Re: [PATCH] net/9p: add vsock transport
Thu, 25 Jun 2026 17:16:36 +0200
[email protected] • #3928
9p: treat read return values of 0 as EOF
Wed, 24 Jun 2026 16:48:49 +0000
Barret Rhoden <[email protected]> • #3927
Re: [PATCH 0/1] 9p: caches_show() out-of-bounds write
Tue, 23 Jun 2026 09:19:40 -0700
Yuan Tan <[email protected]> • #3926
Re: [PATCH] net/9p: fix infinite loop in p9_client_rpc on fatal signal
Mon, 22 Jun 2026 10:42:40 +0900
Dominique Martinet <[email protected]> • #3925
Re: [PATCH] net/9p: fix infinite loop in p9_client_rpc on fatal signal
Mon, 22 Jun 2026 01:06:21 +0300
Vasiliy Kovalev <[email protected]> • #3924
Re: [GIT PULL] 9p fixes for 7.2-rc1
Sun, 21 Jun 2026 17:30:45 +0000
[email protected] • #3923
[GIT PULL] 9p fixes for 7.2-rc1
Sun, 21 Jun 2026 22:18:49 +0900
Dominique Martinet <[email protected]> • #3922
Re: [PATCH] net/9p: fix infinite loop in p9_client_rpc on fatal signal
Sun, 21 Jun 2026 22:00:22 +0900
Dominique Martinet <[email protected]> • #3921
Re: [PATCH 0/1] 9p: caches_show() out-of-bounds write
Sun, 21 Jun 2026 07:16:16 +0900
Dominique Martinet <[email protected]> • #3920
[PATCH 1/1] 9p: fix caches_show() out-of-bounds write
Sat, 20 Jun 2026 23:53:03 +0800
Ren Wei <[email protected]> • #3919
Re: [PATCH 5.10] net: 9p: fix refcount leak in p9_read_work() error handling
Sat, 20 Jun 2026 07:54:59 -0400
Sasha Levin <[email protected]> • #3918
[PATCH 5.10] net: 9p: fix refcount leak in p9_read_work() error handling
Thu, 18 Jun 2026 15:19:21 +0000
Alexander Martyniuk <[email protected]> • #3917
Re: [PATCH] 9p: Add missing read barrier in virtio zero-copy path
Wed, 17 Jun 2026 20:55:29 +0800
Gui-Dong Han <[email protected]> • #3916
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.