Linux network filesystem support library
 help / color / mirror / Atom feed
 messages from 2024-06-28 06:24:14 to 2024-08-21 02:47:43 UTC [more...]

[PATCH 0/8] netfs/cachefiles: Some bugfixes
 2024-08-21  2:42 UTC  (2+ messages)
` [PATCH 3/8] cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

[linus:master] [9p] e3786b29c5: xfstests.generic.465.fail
 2024-08-20 13:03 UTC  (2+ messages)

[PATCH v2] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-08-20  7:02 UTC  (2+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-20  6:33 UTC  (5+ messages)

[PATCH] 9p: Fix DIO read through netfs
 2024-08-19 22:36 UTC  (3+ messages)

[PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
 2024-08-19 13:52 UTC 

[PATCH] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-08-19 11:36 UTC  (3+ messages)

Patch "netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"" has been added to the 6.10-stable tree
 2024-08-19  4:24 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

[PATCH v2 00/25] netfs: Read/write improvements
 2024-08-16 11:12 UTC  (28+ messages)
` [PATCH v2 01/25] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
` [PATCH v2 02/25] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH v2 03/25] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH v2 04/25] netfs: Record contention stats for writeback lock
` [PATCH v2 05/25] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH v2 06/25] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH v2 07/25] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH v2 08/25] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH v2 09/25] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH v2 10/25] netfs: Set the request work function upon allocation
` [PATCH v2 11/25] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH v2 12/25] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH v2 13/25] iov_iter: Provide copy_folio_from_iter()
` [PATCH v2 14/25] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH v2 16/25] netfs: Provide an iterator-reset function
` [PATCH v2 17/25] netfs: Simplify the writeback code
` [PATCH v2 18/25] afs: Make read subreqs async
` [PATCH v2 19/25] netfs: Speed up buffered reading
` [PATCH v2 20/25] netfs: Remove fs/netfs/io.c
` [PATCH v2 21/25] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH v2 22/25] netfs: Cancel dirty folios that have no storage destination
` [PATCH v2 23/25] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH v2 24/25] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH v2 25/25] cifs: Don't support ITER_XARRAY

[syzbot] [fs?] general protection fault in iter_file_splice_write
 2024-08-11 22:43 UTC 

[PATCH] netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second writeback flag"
 2024-08-08 21:31 UTC  (12+ messages)
          ` [PATCH] netfs: Set NETFS_RREQ_WRITE_TO_CACHE when caching is possible
          ` [RFC][PATCH] netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
            ` [PATCH v2] "
            ` [PATCH v3] "

[dhowells-fs:netfs-writeback] [netfs] 383151c58c: xfstests.generic.465.fail
 2024-08-08  8:51 UTC 

[dhowells-fs:netfs-writeback] [netfs] 6afe9feeb3: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-08-08  8:48 UTC 

[PATCH 1/2] netfs: Revert "netfs: Switch debug logging to pr_debug()"
 2024-08-06 15:35 UTC  (3+ messages)
` [PATCH 2/2] netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG

[PATCH 00/24] netfs: Read/write improvements
 2024-08-02 14:44 UTC  (31+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [PATCH 20/24] cachefiles, netfs: Fix write to partial block at EOF
` [PATCH 21/24] netfs: Cancel dirty folios that have no storage destination
` [PATCH 22/24] cifs: Use iterate_and_advance*() routines directly for hashing
` [PATCH 23/24] cifs: Switch crypto buffer to use a folio_queue rather than an xarray
` [PATCH 24/24] cifs: Don't support ITER_XARRAY
` (subset) [PATCH 00/24] netfs: Read/write improvements

[PATCH] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-31 18:55 UTC  (15+ messages)

[PATCH] netfs: clean up after renaming FSCACHE_DEBUG config
 2024-07-31 14:40 UTC  (2+ messages)

[PATCH 6.10 765/809] netfs: Fix writeback that needs to go to both server and cache
 2024-07-30 15:50 UTC 

