messages from 2025-06-23 12:49:21 to 2025-08-13 03:22:31 UTC [more...]
[PATCH 00/11] VFS: prepare for changes to directory locking
2025-08-13 3:22 UTC (14+ messages)
` [PATCH 01/11] VFS: discard err2 in filename_create()
` [PATCH 02/11] VFS: introduce dentry_lookup() and friends
` [PATCH 03/11] VFS: add dentry_lookup_killable()
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 05/11] VFS: add rename_lookup()
` [PATCH 06/11] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
` [PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
[REGRESSION] 9pfs issues on 6.12-rc1
2025-08-11 12:43 UTC (12+ messages)
Network filesystems and netmem
2025-08-08 23:28 UTC (4+ messages)
[RFC PATCH 03/31] netfs: Provide facility to alloc buffer in a bvecq
2025-08-08 15:10 UTC (35+ messages)
` [RFC PATCH 04/31] cifs, nls: Provide unicode size determination func
` [RFC PATCH 05/31] cifs: Introduce an ALIGN8() macro
` [RFC PATCH 06/31] cifs: Move the SMB1 transport code out of transport.c
` [RFC PATCH 07/31] cifs: Rename mid_q_entry to smb_message
` [RFC PATCH 08/31] cifs: Keep the CPU-endian command ID around
` [RFC PATCH 09/31] cifs: Rename SMB2_xxxx_HE to SMB2_xxxx
` [RFC PATCH 10/31] cifs: Make smb1's SendReceive() wrap cifs_send_recv()
` [RFC PATCH 11/31] cifs: Fix SMB1 to not require separate kvec for the rfc1002 header
` [RFC PATCH 12/31] cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flags
` [RFC PATCH 13/31] cifs: Institute message managing struct
` [RFC PATCH 14/31] cifs: Split crypt_message() into encrypt and decrypt variants
` [RFC PATCH 15/31] cifs: Use netfs_alloc/free_folioq_buffer()
` [RFC PATCH 16/31] cifs: Rewrite base TCP transmission
` [RFC PATCH 17/31] cifs: Rework smb2 decryption
` [RFC PATCH 18/31] cifs: Pass smb_message structs down into the transport layer
` [RFC PATCH 19/31] cifs: Clean up mid->callback_data and kill off mid->creator
` [RFC PATCH 20/31] cifs: Don't need state locking in smb2_get_mid_entry()
` [RFC PATCH 21/31] cifs: [DEBUG] smb_message refcounting
` [RFC PATCH 22/31] cifs: Add netmem allocation functions
` [RFC PATCH 23/31] cifs: Add more pieces to smb_message
` [RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request
` [RFC PATCH 25/31] cifs: Convert SMB2 Session Setup request
` [RFC PATCH 26/31] cifs: Convert SMB2 Logoff request
` [RFC PATCH 27/31] cifs: Convert SMB2 Tree Connect request
` [RFC PATCH 28/31] cifs: Convert SMB2 Tree Disconnect request
` [RFC PATCH 29/31] cifs: Rearrange Create request subfuncs
` [RFC PATCH 30/31] cifs: Convert SMB2 Posix Mkdir request
` [RFC PATCH 31/31] cifs: Convert SMB2 Open request
[syzbot] [netfs?] WARNING in netfs_writepages (2)
2025-08-08 9:57 UTC
linux-6.16/fs/netfs/read_collect.c:575: Pointless test ?
2025-08-06 6:03 UTC
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
2025-08-03 12:09 UTC (2+ messages)
[PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
2025-07-23 12:23 UTC
[PATCH 6.15 038/187] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
2025-07-22 13:45 UTC (4+ messages)
` [PATCH 6.15 039/187] netfs: Fix race between cache write completion and ALL_QUEUED being set
` [PATCH 6.15 181/187] cifs: Fix the smbd_response slab to allow usercopy
` [PATCH 6.15 182/187] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
Patch "cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code" has been added to the 6.15-stable tree
2025-07-22 12:21 UTC
Compressed files & the page cache
2025-07-22 3:54 UTC (19+ messages)
Patch "netfs: Fix copy-to-cache so that it performs collection with ceph+fscache" has been added to the 6.15-stable tree
2025-07-21 11:06 UTC
Patch "netfs: Fix race between cache write completion and ALL_QUEUED being set" has been added to the 6.15-stable tree
2025-07-21 11:06 UTC
[f2fs-dev] Compressed files & the page cache
2025-07-17 1:04 UTC (2+ messages)
[PATCH 6.12 106/163] netfs: Fix ref leak on inserted extra subreq in write retry
2025-07-15 13:12 UTC
[PATCH 0/2] netfs: Fix use of fscache with ceph
2025-07-14 9:05 UTC (6+ messages)
` [PATCH 1/2] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
` [PATCH 2/2] netfs: Fix race between cache write completion and ALL_QUEUED being set
[PATCH 00/13] netfs, cifs: Fixes to retry-related code
2025-07-10 16:31 UTC (25+ messages)
` [PATCH 01/13] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/13] netfs: Fix double put of request
` [PATCH 03/13] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/13] netfs: Fix looping in wait functions
` [PATCH 05/13] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/13] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 07/13] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 08/13] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 09/13] smb: client: fix warning when reconnecting channel
` [PATCH 10/13] netfs: Fix i_size updating
` [PATCH 11/13] netfs: Merge i_size update functions
` [PATCH 12/13] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 13/13] netfs: Update tracepoints in a number of ways
[PATCH] cachefiles: Fix the incorrect return value in __cachefiles_write()
2025-07-10 7:40 UTC (5+ messages)
[PATCH 6.15 097/178] netfs: Fix hang due to missing case in final DIO read result collection
2025-07-08 16:22 UTC (8+ messages)
` [PATCH 6.15 098/178] netfs: Fix looping in wait functions
` [PATCH 6.15 099/178] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 6.15 100/178] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 6.15 101/178] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 6.15 102/178] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 6.15 103/178] netfs: Fix i_size updating
` [PATCH 6.15 119/178] netfs: Fix double put of request
[PATCH 6.12 081/232] smb: client: set missing retry flag in smb2_writev_callback()
2025-07-08 16:22 UTC (5+ messages)
` [PATCH 6.12 082/232] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 6.12 083/232] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 6.12 084/232] netfs: Fix i_size updating
` [PATCH 6.12 151/232] netfs: Fix oops in write-retry from mis-resetting the subreq iterator
INFO: task hung in netfs_writepages
2025-07-04 9:49 UTC
[PATCH 6.12 125/218] cifs: Fix the smbd_response slab to allow usercopy
2025-07-03 14:41 UTC (2+ messages)
` [PATCH 6.12 126/218] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
[PATCH] netfs: Fix i_size updating
2025-07-01 11:42 UTC (6+ messages)
` [PATCH] netfs: Merge i_size update functions
[PATCH v2 00/16] netfs, cifs: Fixes to retry-related code and RDMA support
2025-06-28 5:16 UTC (23+ messages)
` [PATCH v2 01/16] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH v2 02/16] netfs: Put double put of request
` [PATCH v2 03/16] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH v2 04/16] netfs: Fix looping in wait functions
` [PATCH v2 05/16] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH v2 06/16] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH v2 07/16] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH v2 08/16] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH v2 09/16] smb: client: fix regression with native SMB symlinks
` [PATCH v2 10/16] smb: client: fix warning when reconnecting channel
` [PATCH v2 11/16] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data
` [PATCH v2 12/16] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
` [PATCH v3 "
` [PATCH v2 13/16] cifs: Fix the smbd_reponse slab to allow usercopy
` [PATCH v2 14/16] smb: client: fix potential deadlock when reconnecting channels
` [PATCH v2 15/16] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH v2 16/16] netfs: Update tracepoints in a number of ways
[PATCH] cifs: Fix the smbd_request and smbd_reponse slabs to allow usercopy
2025-06-25 16:21 UTC (5+ messages)
` [PATCH v2] "
[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
2025-06-25 16:00 UTC (10+ messages)
Cachefiles slowdown caused by SEEK_HOLE
2025-06-24 15:19 UTC (4+ messages)
[PATCH 00/11] netfs, cifs: Fixes to retry-related code
2025-06-23 14:14 UTC (8+ messages)
` [PATCH 06/11] cifs: Fix prepare_write to negotiate wsize if needed
` [PATCH 07/11] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 08/11] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 09/11] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 10/11] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 11/11] netfs: Update tracepoints in a number of ways
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).