Linux 9p file system development
 help / color / mirror / Atom feed
 messages from 2024-07-29 16:22:51 to 2024-09-30 20:10:14 UTC [more...]

[PATCH] iov_iter: fix advancing slot in iter_folioq_get_pages()
 2024-09-30 20:10 UTC  (3+ messages)

[PATCH v2 00/25] netfs: Read/write improvements
 2024-09-30 19:00 UTC  (50+ 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

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

[PATCH] net/9p/usbg: Fix build error
 2024-09-30  8:15 UTC 

[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 

VFS regression with 9pfs ("Lookup would have caused loop")
 2024-09-23 10:05 UTC 

[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  (8+ 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
` [PATCH v9 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH 0/5] netfs, cifs: Further fixes
 2024-08-23 16:19 UTC  (7+ messages)
` [PATCH 1/5] cifs: Fix FALLOC_FL_PUNCH_HOLE support
` [PATCH 2/5] netfs, cifs: Improve some debugging bits
` [PATCH 3/5] netfs: Fix missing iterator reset on retry of short read
` [PATCH 4/5] cifs: Fix short read handling
` [PATCH 5/5] cifs: Fix credit handling
` Samba llseek bug

[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes
 2024-08-23 12:39 UTC  (4+ messages)
` [PATCH 1/2] cifs: Fix lack of credit renegotiation on read retry
` [PATCH 2/2] netfs, cifs: Fix handling of short DIO read

[PATCH v7 0/3] usb: gadget: 9pfs transport
 2024-08-23  7:37 UTC  (4+ messages)
` [PATCH v7 2/3] net/9p/usbg: Add new usb gadget function transport

[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 v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
 2024-08-12 13:01 UTC  (4+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers

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

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

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

[PATCH] 9p: Avoid creating multiple slab caches with the same name
 2024-08-07  9:47 UTC 

[syzbot] [v9fs?] WARNING in v9fs_begin_writeback
 2024-08-06  9:45 UTC 

[PATCH 00/24] netfs: Read/write improvements
 2024-08-02 14:44 UTC  (15+ messages)
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 18/24] netfs: Speed up buffered reading
` [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


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