netfs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-19 15:10:51 to 2024-04-17 09:04:51 UTC [more...]

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-17  9:04 UTC  (62+ messages)
` [PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
` [PATCH 02/26] 9p: Clean up some kdoc and unused var warnings
` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
` [PATCH 04/26] netfs: Replace PG_fscache by setting folio->private and marking dirty
` [PATCH 05/26] mm: Remove the PG_fscache alias for PG_private_2
` [PATCH 06/26] netfs: Remove deprecated use of PG_private_2 as a second writeback flag
` [PATCH 07/26] netfs: Make netfs_io_request::subreq_counter an atomic_t
` [PATCH 08/26] netfs: Use subreq_counter to allocate subreq debug_index values
` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
` [PATCH 10/26] cifs: Use alternative invalidation to "
` [PATCH 11/26] 9p: "
` [PATCH 12/26] afs: "
` [PATCH 13/26] netfs: Remove ->launder_folio() support
` [PATCH 14/26] netfs: Use mempools for allocating requests and subrequests
` [PATCH 15/26] mm: Export writeback_iter()
` [PATCH 16/26] netfs: Switch to using unsigned long long rather than loff_t
` [PATCH 17/26] netfs: Fix writethrough-mode error handling
` [PATCH 18/26] netfs: Add some write-side stats and clean up some stat names
` [PATCH 19/26] netfs: New writeback implementation
` [PATCH 20/26] netfs, afs: Implement helpers for new write code
` [PATCH 21/26] netfs, 9p: "
` [PATCH 22/26] netfs, cachefiles: "
` [PATCH 23/26] netfs: Cut over to using new writeback code
` [PATCH 24/26] netfs: Remove the old "
` [PATCH 25/26] netfs: Miscellaneous tidy ups
` [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys

[PATCH] netfs: Fix writethrough-mode error handling
 2024-04-17  8:47 UTC 

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-04-16  4:42 UTC 

[PATCH] treewide: Fix common grammar mistake "the the"
 2024-04-12  6:41 UTC  (10+ messages)
  ` [PATCH v2] "

[bug report] netfs: New writeback implementation
 2024-04-08 17:33 UTC  (2+ messages)

[PATCH 6.6 034/252] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:58 UTC  (2+ messages)
` [PATCH 6.6 188/252] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[PATCH 6.8 044/273] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:57 UTC  (2+ messages)
` [PATCH 6.8 179/273] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[PATCH 6.1 019/138] cifs: Fix duplicate fscache cookie warnings
 2024-04-08 12:58 UTC  (2+ messages)
` [PATCH 6.1 100/138] cifs: Fix caching to try to do open O_WRONLY as rdwr on server

[syzbot] [netfs?] divide error in netfs_submit_writethrough
 2024-04-07 10:47 UTC 

[PATCH] netfs, cachefiles: include linux/bio.h for BIO_MAX_VECS
 2024-04-05 10:51 UTC  (2+ messages)

[syzbot] [netfs?] divide error in netfs_submit_writethrough
 2024-04-05  2:43 UTC 

[PATCH] cifs: Fix caching to try to do open O_WRONLY as rdwr on server
 2024-04-02  9:11 UTC 

[dhowells-fs:cifs-netfs] [cifs] 22ac9f5a2e: filebench.sum_operations/s -83.5% regression
 2024-04-02  8:50 UTC 

[PATCH v6 00/15] netfs, cifs: Delegate high-level I/O to netfslib
 2024-03-29  9:58 UTC  (17+ messages)
` [PATCH v6 01/15] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v6 02/15] cifs: Replace cifs_writedata "
` [PATCH v6 03/15] cifs: Use more fields from netfs_io_subrequest
` [PATCH v6 04/15] cifs: Make wait_mtu_credits take size_t args
` [PATCH v6 05/15] cifs: Replace the writedata replay bool with a netfs sreq flag
` [PATCH v6 06/15] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v6 07/15] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v6 08/15] cifs: Add mempools for cifs_io_request and cifs_io_subrequest structs
` [PATCH v6 09/15] cifs: Make add_credits_and_wake_if() clear deducted credits
` [PATCH v6 10/15] cifs: Implement netfslib hooks
` [PATCH v6 11/15] cifs: When caching, try to open O_WRONLY file rdwr on server
` [PATCH v6 12/15] cifs: Cut over to using netfslib
` [PATCH v6 13/15] cifs: Remove some code that's no longer used, part 1
` [PATCH v6 14/15] cifs: Remove some code that's no longer used, part 2
` [PATCH v6 15/15] cifs: Remove some code that's no longer used, part 3

[RFC PATCH] mm, netfs: Provide a means of invalidation without using launder_folio
 2024-03-27 20:37 UTC  (6+ messages)
` [RFC PATCH v2] "

[PATCH] cifs: Fix duplicate fscache cookie warnings
 2024-03-27 17:07 UTC  (2+ messages)

[PATCH 6.6 497/638] cifs: Fix writeback data corruption
 2024-03-24 22:58 UTC 

[PATCH 6.7 554/713] cifs: Fix writeback data corruption
 2024-03-24 22:44 UTC 

[PATCH 6.8 537/715] cifs: Fix writeback data corruption
 2024-03-24 22:31 UTC 

[PATCH] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-03-24 16:13 UTC  (3+ messages)

[PATCH RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-22 14:13 UTC  (47+ messages)
` [PATCH RFC 01/24] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC 02/24] filelock: add a lm_set_conflict lease_manager callback
` [PATCH RFC 03/24] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC 04/24] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC 05/24] vfs: allow rmdir "
` [PATCH RFC 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 07/24] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC 08/24] vfs: make vfs_mknod "
` [PATCH RFC 09/24] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC 10/24] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 13/24] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC 15/24] nfs: fix nfs_stateid_hash prototype when CONFIG_CRC32 isn't set
` [PATCH RFC 16/24] nfs: remove unused NFS_CALL macro
` [PATCH RFC 17/24] nfs: add cache_validity to the nfs_inode_event tracepoints
` [PATCH RFC 18/24] nfs: add a tracepoint to nfs_inode_detach_delegation_locked
` [PATCH RFC 19/24] nfs: new tracepoint in nfs_delegation_need_return
` [PATCH RFC 20/24] nfs: new tracepoint in match_stateid operation
` [PATCH RFC 21/24] nfs: add a GDD_GETATTR rpc operation
` [PATCH RFC 22/24] nfs: skip dentry revalidation when parent dir has a delegation
` [PATCH RFC 23/24] nfs: optionally request a delegation on GETATTR
` [PATCH RFC 24/24] nfs: add a module parameter to disable directory delegations

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-19 16:59 UTC  (11+ messages)
` [RFC PATCH v2] mm: Kill ->launder_folio()

[PATCH] fscache: Fix error handling in fscache_begin_operation()
 2024-03-18  8:48 UTC  (3+ messages)

[linus:master] [netfs] c9c4ff12df: BUG:KASAN:wild-memory-access_in__fscache_use_cookie
 2024-03-13 13:41 UTC 

[dhowells-fs:cifs-netfs] [cifs] 7de1bab771: filebench.sum_operations/s -98.5% regression
 2024-03-13  1:19 UTC 

[LSF/MM/BPF TOPIC] Large folios, swap and fscache
 2024-02-29 19:31 UTC  (9+ messages)

[dhowells-fs:cifs-netfs] [cifs] a05396635d: filebench.sum_operations/s -98.8% regression
 2024-02-29  7:27 UTC 

[RFC PATCH] cifs: Fix writeback data corruption
 2024-02-23 19:04 UTC  (2+ messages)

[PATCH v5 09/12] cifs: Cut over to using netfslib
 2024-02-20 13:31 UTC  (10+ messages)
` [PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib

[PATCH 0/2] netfs: Miscellaneous fixes
 2024-02-20  9:51 UTC  (4+ messages)
` [PATCH 2/2] netfs: Fix missing zero-length check in unbuffered write

[PATCH RESEND] cachefiles: fix memory leak in cachefiles_add_cache()
 2024-02-20  8:46 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).