Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-12 21:14:14 to 2025-09-19 09:16:33 UTC [more...]

[PATCHES] finish_no_open() calling conventions change
 2025-09-19  9:16 UTC  (12+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
  ` [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open()
  ` [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl()
  ` [PATCH 4/9] simplify cifs_atomic_open()
  ` [PATCH 5/9] simplify vboxsf_dir_atomic_open()
  ` [PATCH 6/9] simplify nfs_atomic_open_v23()
  ` [PATCH 7/9] simplify fuse_atomic_open()
  ` [PATCH 8/9] simplify gfs2_atomic_open()
  ` [PATCH 9/9] slightly simplify nfs_atomic_open()

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-19  8:44 UTC  (12+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[Question] nfsd: possible reordering between nf->nf_file assignment and NFSD_FILE_PENDING clearing?
 2025-09-19  1:11 UTC  (3+ messages)

[PATCH] pynfs: fix nfs4server.py TypeError problem
 2025-09-19  0:31 UTC  (4+ messages)

[PATCH v10 0/7] NFS Direct: align misaligned DIO for LOCALIO
 2025-09-18 21:41 UTC  (22+ messages)
` [PATCH v10 1/7] nfs/localio: make trace_nfs_local_open_fh more useful
` [PATCH v10 2/7] nfs/localio: avoid issuing misaligned IO using O_DIRECT
` [PATCH v10 3/7] nfs/localio: refactor iocb and iov_iter_bvec initialization
` [PATCH v10 4/7] nfs/localio: refactor iocb initialization
` [PATCH v10 5/7] nfs/localio: add proper O_DIRECT support for READ and WRITE
` [PATCH v10 6/7] nfs/localio: add tracepoints for misaligned DIO READ and WRITE support
` [PATCH v10 7/7] NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN support

[PATCH v2 0/4] NFSD direct I/O read
 2025-09-18 19:01 UTC  (13+ messages)
` [PATCH v2 1/4] NFSD: Add array bounds-checking in nfsd_iter_read()
` [PATCH v2 2/4] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH v2 3/4] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH v2 4/4] NFSD: Implement NFSD_IO_DIRECT for NFS READ

[Question] nfsd: possible reordering between nf->nf_file assignment and NFSD_FILE_PENDING clearing?
 2025-09-18 13:57 UTC 

[RFC PATCH v3 0/9] NFSv4/flexfiles: Add support for striped layouts
 2025-09-18 13:33 UTC  (10+ messages)
` [RFC PATCH v3 1/9] NFSv4/flexfiles: Remove cred local variable dependency
` [RFC PATCH v3 2/9] NFSv4/flexfiles: Use ds_commit_idx when marking a write commit
` [RFC PATCH v3 3/9] NFSv4/flexfiles: Add data structure support for striped layouts
` [RFC PATCH v3 4/9] NFSv4/flexfiles: Update low level helper functions to be DS stripe aware
` [RFC PATCH v3 5/9] NFSv4/flexfiles: Read path updates for striped layouts
` [RFC PATCH v3 6/9] NFSv4/flexfiles: Commit "
` [RFC PATCH v3 7/9] NFSv4/flexfiles: Write "
` [RFC PATCH v3 8/9] NFSv4/flexfiles: Update layout stats & error paths "
` [RFC PATCH v3 9/9] NFSv4/flexfiles: Add support "

[PATCH v2 00/33] ns: support file handles
 2025-09-18 13:17 UTC  (52+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 11/33] net: use ns_common_init()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers
` [PATCH v2 27/33] nsfs: add current_in_namespace()
` [PATCH v2 28/33] nsfs: support file handles
` [PATCH v2 29/33] nsfs: support exhaustive "
` [PATCH v2 30/33] nsfs: add missing id retrieval support

linux-next: build failure after merge of the nfs-anna tree
 2025-09-18 12:35 UTC 

[PATCH 00/32] ns: support file handles
 2025-09-18  3:40 UTC  (7+ messages)
` [PATCH 27/32] nsfs: "

[PATCH 17/32] mnt: support iterator
 2025-09-18  0:46 UTC  (2+ messages)

[PATCH v2 2/4] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
 2025-09-17 23:10 UTC 

[RFC PATCH v2 0/9] NFSv4/flexfiles: Add support for striped layouts
 2025-09-17 20:48 UTC  (10+ messages)
` [RFC PATCH v2 1/9] NFSv4/flexfiles: Remove cred local variable dependency
` [RFC PATCH v2 2/9] NFSv4/flexfiles: Use ds_commit_idx when marking a write commit
` [RFC PATCH v2 3/9] NFSv4/flexfiles: Add data structure support for striped layouts
` [RFC PATCH v2 4/9] NFSv4/flexfiles: Update low level helper functions to be DS stripe aware
` [RFC PATCH v2 5/9] NFSv4/flexfiles: Read path updates for striped layouts
` [RFC PATCH v2 6/9] NFSv4/flexfiles: Commit "
` [RFC PATCH v2 7/9] NFSv4/flexfiles: Write "
` [RFC PATCH v2 8/9] NFSv4/flexfiles: Update layout stats & error paths "
` [RFC PATCH v2 9/9] NFSv4/flexfiles: Add support "

[PATCH v3 00/10] add support for name_to, open_by_handle_at() to io_uring
 2025-09-17 14:18 UTC  (9+ messages)
` [PATCH v3 02/10] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH v3 08/10] io_uring: add __io_open_prep() helper
` [PATCH v3 09/10] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
` [PATCH v3 10/10] xfs: add support for non-blocking fh_to_dentry()

[PATCH] fix cleanup_lockfiles function linkage in exportd
 2025-09-17 13:05 UTC  (2+ messages)

[PATCH v2] NFSD: Add array bounds-checking in nfsd_iter_read()
 2025-09-17 12:25 UTC  (5+ messages)

[PATCH v2 0/7] nvme-tcp: Support receiving KeyUpdate requests
 2025-09-17 10:56 UTC  (9+ messages)
` [PATCH v2 6/7] nvme-tcp: Support KeyUpdate

VFS: change ->atomic_open() calling to always have exclusive access
 2025-09-17  7:36 UTC  (7+ messages)
` [PATCH 1/2] NFS: remove d_drop()/d_alloc_paralle() from nfs_atomic_open()
` [PATCH 2/2] VFS: don't call ->atomic_open on cached negative without O_CREAT

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-16 18:37 UTC  (19+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
 2025-09-16 16:22 UTC 

[PATCH AUTOSEL 6.16] NFSv4.2: Protect copy offload and clone against 'eof page pollution'
 2025-09-16 13:58 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16] NFS: Protect "

[PATCH v2 0/4] address tls_alert_recv usage by NFS and NvME
 2025-09-16 11:28 UTC  (7+ messages)
` [PATCH v2 3/4] nvmet-tcp: fix handling of tls alerts

[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-16  1:55 UTC  (4+ messages)

[PATCH] NFSD: Impl multiple extents in block/scsi layoutget
 2025-09-15 21:12 UTC  (4+ messages)

[PATCH v9 0/7] NFS DIRECT: align misaligned DIO for LOCALIO
 2025-09-15 15:47 UTC  (9+ messages)
` [PATCH v9 1/7] nfs/localio: make trace_nfs_local_open_fh more useful
` [PATCH v9 2/7] nfs/localio: avoid issuing misaligned IO using O_DIRECT
` [PATCH v9 3/7] nfs/localio: refactor iocb and iov_iter_bvec initialization
` [PATCH v9 4/7] nfs/localio: refactor iocb initialization further
` SYNCFrom cb702c86aa12e5477e1e4aca0c1384a821f2afef Mon Sep 17 00:00:00 2001
  ` [PATCH v9 5/7] nfs/localio: add proper O_DIRECT support for READ and WRITE
` [PATCH v9 6/7] nfs/localio: add tracepoints for misaligned DIO READ and WRITE support
` [PATCH v9 7/7] NFS: add basic STATX_DIOALIGN and STATX_DIO_READ_ALIGN support

[PATCH] nfsdcld:fix potential PATH_MAX overflows in recovery dir handling
 2025-06-11 17:07 UTC 

Where Is Dirty Data Flushed During NFSv4 Delegation Recall?
 2025-09-15 11:23 UTC  (3+ messages)

[RFC PATCH] NFSD: Remove WARN_ON_ONCE in nfsd_iter_read()
 2025-09-14  0:34 UTC  (4+ messages)

[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-13  0:33 UTC  (4+ messages)

[PATCH v1 0/9] SUNRPC: Convert the scratch page into a scratch folio
 2025-09-12 21:14 UTC  (7+ messages)
` [PATCH v1 4/9] NFS: Update listxattr to use xdr_set_scratch_folio()
` [PATCH v1 5/9] NFS: Update the blocklayout "
` [PATCH v1 6/9] NFS: Update the filelayout "
` [PATCH v1 7/9] NFS: Update the flexfilelayout driver "
` [PATCH v1 8/9] SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()
` [PATCH v1 9/9] SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()


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 read-only IMAP folder(s) and NNTP newsgroup(s).