Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2025-02-22 04:41:39 to 2025-04-09 09:05:44 UTC [more...]

[PATCH] netfs: Update main API document
 2025-04-09  9:05 UTC  (3+ messages)

[PATCH] netfs: Let netfs depends on PROC_FS
 2025-04-08 16:14 UTC  (6+ messages)

[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 0/6 RFC v2] tidy up various VFS lookup functions
 2025-04-04 23:00 UTC  (31+ 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

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-04-04 13:54 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  (47+ messages)

[bug report] VFS: Change vfs_mkdir() to return the dentry
 2025-03-27 22:41 UTC  (2+ messages)

[PATCH] cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory
 2025-03-27 22:41 UTC  (3+ messages)

[PATCH AUTOSEL 6.12 5/5] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
 2025-03-25 18:42 UTC 

[PATCH AUTOSEL 6.13 7/7] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
 2025-03-25 18:42 UTC 

[PATCH] netfs: add Paulo as maintainer and remove myself as Reviewer
 2025-03-25 14:42 UTC  (2+ messages)

[PATCH 6.12 063/116] netfs: Call `invalidate_cache` only if implemented
 2025-03-25 12:22 UTC 

[PATCH 6.13 065/119] netfs: Call `invalidate_cache` only if implemented
 2025-03-25 12:22 UTC 

Patch "netfs: Call `invalidate_cache` only if implemented" has been added to the 6.13-stable tree
 2025-03-24 16:13 UTC 

Patch "netfs: Call `invalidate_cache` only if implemented" has been added to the 6.12-stable tree
 2025-03-24 16:13 UTC 

[dhowells-fs:ceph-iter] [netfs] dcd7ee9385: refcount_t:underflow;use-after-free
 2025-03-24  7:59 UTC 

[RFC PATCH 0/4] iov_iter: Add composite, scatterlist and skbuff iterator types
 2025-03-23 14:35 UTC  (9+ messages)
` [RFC PATCH 1/4] iov_iter: Move ITER_DISCARD and ITER_XARRAY iteration out-of-line
` [RFC PATCH 2/4] iov_iter: Add an iterator-of-iterators
` [RFC PATCH 3/4] iov_iter: Add a scatterlist iterator type
` [RFC PATCH 4/4] iov_iter: Add a scatterlist iterator type [INCOMPLETE]

Fwd: xfstest results
 2025-03-21  3:27 UTC 

Losetup Direct I/O breaks BACK-FILE filesystem on CIFS share (Appears in Linux 6.10 and reproduced on mainline)
 2025-03-20  8:46 UTC  (4+ messages)
  ` [PATCH] netfs: Fix kernel async DIO
      ` [Linux 6.14 - netfs/cifs] loop on file cat + file copy

[PATCH RESEND] fs/netfs/read_collect: add to next->prev_donated
 2025-03-19 14:20 UTC  (6+ messages)
` Patch "fs/netfs/read_collect: add to next->prev_donated" has been added to the 6.12-stable tree
` Patch "fs/netfs/read_collect: add to next->prev_donated" has been added to the 6.13-stable tree

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-19  9:04 UTC  (7+ 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 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] 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  (3+ messages)

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

[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  (8+ 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  (2+ messages)

[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
 2025-02-26  3:35 UTC  (9+ messages)

[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 

[PATCH 3/6] ceph: return the correct dentry on mkdir
 2025-02-24 23:29 UTC  (5+ messages)

[PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
 2025-02-24 14:22 UTC  (3+ messages)

[PATCH 4/6] fuse: return correct dentry for ->mkdir
 2025-02-24  2:53 UTC  (3+ messages)

[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-02-24  2:41 UTC  (6+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed

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


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