netfs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[BUG] 6.8.x general protection fault during cifs/netfs write
 2024-04-30  7:49 UTC 

[PATCH v3 07/12] netfs: drop usage of folio_file_pos
 2024-04-29 19:04 UTC 

[PATCH net] Fix a potential infinite loop in extract_user_to_sg()
 2024-04-26 19:50 UTC  (4+ messages)

[PATCH] netfs: Fix the pre-flush when appending to a file in writethrough mode
 2024-04-26 11:43 UTC  (2+ messages)

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-04-26 10:59 UTC  (9+ messages)

[syzbot] [netfs?] WARNING in netfs_pages_written_back
 2024-04-26  2:13 UTC 

[PATCH 0/5] cachefiles: some bugfixes for clean object/send req/poll
 2024-04-25  6:53 UTC  (11+ messages)
` [PATCH 1/5] cachefiles: stop sending new request when dropping object
` [PATCH 2/5] cachefiles: flush all requests for the object that is being dropped
` [PATCH 3/5] cachefiles: flush ondemand_object_worker during clean object
` [PATCH 4/5] cachefiles: cyclic allocation of msg_id to avoid reuse
` [PATCH 5/5] cachefiles: add missing lock protection when polling

[PATCH 00/12] cachefiles: some bugfixes and cleanups for ondemand requests
 2024-04-25  5:15 UTC  (21+ messages)
` [PATCH 01/12] cachefiles: remove request from xarry during flush requests
` [PATCH 02/12] cachefiles: remove err_put_fd tag in cachefiles_ondemand_daemon_read()
` [PATCH 03/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd()
` [PATCH 04/12] cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read()
  ` [External] "
` [PATCH 05/12] cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd
` [PATCH 06/12] cachefiles: add consistency check for copen/cread
` [PATCH 07/12] cachefiles: add spin_lock for cachefiles_ondemand_info
` [PATCH 08/12] cachefiles: never get a new anon fd if ondemand_id is valid
` [PATCH 09/12] cachefiles: defer exposing anon_fd until after copy_to_user() succeeds
` [PATCH 10/12] cachefiles: Set object to close if ondemand_id < 0 in copen
` [PATCH 11/12] cachefiles: flush all requests after setting CACHEFILES_DEAD
` [PATCH 12/12] cachefiles: make on-demand read killable

[PATCH] netfs: fix the mismatch used for CONFIG_FSCACHE_DEBUG
 2024-04-24 11:17 UTC  (4+ messages)

[PATCH 0/5] cachefiles: some bugfixes for withdraw and xattr
 2024-04-24  3:27 UTC  (6+ messages)
` [PATCH 1/5] netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()
` [PATCH 2/5] cachefiles: fix slab-use-after-free in fscache_withdraw_volume()
` [PATCH 3/5] cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()
` [PATCH 4/5] cachefiles: correct the return value of cachefiles_check_volume_xattr()
` [PATCH 5/5] cachefiles: correct the return value of cachefiles_check_auxdata()

[syzbot] [netfs?] divide error in netfs_submit_writethrough
 2024-04-23 10:29 UTC  (2+ messages)

[PATCH] netfs: Fix writethrough-mode error handling
 2024-04-17 11:26 UTC  (2+ messages)

[PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
 2024-04-17 10:36 UTC  (63+ 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] 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)

[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 RFC 00/24] vfs, nfsd, nfs: implement directory delegations
 2024-03-22 14:13 UTC  (26+ messages)
` [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 06/24] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC 08/24] vfs: make vfs_mknod break delegations on parent directory
` [PATCH RFC 11/24] nfsd: allow DELEGRETURN on directories
` [PATCH RFC 12/24] nfsd: encoders and decoders for GET_DIR_DELEGATION
` [PATCH RFC 14/24] nfsd: wire up GET_DIR_DELEGATION handling

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

[PATCH] fscache: Fix error handling in fscache_begin_operation()
 2024-03-18  8:48 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).