[PATCH AUTOSEL 6.6 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[PATCH AUTOSEL 6.10 7/7] vfs: Fix potential circular locking through setxattr() and removexattr()
 2024-07-30 12:45 UTC 

[PATCH v2] erofs: support direct IO for ondemand mode
 2024-07-29 13:42 UTC  (3+ messages)

RCU stalls and GPFs in ceph/netfs
 2024-07-29 11:36 UTC  (6+ messages)

[PATCH] netfs: Fault in smaller chunks for non-large folio mappings
 2024-07-29  7:27 UTC  (4+ messages)

[PATCH 1/2] netfs: Remove call to folio_index()
 2024-07-26 15:18 UTC  (3+ messages)
` [PATCH 2/2] netfs: Remove unnecessary references to pages

[PATCH] netfs: Fix dependency of NETFS_DEBUG
 2024-07-25  8:05 UTC 

[PATCH] cachefiles: Fix non-taking of sb_writers around set/removexattr
 2024-07-24  9:42 UTC  (2+ messages)

[PATCH 6.10 2/9] cifs: Fix missing error code set
 2024-07-23 11:52 UTC  (4+ messages)
` [PATCH 6.10 3/9] cifs: Fix missing fscache invalidation
` [PATCH 6.10 5/9] cifs: Fix server re-repick on subrequest retry
` [PATCH 6.10 6/9] cifs: Fix setting of zero_point after DIO write

Patch "cifs: Fix setting of zero_point after DIO write" has been added to the 6.10-stable tree
 2024-07-23 11:23 UTC 

Patch "cifs: Fix server re-repick on subrequest retry" has been added to the 6.10-stable tree
 2024-07-23 11:23 UTC 

Patch "cifs: Fix missing fscache invalidation" has been added to the 6.10-stable tree
 2024-07-23 11:23 UTC 

Patch "cifs: Fix missing error code set" has been added to the 6.10-stable tree
 2024-07-23 11:23 UTC 

[PATCH] cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
 2024-07-22 13:42 UTC  (2+ messages)

[PATCH] netfs: Fix writeback that needs to go to both server and cache
 2024-07-22 13:41 UTC  (2+ messages)

[PATCH] erofs: support direct IO for ondemand mode
 2024-07-20  3:39 UTC  (5+ messages)

[PATCH 1/4] cifs: Fix server re-repick on subrequest retry
 2024-07-19 15:45 UTC  (6+ messages)
` [PATCH 2/4] cifs: Fix missing error code set
` [PATCH 3/4] cifs: Fix setting of zero_point after DIO write
` [PATCH 4/4] cifs: Add a tracepoint to track credits involved in R/W requests

[PATCH v2] erofs: support STATX_DIOALIGN
 2024-07-18  6:37 UTC 

[PATCH] erofs: support STATX_DIOALIGN
 2024-07-18  4:35 UTC  (6+ messages)

[PATCH AUTOSEL 6.9 03/11] cachefiles: stop sending new request when dropping object
 2024-07-16 18:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.9 04/11] cachefiles: cancel all requests for the object that is being dropped

[PATCH] netfs: Use seq_putc() in fscache_cookies_seq_show()
 2024-07-13 18:44 UTC 

[PATCH] 9p: Fix O_NONBLOCK read behaviour in P9L_DIRECT mode
 2024-07-11 13:19 UTC 

[PATCH v3 0/9] cachefiles: random bugfixes
 2024-07-03  8:37 UTC  (22+ messages)
` [PATCH v3 1/9] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH v3 2/9] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH v3 3/9] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH v3 4/9] cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop
` [PATCH v3 5/9] cachefiles: stop sending new request when dropping object
  ` [External] "
` [PATCH v3 6/9] cachefiles: cancel all requests for the object that is being dropped
  ` [External] "
` [PATCH v3 7/9] cachefiles: wait for ondemand_object_worker to finish when dropping object
` [PATCH v3 8/9] cachefiles: cyclic allocation of msg_id to avoid reuse
  ` [External] "
` [PATCH v3 9/9] cachefiles: add missing lock protection when polling
` (subset) [PATCH v3 0/9] cachefiles: random bugfixes

[PATCH 6.9 221/222] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
 2024-07-02 17:04 UTC  (2+ messages)
` [PATCH 6.9 222/222] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait

[PATCH] cifs: Fix read-performance regression by dropping readahead expansion
 2024-07-02 14:50 UTC 

[RESEND PATCH] fscache: Remove duplicate included header
 2024-06-28 10:04 UTC  (3+ messages)


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