Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2025-01-10 14:16:56 to 2025-03-19 03:16:06 UTC [more...]

[PATCH 0/6 RFC v2] tidy up various VFS lookup functions
 2025-03-19  3:01 UTC  (7+ messages)
` [PATCH 1/6] VFS: improve interface for lookup_one functions
` [PATCH 2/6] nfsd: Use lookup_one() rather than lookup_one_len()
` [PATCH 3/6] cachefiles: "
` [PATCH 4/6] VFS: rename lookup_one_len family to lookup_noperm and remove permission check
` [PATCH 5/6] Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
` [PATCH 6/6] VFS: change lookup_one_common and lookup_noperm_common to take a qstr

[PATCH 0/8 RFC] tidy up various VFS lookup functions
 2025-03-18 13:57 UTC  (12+ messages)
` [PATCH 1/8] VFS: improve interface for lookup_one functions
` [PATCH 2/8] nfsd: Use lookup_one() rather than lookup_one_len()
` [PATCH 3/8] nfsd: use correct idmap for all accesses
` [PATCH 4/8] cachefiles: Use lookup_one() rather than lookup_one_len()
` [PATCH 5/8] cachefiles: use correct mnt_idmap
` [PATCH 6/8] VFS: rename lookup_one_len() family to lookup_noperm() and remove permission check
` [PATCH 7/8] Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
` [PATCH 8/8] VFS: change lookup_one_common and lookup_noperm_common to take a qstr

