netfs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-27 22:41:57 to 2025-06-24 15:19:46 UTC [more...]

Cachefiles slowdown caused by SEEK_HOLE
 2025-06-24 15:19 UTC  (4+ messages)

[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
 2025-06-24 14:22 UTC  (2+ messages)

[PATCH 00/11] netfs, cifs: Fixes to retry-related code
 2025-06-23 14:14 UTC  (13+ messages)
` [PATCH 01/11] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/11] netfs: Put double put of request
` [PATCH 03/11] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/11] netfs: Fix looping in wait functions
` [PATCH 05/11] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/11] cifs: Fix prepare_write to negotiate wsize if needed
` [PATCH 07/11] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 08/11] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 09/11] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 10/11] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 11/11] netfs: Update tracepoints in a number of ways

[syzbot] Monthly netfs report (Jun 2025)
 2025-06-23  7:30 UTC 

[PATCH 6.15 453/780] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
 2025-06-17 15:22 UTC  (5+ messages)
` [PATCH 6.15 454/780] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 6.15 455/780] netfs: Fix the requests work item to not require a ref
` [PATCH 6.15 456/780] netfs: Fix wait/wake to be consistent about the waitqueue used
` [PATCH 6.15 461/780] netfs: Fix undifferentiation of DIO reads from unbuffered reads

[PATCH] netfs: Fix hang due to missing case in final DIO read result collection
 2025-06-16 17:28 UTC  (3+ messages)

[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
 2025-06-16 14:31 UTC  (2+ messages)

[PATCH 0/2] Minor VFS-related cleanups
 2025-06-13  7:08 UTC  (12+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 2/2] fs/proc: take rcu_read_lock() in proc_sys_compare()

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-06-12 22:24 UTC  (3+ messages)

[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
 2025-06-12  6:59 UTC  (25+ messages)
` [PATCH 1/5] VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()
` [PATCH 2/5] VFS: Minor fixes for porting.rst
` [PATCH 3/5] coda: use iterate_dir() in coda_readdir()
` [PATCH 4/5] exportfs: use lookup_one_unlocked()
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure

[syzbot] [netfs?] kernel BUG in folio_unlock (3)
 2025-06-11 14:08 UTC  (4+ messages)

[QUESTION] cachefiles: Recovery concerns with on-demand loading after unexpected power loss
 2025-05-28  9:58 UTC  (5+ messages)

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-05-23  8:35 UTC  (2+ messages)

6.14.6: copy from cifs mount never finishes
 2025-05-21 18:15 UTC  (2+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-20 11:34 UTC  (6+ messages)
` [PATCH 1/4] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
` [PATCH 2/4] netfs: Fix setting of transferred bytes with short DIO reads
` [PATCH 3/4] netfs: Fix the request's work item to not require a ref
` [PATCH 4/4] netfs: Fix wait/wake to be consistent about the waitqueue used

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-20 11:20 UTC  (13+ messages)
` [PATCH 01/11] netfs: Update main API document
` [PATCH 02/11] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
` [PATCH 03/11] fs/netfs: remove unused source NETFS_INVALID_WRITE
` [PATCH 04/11] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
` [PATCH 05/11] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
` [PATCH 06/11] fs/netfs: reorder struct fields to eliminate holes
` [PATCH 07/11] fs/netfs: remove `netfs_io_request.ractl`
` [PATCH 08/11] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y
` [PATCH 09/11] folio_queue: remove unused field `marks3`
` [PATCH 10/11] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
` [PATCH 11/11] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED

[syzbot] [netfs?] KASAN: slab-out-of-bounds Read in iov_iter_revert
 2025-05-16 22:58 UTC  (5+ messages)

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-05-07 15:58 UTC  (16+ messages)

