messages from 2024-05-13 09:00:02 to 2024-08-14 20:40:24 UTC [more...]
[PATCH v2 00/25] netfs: Read/write improvements
2024-08-14 20:38 UTC (11+ 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 v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
2024-08-12 13:01 UTC (11+ messages)
` [PATCH v5 14/40] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v5 40/40] 9p: Use netfslib read/write_iter
[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 (31+ messages)
` [PATCH 01/24] fs/netfs/fscache_cookie: add missing "n_accesses" check
` [PATCH 02/24] cachefiles: Fix non-taking of sb_writers around set/removexattr
` [PATCH 03/24] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 04/24] netfs: Record contention stats for writeback lock
` [PATCH 05/24] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 06/24] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 07/24] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 08/24] netfs: Reserve netfs_sreq_source 0 as unset/unknown
` [PATCH 09/24] netfs: Remove NETFS_COPY_TO_CACHE
` [PATCH 10/24] netfs: Set the request work function upon allocation
` [PATCH 11/24] netfs: Use bh-disabling spinlocks for rreq->lock
` [PATCH 12/24] mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of folios
` [PATCH 13/24] cifs: Provide the capability to extract from ITER_FOLIOQ to RDMA SGEs
` [PATCH 14/24] netfs: Use new folio_queue data type and iterator instead of xarray iter
` [PATCH 15/24] netfs: Provide an iterator-reset function
` [PATCH 16/24] netfs: Simplify the writeback code
` [PATCH 17/24] afs: Make read subreqs async
` [PATCH 18/24] netfs: Speed up buffered reading
` [PATCH 19/24] netfs: Remove fs/netfs/io.c
` [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
[PATCH] Documentation/fs/9p: Expand goo.gl link
2024-07-25 20:31 UTC (2+ messages)
9p goo.gl link
2024-07-25 15:10 UTC (3+ messages)
[PATCH] net/9p: Fix uaf / refcnt underflow for req object in virtio
2024-07-22 19:49 UTC (5+ messages)
[PATCH v7 0/3] usb: gadget: 9pfs transport
2024-07-22 8:49 UTC (6+ messages)
` [PATCH v7 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v7 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v7 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[syzbot] [net?] [v9fs?] WARNING: refcount bug in p9_req_put (3)
2024-07-22 6:14 UTC (2+ messages)
` [syzbot] "
[PATCH v8 0/3] usb: gadget: 9pfs transport
2024-07-22 2:10 UTC (5+ messages)
` [PATCH v8 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v8 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v8 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[PATCH] vfs: handle __wait_on_freeing_inode() and evict() race
2024-07-19 14:28 UTC (6+ messages)
hangs after merge window changes
2024-07-18 12:29 UTC (14+ messages)
[PATCH v6 0/3] usb: gadget: 9pfs transport
2024-07-17 21:03 UTC (8+ messages)
` [PATCH v6 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v6 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v6 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[PATCH] 9p: Fix O_NONBLOCK read behaviour in P9L_DIRECT mode
2024-07-11 13:19 UTC
[PATCH 6.9 221/222] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-07-02 17:04 UTC (2+ messages)
` [PATCH 6.9 222/222] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
[PATCH] netfs: Fix netfs_page_mkwrite() to flush conflicting data, not wait
2024-06-26 12:20 UTC (2+ messages)
[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
2024-06-26 12:19 UTC (6+ messages)
` [PATCH v2] "
[PATCH 00/17] netfs, cifs: Miscellaneous fixes and read/write improvements
2024-06-20 20:49 UTC (22+ messages)
` [PATCH 01/17] netfs: Fix io_uring based write-through
` [PATCH 02/17] netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode
` [PATCH 03/17] netfs: Fix early issue of write op on partial write to folio tail
` [PATCH 04/17] netfs: Adjust labels in /proc/fs/netfs/stats
` [PATCH 05/17] netfs: Record contention stats for writeback lock
` [PATCH 06/17] 9p: Enable multipage folios
` [PATCH 07/17] netfs: Reduce number of conditional branches in netfs_perform_write()
` [PATCH 08/17] netfs: Delete some xarray-wangling functions that aren't used
` [PATCH 09/17] cifs: Defer read completion
` [PATCH v2 "
` [PATCH 10/17] cifs: Only pick a channel once per read request
` [PATCH 11/17] cifs: Move the 'pid' from the subreq to the req
` [PATCH 12/17] netfs: Move max_len/max_nr_segs from netfs_io_subrequest to netfs_io_stream
` [PATCH 13/17] mm: Define struct sheaf and ITER_SHEAF to handle a sequence of folios
` [PATCH 14/17] netfs: Use new sheaf data type and iterator instead of xarray iter
` [PATCH 15/17] netfs: Simplify the writeback code
` [PATCH 16/17] afs: Make read subreqs async
` [PATCH 17/17] netfs: Speed up buffered reading
[PATCH 6.9 276/374] netfs: Fix setting of BDP_ASYNC from iocb flags
2024-06-06 14:04 UTC
[PATCH v5 0/3] usb: gadget: 9pfs transport
2024-06-05 13:37 UTC (9+ messages)
` [PATCH v5 1/3] usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
` [PATCH v5 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v5 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[GIT PULL] 9p fixes for 6.10-rc2
2024-05-29 17:11 UTC (2+ messages)
[PATCH v4 0/3] usb: gadget: 9pfs transport
2024-05-28 5:21 UTC (12+ messages)
` [PATCH v4 2/3] net/9p/usbg: Add new usb gadget function transport
` [PATCH v4 3/3] tools: usb: p9_fwd: add usb gadget packet forwarder script
[PATCH v3] netfs, 9p: Fix race between umount and async request completion
2024-05-27 11:09 UTC (2+ messages)
[PATCH] 9p: v9fs_fid_find: also lookup by inode if not found dentry
2024-05-26 8:43 UTC (5+ messages)
` [PATCH v2] "
[PATCH] netfs: Fix setting of BDP_ASYNC from iocb flags
2024-05-24 15:33 UTC (8+ messages)
[PATCH v2] netfs: Fix io_uring based write-through
2024-05-24 15:32 UTC (3+ messages)
[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_fd_request
2024-05-23 21:06 UTC (2+ messages)
multiqueue
2024-05-23 16:02 UTC
[PATCH v2] netfs, 9p: Fix race between umount and async request completion
2024-05-23 15:25 UTC
[PATCH] 9p: add missing locking around taking dentry fid list
2024-05-23 11:38 UTC (7+ messages)
[PATCH] 9p: Enable multipage folios
2024-05-22 21:12 UTC
[syzbot] [v9fs?] KASAN: slab-use-after-free Write in v9fs_free_request
2024-05-22 21:09 UTC (6+ messages)
[PATCH] netfs: Fix AIO error handling when doing write-through
2024-05-21 14:16 UTC (2+ messages)
[PATCH] netfs: Fix io_uring based write-through
2024-05-21 14:15 UTC (2+ messages)
[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_fid_destroy
2024-05-17 11:31 UTC (2+ messages)
[syzbot] [v9fs?] KASAN: slab-use-after-free Read in p9_client_destroy
2024-05-16 12:12 UTC (3+ messages)
[PATCH net v2] net/9p: fix uninit-value in p9_client_rpc()
2024-05-16 12:06 UTC (4+ messages)
[syzbot] [v9fs?] KASAN: slab-use-after-free Write in v9fs_free_request
2024-05-13 11:50 UTC
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