public inbox for netfs@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-07 07:40:03 to 2026-04-22 19:27:42 UTC [more...]

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-22 19:27 UTC  (3+ messages)

[PATCH 00/11] netfs: Further miscellaneous fixes
 2026-04-21 11:56 UTC  (13+ messages)
` [PATCH 01/11] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 02/11] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 03/11] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 04/11] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH 05/11] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 06/11] netfs: Fix the trace displayed for the total overwrite of a streamed write
` [PATCH 07/11] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 08/11] netfs: Fix group handling in netfs_read_gaps()
` [PATCH 09/11] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH 10/11] netfs: Fix comment about write-streaming avoidance
` [PATCH 11/11] netfs: Fix netfs_read_folio() to wait on writeback

git, network filesystems and is_path_owned_by_current_uid()
 2026-04-20  7:40 UTC 

[PATCH] netfs: Fix early put of sink folio in netfs_read_gaps()
 2026-04-15 16:55 UTC  (2+ messages)

[syzbot] [netfs?] general protection fault in netfs_put_subrequest
 2026-04-14 13:58 UTC 

[PATCH v2 0/7] netfs: Miscellaneous fixes
 2026-04-14  9:45 UTC  (9+ messages)
` [PATCH v2 1/7] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v2 2/7] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v2 3/7] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v2 4/7] netfs: Fix streaming write being overwritten
` [PATCH v2 5/7] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v2 6/7] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v2 7/7] netfs: Fix write streaming disablement if fd open O_RDWR

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-04-14  8:02 UTC  (45+ 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 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)

[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] 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  (9+ messages)
` [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  (7+ messages)

[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  (5+ messages)
` [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  (3+ messages)

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

[syzbot] [netfs?] kernel BUG in netfs_limit_iter
 2026-03-07  7:40 UTC  (2+ messages)


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