[PATCH 1/4] fs/netfs: convert `netfs_io_request.error` to a `short
 2025-05-07 15:48 UTC  (6+ messages)
` [PATCH 2/4] fs/netfs: reorderd struct fields to eliminate holes
` [PATCH 3/4] fs/netfs: remove `netfs_io_request.ractl`
` [PATCH 4/4] fs/netfs: declare field `proc_link` only if CONFIG_PROC_FS=y

[syzbot] [netfs?] INFO: task hung in anon_pipe_write
 2025-05-01  8:08 UTC 

[PATCH v2 1/2] fs/netfs: remove unused flag NETFS_RREQ_DONT_UNLOCK_FOLIOS
 2025-04-28 20:47 UTC  (2+ messages)
` [PATCH v2 2/2] fs/netfs: remove unused flag NETFS_RREQ_BLOCKED

[PATCH] fs/netfs: remove unused netfs_io_request flags
 2025-04-28 15:53 UTC  (2+ messages)

[PATCH] fs/netfs/read_collect: remove duplicate line
 2025-04-28 15:41 UTC  (4+ messages)

[PATCH] fs/netfs: remove unused enum choice NETFS_READ_HOLE_CLEAR
 2025-04-28 14:44 UTC 

[PATCH] fs/netfs: remove unused flag NETFS_ICTX_WRITETHROUGH
 2025-04-28 14:38 UTC 

[PATCH] fs/netfs: remove unused source NETFS_INVALID_WRITE
 2025-04-28 14:32 UTC 

[PATCH] fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
 2025-04-28 13:30 UTC 

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-04-23 22:49 UTC  (3+ messages)

[PATCH] netfs: Fix setting of transferred bytes with short DIO reads
 2025-04-22 15:57 UTC 

[PATCH AUTOSEL 6.12 09/23] netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
 2025-04-22  2:16 UTC 

[PATCH AUTOSEL 6.14 12/30] netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
 2025-04-22  2:15 UTC 

[PATCH] netfs: Mark __nonstring lookup tables
 2025-04-17  8:13 UTC  (2+ messages)

[BUG] NULL pointer dereference in iov_iter_revert() via netfs_write_collection_worker
 2025-04-15  3:37 UTC 

[BUG] NULL pointer dereference in iov_iter_revert() via netfs_write_collection_worker
 2025-04-15  3:25 UTC 

[PATCH 1/1] netfs: fix building with GCC 15
 2025-04-14 14:44 UTC  (2+ messages)
` [PATCH v2 "

Question Regarding Optional ->prepare_read Callback in NETFS
 2025-04-12 19:07 UTC 

[PATCH v2] netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
 2025-04-11 13:58 UTC  (3+ messages)

[PATCH] netfs: Update main API document
 2025-04-11 13:24 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] netfs: Let netfs depends on PROC_FS
 2025-04-09 15:03 UTC  (8+ messages)

[PATCH] netfs: Update main API document
 2025-04-09 10:10 UTC 

[BUG] NULL pointer dereference in iov_iter_revert() via netfs_write_collection_worker
 2025-04-08  7:17 UTC 

[BUG] NULL pointer dereference in iov_iter_revert() via netfs_write_collection_worker
 2025-04-07  6:47 UTC  (2+ messages)

[PATCH 1/6] VFS: improve interface for lookup_one functions
 2025-04-04 23:00 UTC  (5+ messages)

[PATCH] cifs: Remove cifs_truncate_page() as it should be superfluous
 2025-04-02 15:23 UTC  (2+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-30 10:21 UTC  (18+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
 2025-03-28 19:01 UTC  (5+ messages)

[PATCH 4/6] VFS: rename lookup_one_len family to lookup_noperm and remove permission check
 2025-03-28  1:31 UTC  (2+ messages)

[PATCH 1/6] VFS: improve interface for lookup_one functions
 2025-03-28  1:14 UTC  (2+ messages)

[bug report] VFS: Change vfs_mkdir() to return the dentry
 2025-03-27 22:41 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;
as well as URLs for NNTP newsgroup(s).