dev.linux.lists.netfs archive

506 archived articles, newest first (page 3 of 6). Latest articles →

Re: [PATCH] cachefiles,netfs: sunset ondemand mode
Fri, 17 Jul 2026 17:39:18 +0800
Gao Xiang <[email protected]> • #3741
Re: [PATCH] cachefiles,netfs: sunset ondemand mode
Fri, 17 Jul 2026 10:27:14 +0100
David Howells <[email protected]> • #3740
[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]> • #3739
[PATCH v6 23/24] netfs: Limit the minimum trigger for progress reporting
Thu, 16 Jul 2026 11:30:22 +0100
David Howells <[email protected]> • #3738
[PATCH v6 22/24] netfs: Check for too much data being read
Thu, 16 Jul 2026 11:30:21 +0100
David Howells <[email protected]> • #3737
[PATCH v6 21/24] netfs: Remove folio_queue and rolling_buffer
Thu, 16 Jul 2026 11:30:20 +0100
David Howells <[email protected]> • #3736
[PATCH v6 20/24] iov_iter: Remove ITER_FOLIOQ
Thu, 16 Jul 2026 11:30:19 +0100
David Howells <[email protected]> • #3735
[PATCH v6 19/24] netfs: Remove netfs_extract_user_iter()
Thu, 16 Jul 2026 11:30:18 +0100
David Howells <[email protected]> • #3734
[PATCH v6 18/24] netfs: Remove netfs_alloc/free_folioq_buffer()
Thu, 16 Jul 2026 11:30:17 +0100
David Howells <[email protected]> • #3733
[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]> • #3732
[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]> • #3731
[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]> • #3730
[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]> • #3729
[PATCH v6 13/24] cachefiles,netfs: sunset ondemand mode
Thu, 16 Jul 2026 11:30:12 +0100
David Howells <[email protected]> • #3728
[PATCH v6 12/24] netfs: Remove the writethrough code
Thu, 16 Jul 2026 11:30:11 +0100
David Howells <[email protected]> • #3727
[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]> • #3726
[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]> • #3725
[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]> • #3724
[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]> • #3723
[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]> • #3722
[PATCH v6 06/24] netfs: Add some tools for managing bvecq chains
Thu, 16 Jul 2026 11:30:05 +0100
David Howells <[email protected]> • #3721
[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]> • #3720
[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]> • #3719
[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]> • #3718
[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]> • #3717
[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]> • #3716
[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]> • #3715
Re: [PATCH] cachefiles,netfs: sunset ondemand mode
Wed, 8 Jul 2026 03:05:30 +0800
Gao Xiang <[email protected]> • #3714
Re: [PATCH] cachefiles,netfs: sunset ondemand mode
Tue, 07 Jul 2026 20:59:17 +0200
Christian Brauner <[email protected]> • #3713
Re: [PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
Tue, 7 Jul 2026 14:13:22 +0800
"Zhou, Yun" <[email protected]> • #3712
[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
Tue, 7 Jul 2026 13:25:55 +0800
Yun Zhou <[email protected]> • #3711
[syzbot] [netfs?] WARNING in netfs_writepages (3)
Mon, 06 Jul 2026 14:44:19 -0700
syzbot <[email protected]> • #3710
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]> • #3709
[PATCH v5 20/21] netfs: Limit the minimum trigger for progress reporting
Mon, 6 Jul 2026 16:34:06 +0100
David Howells <[email protected]> • #3708
[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]> • #3707
[PATCH v5 19/21] netfs: Check for too much data being read
Mon, 6 Jul 2026 16:34:05 +0100
David Howells <[email protected]> • #3706
[PATCH v5 18/21] netfs: Remove folio_queue and rolling_buffer
Mon, 6 Jul 2026 16:34:04 +0100
David Howells <[email protected]> • #3705
[PATCH v5 17/21] iov_iter: Remove ITER_FOLIOQ
Mon, 6 Jul 2026 16:34:03 +0100
David Howells <[email protected]> • #3704
[PATCH v5 16/21] netfs: Remove netfs_extract_user_iter()
Mon, 6 Jul 2026 16:34:02 +0100
David Howells <[email protected]> • #3703
[PATCH v5 15/21] netfs: Remove netfs_alloc/free_folioq_buffer()
Mon, 6 Jul 2026 16:34:01 +0100
David Howells <[email protected]> • #3702
[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]> • #3701
[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]> • #3700
[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]> • #3699
[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]> • #3698
[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]> • #3697
[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]> • #3696
[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]> • #3695
[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]> • #3694
[PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
Mon, 6 Jul 2026 16:33:52 +0100
David Howells <[email protected]> • #3693
[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]> • #3692
[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]> • #3691
[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]> • #3690
[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]> • #3689
[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]> • #3688
[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]> • #3687
[PATCH v5 06/21] netfs: Add some tools for managing bvecq chains
Mon, 6 Jul 2026 16:27:21 +0100
David Howells <[email protected]> • #3686
[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]> • #3685
[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]> • #3684
[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]> • #3683
[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]> • #3682
[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]> • #3681
[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]> • #3680
[PATCH] cachefiles,netfs: sunset ondemand mode
Mon, 6 Jul 2026 11:04:39 +0800
Gao Xiang <[email protected]> • #3679
[PATCH] netfs: release readahead folios on iterator preparation failure
Sat, 4 Jul 2026 13:21:52 +0800
Yichong Chen <[email protected]> • #3678
[PATCH] netfs: handle single writeback rolling buffer allocation failure
Sat, 4 Jul 2026 13:12:11 +0800
Yichong Chen <[email protected]> • #3677
[PATCH] netfs: clear PG_private_2 on copy-to-cache append failure
Sat, 4 Jul 2026 13:06:03 +0800
Yichong Chen <[email protected]> • #3676
Re: [PATCH] netfs: Fix barriering when walking subrequest list
Fri, 03 Jul 2026 11:52:45 +0200
Christian Brauner <[email protected]> • #3675
Re: [PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
Thu, 2 Jul 2026 09:22:49 -0500
Steve French <[email protected]> • #3674
Re: [PATCH] netfs: Fix barriering when walking subrequest list
Thu, 02 Jul 2026 09:59:36 -0300
Paulo Alcantara <[email protected]> • #3673
Re: [PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
Thu, 02 Jul 2026 09:53:11 -0300
Paulo Alcantara <[email protected]> • #3672
[PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
Thu, 02 Jul 2026 09:25:00 +0100
David Howells <[email protected]> • #3671
[PATCH] netfs: Fix barriering when walking subrequest list
Thu, 02 Jul 2026 09:23:02 +0100
David Howells <[email protected]> • #3670
Re: [PATCH v3 00/15] netfs: Miscellaneous fixes
Tue, 30 Jun 2026 11:01:23 +0200
Christian Brauner <[email protected]> • #3669
Re: [PATCH] netfs: Fix kernel-doc parameter name for netfs_resize_file()
Tue, 30 Jun 2026 10:38:40 +0200
Christian Brauner <[email protected]> • #3668
Re: [RFC PATCH 2/3] fs: support tasks with a null root or cwd
Mon, 29 Jun 2026 11:19:15 +0200
Christian Brauner <[email protected]> • #3667
[RFC PATCH 3/3] fs: add KUnit tests for tasks with a null root or cwd
Mon, 29 Jun 2026 02:58:22 -0400
John Ericson <[email protected]> • #3666
[RFC PATCH 2/3] fs: support tasks with a null root or cwd
Mon, 29 Jun 2026 02:58:21 -0400
John Ericson <[email protected]> • #3665
[RFC PATCH 1/3] fs: Add documentation to some `struct fs_struct` fields
Mon, 29 Jun 2026 02:58:20 -0400
John Ericson <[email protected]> • #3664
[RFC PATCH 0/3] fs: support tasks with a null root or cwd
Mon, 29 Jun 2026 02:58:19 -0400
John Ericson <[email protected]> • #3663
[PATCH 1/1] cachefiles: avoid slab out-of-bounds read when tracing short aux data
Sun, 28 Jun 2026 19:28:16 +0800
Ren Wei <[email protected]> • #3662
Re: [PATCH v3 09/15] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
Thu, 25 Jun 2026 22:51:29 -0700
Christoph Hellwig <[email protected]> • #3661
Re: [PATCH v3 08/15] iov_iter: Remove unused variable in kunit_iov_iter.c
Thu, 25 Jun 2026 22:51:00 -0700
Christoph Hellwig <[email protected]> • #3660
Re: [PATCH v3 07/15] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
Thu, 25 Jun 2026 22:50:29 -0700
Christoph Hellwig <[email protected]> • #3659
Re: [PATCH v3 06/15] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
Thu, 25 Jun 2026 22:50:02 -0700
Christoph Hellwig <[email protected]> • #3658
Re: [PATCH v3 05/15] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
Thu, 25 Jun 2026 22:49:29 -0700
Christoph Hellwig <[email protected]> • #3657
Re: [PATCH v3 04/15] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
Fri, 26 Jun 2026 13:17:07 +1000
NeilBrown <[email protected]> • #3656
[PATCH v3 15/15] netfs: Fix DIO write retry for filesystems without a ->prepare_write()
Thu, 25 Jun 2026 15:06:33 +0100
David Howells <[email protected]> • #3655
[PATCH v3 14/15] netfs: Fix folio state after ENOMEM whilst under writeback iteration
Thu, 25 Jun 2026 15:06:32 +0100
David Howells <[email protected]> • #3654
[PATCH v3 13/15] netfs: Fix writeback error handling
Thu, 25 Jun 2026 15:06:31 +0100
David Howells <[email protected]> • #3653
[PATCH v3 12/15] netfs: Fix writethrough to use collection offload
Thu, 25 Jun 2026 15:06:30 +0100
David Howells <[email protected]> • #3652
[PATCH v3 11/15] netfs: Replace wb_lock with a bit lock for asynchronicity
Thu, 25 Jun 2026 15:06:29 +0100
David Howells <[email protected]> • #3651
[PATCH v3 10/15] netfs: Fix kdoc warning
Thu, 25 Jun 2026 15:06:28 +0100
David Howells <[email protected]> • #3650
[PATCH v3 09/15] scatterlist: Fix offset in folio calc in extract_xarray_to_sg()
Thu, 25 Jun 2026 15:06:27 +0100
David Howells <[email protected]> • #3649
[PATCH v3 07/15] iov_iter: Fix a memory leak in iov_iter_extract_user_pages()
Thu, 25 Jun 2026 15:06:25 +0100
David Howells <[email protected]> • #3648
[PATCH v3 08/15] iov_iter: Remove unused variable in kunit_iov_iter.c
Thu, 25 Jun 2026 15:06:26 +0100
David Howells <[email protected]> • #3647
[PATCH v3 06/15] iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()
Thu, 25 Jun 2026 15:06:24 +0100
David Howells <[email protected]> • #3646
[PATCH v3 04/15] cachefiles: Fix file burial to take lock when unsetting S_KERNEL_FILE
Thu, 25 Jun 2026 15:06:22 +0100
David Howells <[email protected]> • #3645
[PATCH v3 05/15] iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()
Thu, 25 Jun 2026 15:06:23 +0100
David Howells <[email protected]> • #3644
[PATCH v3 03/15] cachefiles: Fix double fput
Thu, 25 Jun 2026 15:06:21 +0100
David Howells <[email protected]> • #3643
[PATCH v3 02/15] netfs: Fix netfs_create_write_req() to handle async cache object creation
Thu, 25 Jun 2026 15:06:20 +0100
David Howells <[email protected]> • #3642
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.