Linux 9p file system development
 help / color / mirror / Atom feed
 messages from 2024-08-23 20:08:34 to 2024-10-24 14:08:10 UTC [more...]

[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
 2024-10-24 14:05 UTC  (18+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace

[PATCH 0/4] 9p: revert broken inode lookup simplifications
 2024-10-24 12:16 UTC  (6+ messages)
` [PATCH 1/4] Revert " fs/9p: mitigate inode collisions"
` [PATCH 2/4] Revert "fs/9p: remove redundant pointer v9ses"
` [PATCH 3/4] Revert "fs/9p: fix uaf in in v9fs_stat2inode_dotl"
` [PATCH 4/4] Revert "fs/9p: simplify iget to remove unnecessary paths"

[GIT PULL] 9p fixes for 6.12-rc4
 2024-10-23 23:37 UTC  (5+ messages)

[PATCH] Revert "9p: Enable multipage folios"
 2024-10-23 23:29 UTC 

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-23 19:38 UTC  (2+ messages)

VFS regression with 9pfs ("Lookup would have caused loop")
 2024-10-23 15:14 UTC  (8+ messages)

[PATCH AUTOSEL 4.19 1/5] 9p: Avoid creating multiple slab caches with the same name
 2024-10-23 14:33 UTC 

[PATCH AUTOSEL 5.4 1/5] 9p: Avoid creating multiple slab caches with the same name
 2024-10-23 14:33 UTC 

[PATCH AUTOSEL 5.10 1/6] 9p: Avoid creating multiple slab caches with the same name
 2024-10-23 14:32 UTC 

[PATCH AUTOSEL 5.15 01/10] 9p: Avoid creating multiple slab caches with the same name
 2024-10-23 14:32 UTC 

[PATCH AUTOSEL 6.1 01/17] 9p: Avoid creating multiple slab caches with the same name
 2024-10-23 14:31 UTC 

[PATCH AUTOSEL 6.6 01/23] 9p: v9fs_fid_find: also lookup by inode if not found dentry
 2024-10-23 14:30 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/23] 9p: Avoid creating multiple slab caches with the same name

[PATCH AUTOSEL 6.11 01/30] 9p: v9fs_fid_find: also lookup by inode if not found dentry
 2024-10-23 14:29 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 02/30] 9p: Avoid creating multiple slab caches with the same name

[PATCH] 9p: Avoid creating multiple slab caches with the same name
 2024-10-21 23:00 UTC  (13+ messages)

[PATCH] 9p/trans_usbg: Fix incorrect error check in usb9pfs_alloc_instance()
 2024-10-19 11:58 UTC  (2+ messages)

[syzbot] [v9fs?] WARNING in v9fs_session_init
 2024-10-19  9:38 UTC 

[RFC PATCH v1 35/57] virtio: Remove PAGE_SIZE compile-time constant assumption
 2024-10-14 10:58 UTC 

[PATCH] net/9p/usbg: Fix build error
 2024-10-10  2:06 UTC  (5+ messages)

[syzbot] [v9fs?] WARNING in legacy_get_tree
 2024-10-01 21:10 UTC 

[syzbot] [v9fs?] WARNING in v9fs_mount
 2024-10-01 21:10 UTC 

[syzbot] [v9fs?] WARNING in p9pdu_vwritef
 2024-10-01 16:24 UTC 

[PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
 2024-10-01  9:50 UTC  (6+ messages)

[PATCH v2 19/25] netfs: Speed up buffered reading
 2024-09-30 19:00 UTC  (22+ messages)

[PATCH] net/9p/usbg: dont call usb9pfs_clear_tx if client is not connected
 2024-09-30 11:08 UTC  (2+ messages)

[syzbot] Monthly v9fs report (Sep 2024)
 2024-09-30  7:38 UTC 

[EXTERNAL] Re: Git clone fails in p9 file system marked with FANOTIFY
 2024-09-27  8:35 UTC  (15+ messages)

[PATCH 0/8] netfs, afs, cifs: Miscellaneous fixes/changes
 2024-09-27  8:07 UTC  (13+ messages)
` [PATCH 1/8] netfs: Fix mtime/ctime update for mmapped writes
` [PATCH 2/8] netfs: Drop the was_async arg from netfs_read_subreq_terminated()
` [PATCH 3/8] afs: Fix missing wire-up of afs_retry_request()
` [PATCH 4/8] afs: Remove unused struct and function prototype
  ` (subset) "
` [PATCH 5/8] afs: Fix possible infinite loop with unresponsive servers
  ` (subset) "
` [PATCH 6/8] afs: Fix the setting of the server responding flag
  ` (subset) "
` [PATCH 7/8] cifs: Fix reversion of the iter in cifs_readv_receive()
` [PATCH 8/8] cifs: Make the write_{enter,done,err} tracepoints display netfs info

[syzbot] [v9fs?] WARNING in p9_client_create (2)
 2024-09-26 14:55 UTC  (4+ messages)

[PATCH v2] netfs: Fix write oops in generic/346 (9p) and generic/074 (cifs)
 2024-09-26 13:58 UTC 

[PATCH v2 00/25] netfs: Read/write improvements
 2024-09-24  9:48 UTC  (3+ messages)
` [PATCH v2 15/25] netfs: Use new folio_queue data type and iterator instead of xarray iter

[PATCH] 9p: cap xattr max size to XATTR_SIZE_MAX
 2024-09-22 20:26 UTC  (3+ messages)

[syzbot] [v9fs?] KASAN: use-after-free Read in p9pdu_vwritef
 2024-09-21  8:17 UTC 

[syzbot] [v9fs?] kernel BUG in __iov_iter_get_pages_alloc
 2024-09-20 13:20 UTC 

Git clone fails in p9 file system marked with FANOTIFY
 2024-09-17  5:04 UTC  (2+ messages)
  ` [EXTERNAL] "

[syzbot] [v9fs?] BUG: corrupted list in p9_fd_cancelled (3)
 2024-09-14  4:00 UTC 

[PATCH] net/9p/usbg: fix CONFIG_USB_GADGET dependency
 2024-09-09 11:17 UTC 

[PATCH] tools: usb: p9_fwd: wrap USBG shell command examples in literal code blocks
 2024-09-08 20:54 UTC  (2+ messages)

[PATCH 6.10 181/184] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
 2024-09-05  9:41 UTC 

Patch "mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()" has been added to the 6.10-stable tree
 2024-09-05  6:46 UTC 

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-09-01 23:41 UTC  (10+ messages)
` [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/6] netfs, cifs: Fix handling of short DIO read
` [PATCH 3/6] cifs: Fix copy offload to flush destination region
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
  ` (subset) "
` [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
` [PATCH 6/6] netfs, cifs: Improve some debugging bits

[PATCH v12 0/3] usb: gadget: 9pfs transport
 2024-09-01 19:11 UTC  (4+ messages)
` [PATCH v12 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v12 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v12 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[syzbot] [v9fs?] WARNING in p9_client_create
 2024-08-31 18:54 UTC 

[PATCH v10 0/3] usb: gadget: 9pfs transport
 2024-08-30 15:15 UTC  (7+ messages)
` [PATCH v10 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v10 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v10 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH 6.10 083/273] 9p: Fix DIO read through netfs
 2024-08-29 13:57 UTC  (4+ messages)

[syzbot] Monthly v9fs report (Aug 2024)
 2024-08-29 13:20 UTC 

[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry
 2024-08-28 11:38 UTC  (14+ messages)
` [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()
` [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read
` [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 7/9] netfs, cifs: Fix handling of short DIO read
` [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 9/9] netfs, cifs: Improve some debugging bits
` [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker
` (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry

[PATCH v11 0/3] usb: gadget: 9pfs transport
 2024-08-27 20:51 UTC  (4+ messages)
` [PATCH v11 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v11 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v11 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH 3/3] Docs/filesystems/9p: Convert a goo.gl URL to original one
 2024-08-26 22:41 UTC  (4+ messages)

[PATCH v9 0/3] usb: gadget: 9pfs transport
 2024-08-26 21:49 UTC  (7+ messages)
` [PATCH v9 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v9 2/3] net/9p/usbg: Add new usb gadget function transport


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