public inbox for netfs@lists.linux.dev
 help / color / mirror / Atom feed
[PATCH 0/4] netfs: Miscellaneous fixes
 2026-04-11  9:04 UTC  (7+ messages)
` [PATCH 1/4] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 2/4] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 3/4] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
` [PATCH 4/4] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone

[bug report] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
 2026-04-10  5:59 UTC 

[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
 2026-04-03 18:13 UTC  (5+ messages)

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-02 18:55 UTC  (2+ messages)

[BUG] Linux Kernel CIFS Client Circular Locking: wb_lock vs lock_sem
 2026-04-02 11:07 UTC 

[BUG] Linux Kernel CIFS Client Recursive lock_sem Deadlock
 2026-04-02 11:05 UTC 

WARNING in nfs_free_request: PG_WB_END stale during NFS read completion with FS-Cache
 2026-04-01 17:54 UTC 

[PATCH 6.18 300/309] netfs: Fix read abandonment during retry
 2026-03-31 16:23 UTC  (2+ messages)
` [PATCH 6.18 305/309] netfs: Fix the handling of stream->front by removing it

[PATCH 6.19 330/342] netfs: Fix read abandonment during retry
 2026-03-31 16:22 UTC  (2+ messages)
` [PATCH 6.19 335/342] netfs: Fix the handling of stream->front by removing it

[PATCH] cachefiles: fix incorrect dentry refcount in cachefiles_cull()
 2026-03-31  9:52 UTC  (3+ messages)

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-30 13:57 UTC  (44+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] netfs: add missing folio_end_private_2() to netfs_pgpriv2_copy_folio()
 2026-03-30 10:55 UTC 

[PATCH] cachefiles: Fix excess dput() after end_removing()
 2026-03-26 16:04 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] netfs: Fix the handling of stream->front by removing it
 2026-03-26 14:19 UTC  (3+ messages)

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-24  7:53 UTC  (32+ messages)
` [RFC PATCH 01/17] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
` [RFC PATCH 02/17] vfs: Implement a FIEMAP callback
` [RFC PATCH 03/17] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 04/17] Add a function to kmap one page of a multipage bio_vec
` [RFC PATCH 05/17] netfs: Add some tools for managing bvecq chains
` [RFC PATCH 06/17] afs: Use a bvecq to hold dir content rather than folioq
` [RFC PATCH 07/17] netfs: Add a function to extract from an iter into a bvecq
` [RFC PATCH 08/17] cifs: Use a bvecq for buffering instead of a folioq
` [RFC PATCH 09/17] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [RFC PATCH 10/17] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [RFC PATCH 11/17] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [RFC PATCH 12/17] netfs: Remove netfs_alloc/free_folioq_buffer()
` [RFC PATCH 13/17] netfs: Remove netfs_extract_user_iter()
` [RFC PATCH 14/17] iov_iter: Remove ITER_FOLIOQ
` [RFC PATCH 15/17] netfs: Remove folio_queue and rolling_buffer
` [RFC PATCH 16/17] netfs: Check for too much data being read
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] netfs: Fix read abandonment during retry
 2026-03-19 10:20 UTC  (3+ messages)

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (8+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()
` [PATCH v2 2/2] tree-wide: rename do_exit() to task_exit()

[PATCH] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
 2026-03-13 15:14 UTC  (4+ messages)

[PATCH 6.18 225/314] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
 2026-03-10 11:18 UTC 

[PATCH 6.19 200/311] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
 2026-03-10 11:04 UTC 

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
 2026-03-09 20:10 UTC  (2+ messages)

[BUG] WARNING in nfs_free_request: PG_WB_END stale during NFS read completion with FS-Cache
 2026-03-09 12:16 UTC 

fscache/NFS re-export server lockup
 2026-03-09 11:35 UTC  (8+ messages)

[PATCH] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
 2026-03-09  9:22 UTC  (2+ messages)

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-03-09  8:43 UTC  (11+ messages)
` [PATCH v3 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
    ` [PATCH] FIXUP: "

[syzbot] [netfs?] kernel BUG in netfs_limit_iter
 2026-03-07 14:12 UTC  (5+ messages)

[syzbot] [netfs?] BUG: unable to handle kernel NULL pointer dereference in netfs_unbuffered_write
 2026-03-07  8:00 UTC  (3+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (30+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 003/110] audit: widen ino fields to u64
` [PATCH v2 053/110] uprobes: use PRIino format for i_ino
` [PATCH v2 105/110] security: replace PRIino with %llu/%llx format strings

[PATCH] netfs: fix error handling in netfs_extract_user_iter()
 2026-03-03 14:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox