public inbox for v9fs@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-10 11:55:39 to 2026-04-02 21:58:26 UTC [more...]

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

[PATCH] 9p: fix access mode flags being ORed instead of replaced
 2026-04-02 10:10 UTC  (2+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-01 19:02 UTC  (8+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support
` [PATCH v6 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v6 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v6 4/4] mips/fcntl.h: "

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-30 13:57 UTC  (44+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request

[syzbot] [v9fs?] possible deadlock in p9_client_destroy
 2026-03-25  0:05 UTC 

[PATCH v4 0/4] 9p: Performance improvements for build workloads
 2026-03-24 19:43 UTC  (5+ messages)
` [PATCH v4 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v4 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v4 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v4 4/4] 9p: Enable symlink caching in page cache

[PATCH v3 0/2] 9p/trans_xen: fixes and parser cleanup
 2026-03-24 15:30 UTC  (3+ messages)
` [PATCH v3 1/2] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
` [PATCH v3 2/2] 9p/trans_xen: replace simple_strto* with kstrtouint

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-24  7:53 UTC  (9+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] 9p/trans_xen: make cleanup idempotent after dataring alloc errors
 2026-03-24  4:50 UTC  (6+ messages)
` [PATCH v2 0/4] net: replace deprecated simple_strto* parsers with kstrto*

[PATCH 00/11] net/9p/usbg: series of fixes
 2026-03-22 13:49 UTC  (13+ messages)
` [PATCH 01/11] net/9p/usbg: clear stale client pointer on close
` [PATCH 02/11] net/9p/usbg: also disable endpoints on p9_usbg_close
` [PATCH 03/11] net/9p/usbg: set client to Disconnected on usb9pfs_disable
` [PATCH 04/11] net/9p/usbg: always reset completion when disconnecting
` [PATCH 05/11] net/9p/usbg: only rely on one completion
` [PATCH 06/11] net/9p/usbg: add timeout for usbg_request
` [PATCH 07/11] net/9p/usbg: add extra interface for status change
` [PATCH 08/11] tools/usb/p9_fwd: catch if claim_interface is not working
` [PATCH 09/11] tools/usb/p9_fwd: catch write or read errors on disconnect
` [PATCH 10/11] tools/usb/p9_fwd: add daemon loop
` [PATCH 11/11] tools/usb/p9_fwd: set new introduced alt mode 1 on interface 1

[PATCH] 9p: don't ignore fatal signals during flush
 2026-03-22 13:32 UTC  (3+ messages)

[PATCH v2] 9p: document missing enum values in kernel-doc comments
 2026-03-20 14:45 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (105+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
  ` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

[PATCH] net: 9p: usbg: clear stale client pointer on close
 2026-03-19  9:22 UTC  (11+ messages)

[PATCH v5 0/4] OPENAT2_REGULAR flag support for openat2
 2026-03-16 17:22 UTC  (12+ messages)
` [PATCH v5 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH 3/3] 9p: document missing enum values in kernel-doc comments
 2026-03-15 15:46 UTC 

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 UTC  (3+ messages)


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