Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2026-03-24 07:16:38 to 2026-05-08 16:38:02 UTC [more...]

[PATCH 2/5] docs: fix repeated word 'that' across documentation
 2026-05-08 16:37 UTC 

[DISCUSSION] Preventing ENOSPC/EDQUOT writeback errors on network filesystems
 2026-05-06  6:11 UTC  (2+ messages)

[PATCH v5 00/24] netfs: Miscellaneous fixes
 2026-04-28 13:17 UTC  (25+ messages)
` [PATCH v5 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v5 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v5 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v5 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v5 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v5 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v5 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v5 08/24] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v5 09/24] netfs: Fix overrun check "
` [PATCH v5 10/24] netfs: Fix potential uninitialised var "
` [PATCH v5 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v5 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v5 13/24] netfs: Fix streaming write being overwritten
` [PATCH v5 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v5 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v5 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v5 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v5 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v5 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v5 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v5 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v5 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v5 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v5 24/24] afs: Fix the locking used by afs_get_link()

[PATCH v4 00/22] netfs: Miscellaneous fixes
 2026-04-27 15:46 UTC  (23+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten
` [PATCH v4 12/22] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v4 13/22] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v4 14/22] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v4 15/22] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v4 16/22] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v4 17/22] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v4 18/22] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v4 19/22] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v4 20/22] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v4 21/22] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v4 22/22] afs: Fix the locking used by afs_get_link()

[PATCH v4 00/22] netfs: Miscellaneous fixes
 2026-04-27 15:29 UTC  (12+ messages)
` [PATCH v4 01/22] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v4 02/22] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v4 03/22] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v4 04/22] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v4 05/22] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v4 06/22] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v4 07/22] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v4 08/22] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v4 09/22] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v4 10/22] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v4 11/22] netfs: Fix streaming write being overwritten

[PATCH v3 00/19] netfs: Miscellaneous fixes
 2026-04-25 12:54 UTC  (20+ messages)
` [PATCH v3 01/19] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v3 02/19] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v3 03/19] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v3 04/19] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v3 05/19] netfs: Fix streaming write being overwritten
` [PATCH v3 06/19] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v3 07/19] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v3 08/19] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v3 09/19] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v3 10/19] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v3 11/19] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v3 12/19] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v3 13/19] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v3 14/19] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v3 15/19] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v3 16/19] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v3 17/19] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v3 18/19] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH v3 19/19] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH] netfs: Fix wrong sort of request put in error handling
 2026-04-25  7:32 UTC 

[PATCH 0/4] netfs: Yet further miscellaneous fixes
 2026-04-23 22:22 UTC  (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk

[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  (8+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request


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