[PATCH RESEND] fs/netfs/read_collect: add to next->prev_donated
 2025-03-17 10:03 UTC  (3+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-14 20:44 UTC  (6+ messages)
` [PATCH 1/4] netfs: Fix collection of results during pause when collection offloaded
` [PATCH 2/4] netfs: Call `invalidate_cache` only if implemented
` [PATCH 3/4] netfs: Fix rolling_buffer_load_from_ra() to not clear mark bits
` [PATCH 4/4] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int

[PATCH] fs/netfs/write_collect: call `invalidate_cache` only if implemented
 2025-03-14  7:35 UTC  (2+ messages)

[PATCH v2] cachefiles: Add __nonstring annotations for unterminated strings
 2025-03-12 20:08 UTC 

[PATCH] cachefiles: Add __nonstring annotations for unterminated strings
 2025-03-10 22:24 UTC 

[PATCH v6.13 v2] fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
 2025-03-10 11:51 UTC  (5+ messages)
` Patch "fs/netfs/read_collect: fix crash due to uninitialized `prev` variable" has been added to the 6.13-stable tree

[PATCH v6.13] fs/netfs/read_pgpriv2: skip folio queues without `marks3`
 2025-03-10 11:51 UTC  (8+ messages)
` Patch "fs/netfs/read_pgpriv2: skip folio queues without `marks3`" has been added to the 6.13-stable tree

[PATCH] fs/netfs/read_collect: add to next->prev_donated
 2025-03-07 16:09 UTC 

Ceph and Netfslib
 2025-03-06 17:18 UTC  (13+ messages)
` Is EOLDSNAPC actually generated? -- "

"netfs: Can't donate prior to front"
 2025-03-01 16:51 UTC  (12+ messages)
` [PATCH] fs/netfs/read_collect: add to next->prev_donated

[PATCH] netfs: Fix collection of results during pause when collection offloaded
 2025-03-01  0:54 UTC  (2+ messages)

[PATCH] netfs: Fix unbuffered writes
 2025-02-26 15:21 UTC  (2+ messages)

[PATCH] netfs: Use rreq->issued_to instead of rreq->submitted
 2025-02-26 13:29 UTC 

[syzbot] [netfs?] kernel BUG in folio_unlock (3)
 2025-02-26  8:41 UTC  (4+ messages)

[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-26  3:35 UTC  (34+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry

[PATCH] cifs: Fix the smb1 readv callback to correctly call netfs
 2025-02-25 22:55 UTC  (4+ messages)

[syzbot] [netfs?] KCSAN: data-race in netfs_advance_write / netfs_write_collection_worker
 2025-02-25 10:36 UTC 

[syzbot] Monthly netfs report (Feb 2025)
 2025-02-23 22:20 UTC 

[syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_openat
 2025-02-21 13:20 UTC 

[syzbot] [netfs?] INFO: task hung in pipe_write (6)
 2025-02-18  9:37 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Write in io_submit_one
 2025-02-15  9:42 UTC  (2+ messages)
` [PATCH] netfs: Prevent race conditions between aio read and read collection worker

[PATCH v6.13] fs/netfs/read_collect: fix crash due to uninitialized `prev` variable
 2025-02-14 13:08 UTC  (5+ messages)

[syzbot] [netfs?] WARNING: refcount bug in netfs_put_subrequest
 2025-02-14  6:39 UTC 

[PATCH 0/3] netfs: Miscellaneous fixes
 2025-02-13 15:01 UTC  (5+ messages)
` [PATCH 1/3] netfs: Fix a number of read-retry hangs
` [PATCH 2/3] netfs: Add retry stat counters
` [PATCH 3/3] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[PATCH] netfs: Fix a number of read-retry hangs
 2025-02-12 18:01 UTC  (13+ messages)
` [PATCH] netfs: Add retry stat counters
            ` [PATCH] netfs: Fix setting NETFS_RREQ_ALL_QUEUED to be after all subreqs queued

[linus:master] [netfs] e2d46f2ec3: filebench.sum_operations/s 50.0% regression
 2025-02-12  8:20 UTC 

[PATCH 1/1] cachefiles: fix build with GCC 15
 2025-02-10 15:20 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/7] Move prefaulting into write slow paths
 2025-01-31  2:17 UTC  (9+ messages)
` [PATCH 7/7] netfs: Remove outdated comments about prefaulting

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-29  8:49 UTC  (15+ messages)
  `  "
      `  "
            `  "
                `  "

[PATCH v5 00/32] netfs: Read performance improvements and "single-blob" support
 2025-01-24 19:54 UTC  (7+ messages)
` [PATCH v5 27/32] netfs: Change the read result collector to only use one work item

[PATCH 6.12 054/122] netfs: Fix non-contiguous donation between completed reads
 2025-01-21 17:51 UTC 

[PATCH 1/1] netfs: fix building with GCC 15
 2025-01-21  8:03 UTC 

[PATCH 1/1] netfs: fix building with GCC 15
 2025-01-21  8:01 UTC 

[syzbot] [netfs?] INFO: task hung in netfs_retry_writes
 2025-01-16  2:33 UTC 

[PATCH 6.12 009/189] netfs: Fix enomem handling in buffered reads
 2025-01-15 10:36 UTC  (8+ messages)
` [PATCH 6.12 010/189] nfs: Fix oops in nfs_netfs_init_request() when copying to cache
` [PATCH 6.12 011/189] netfs: Fix missing barriers by using clear_and_wake_up_bit()
` [PATCH 6.12 012/189] netfs: Fix ceph copy to cache on write-begin
` [PATCH 6.12 013/189] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled
` [PATCH 6.12 014/189] netfs: Fix is-caching check in read-retry
` [PATCH 6.12 081/189] netfs: Fix kernel async DIO
` [PATCH 6.12 082/189] netfs: Fix read-retry for fs with no ->prepare_read()

[PATCH AUTOSEL 6.1 05/10] cachefiles: Parse the "secctx" immediately
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.6 05/10] cachefiles: Parse the "secctx" immediately
 2025-01-13 18:35 UTC 

[PATCH AUTOSEL 6.12 07/20] netfs: Fix non-contiguous donation between completed reads
 2025-01-13 18:34 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 08/20] cachefiles: Parse the "secctx" immediately

Error while building with GCC 15
 2025-01-11 15:08 UTC 

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 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