Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-07-01 02:14:10 to 2025-07-14 06:30:55 UTC [more...]

add a clientid mount option
 2025-07-14  6:30 UTC 

[PATCH] NFS: drop __exit from nfs_exit_keyring
 2025-07-14  6:24 UTC 

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-07-14  6:22 UTC  (2+ messages)

[PATCH 0/6 v2] nfs_localio: fixes for races and errors from older compilers
 2025-07-14  4:23 UTC  (16+ messages)
` [PATCH 6/6] nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer
  ` [RFC PATCH for 6.16-rcX] Revert "nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer"
    ` [for-6.16-final PATCH 0/9] NFSD/NFS/LOCALIO: stable fixes and revert 6.16 LOCALIO changes
      ` [for-6.16-final PATCH 1/9] Revert "NFSD: Clean up kdoc for nfsd_open_local_fh()"
      ` [for-6.16-final PATCH 2/9] Revert "nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointer"
      ` [for-6.16-final PATCH 3/9] Revert "nfs_localio: protect race between nfs_uuid_put() and nfs_close_local_fh()"
      ` [for-6.16-final PATCH 4/9] Revert "nfs_localio: duplicate nfs_close_local_fh()"
      ` [for-6.16-final PATCH 5/9] Revert "nfs_localio: simplify interface to nfsd for getting nfsd_file"
      ` [for-6.16-final PATCH 6/9] Revert "nfs_localio: always hold nfsd net ref with nfsd_file ref"
      ` [for-6.16-final PATCH 7/9] Revert "nfs_localio: use cmpxchg() to install new nfs_file_localio"
      ` [for-6.16-final PATCH 8/9] nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
      ` [for-6.16-final PATCH 9/9] nfs/localio: add localio_async_probe modparm

[PATCH] nfslocalio: use correct wait address in nfs_uuid_put()
 2025-07-14  3:56 UTC 

[PATCH] nfsd: Using guard() to simplify nfsd_cache_lookup()
 2025-07-13 23:33 UTC  (5+ messages)

[RFC PATCH] Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous"
 2025-07-13 17:50 UTC  (4+ messages)

[PATCH v3] pNFS/flexfiles: don't attempt pnfs on fatal DS errors
 2025-07-13 17:13 UTC  (3+ messages)

[PATCH] SUNRPC: Remove unused xdr functions
 2025-07-13  0:37 UTC  (5+ messages)

[PATCH 0/2] netfs: Fix use of fscache with ceph
 2025-07-12  5:25 UTC  (5+ messages)
` [PATCH 1/2] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache
` [PATCH 2/2] netfs: Fix race between cache write completion and ALL_QUEUED being set

[ANNOUNCE] ktls-utils 1.2.0
 2025-07-11 15:46 UTC 

[RFC PATCH v2 0/8] NFSD: support DIO
 2025-07-10 22:46 UTC  (27+ messages)
` [RFC PATCH v2 1/8] NFSD: Relocate the fh_want_write() and fh_drop_write() helpers
` [RFC PATCH v2 2/8] NFSD: Move the fh_getattr() helper
` [RFC PATCH v2 3/8] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [RFC PATCH v2 4/8] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec
` [RFC PATCH v2 5/8] NFSD: pass nfsd_file to nfsd_iter_read()
` [RFC PATCH v2 6/8] NFSD: add io_cache_read controls to debugfs interface
` [RFC PATCH v2 7/8] NFSD: add io_cache_write "
` [RFC PATCH v2 8/8] NFSD: issue READs using O_DIRECT even if IO is misaligned

Announcing the Fall 2025 NFS Bake-a-thon
 2025-07-10 16:39 UTC 

[PATCH 00/13] netfs, cifs: Fixes to retry-related code
 2025-07-10 16:31 UTC  (25+ messages)
` [PATCH 01/13] netfs: Fix hang due to missing case in final DIO read result collection
` [PATCH 02/13] netfs: Fix double put of request
` [PATCH 03/13] netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling
` [PATCH 04/13] netfs: Fix looping in wait functions
` [PATCH 05/13] netfs: Fix ref leak on inserted extra subreq in write retry
` [PATCH 06/13] smb: client: set missing retry flag in smb2_writev_callback()
` [PATCH 07/13] smb: client: set missing retry flag in cifs_readv_callback()
` [PATCH 08/13] smb: client: set missing retry flag in cifs_writev_callback()
` [PATCH 09/13] smb: client: fix warning when reconnecting channel
` [PATCH 10/13] netfs: Fix i_size updating
` [PATCH 11/13] netfs: Merge i_size update functions
` [PATCH 12/13] netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read
` [PATCH 13/13] netfs: Update tracepoints in a number of ways

support keyrings for NFS TLS mounts v2
 2025-07-10 13:14 UTC  (3+ messages)

[PATCH v3] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
 2025-07-10 10:42 UTC  (3+ messages)

[PATCH RFC 0/2] nfsd: issue POSIX_FADV_DONTNEED after READ/WRITE/COMMIT
 2025-07-10  8:00 UTC  (18+ messages)
` [PATCH RFC 1/2] sunrpc: delay pc_release callback until after sending a reply
` [PATCH RFC 2/2] nfsd: call generic_fadvise after v3 READ, stable WRITE or COMMIT

[RFC PATCH 0/6] NFS: LOCALIO improvements and support for misaligned O_DIRECT READs
 2025-07-10  7:32 UTC  (9+ messages)
` [RFC PATCH 1/6] nfs/localio: avoid bouncing LOCALIO if nfs_client_is_local()
` [RFC PATCH 2/6] nfs/localio: add localio_async_probe modparm
` [RFC PATCH 3/6] nfs/localio: make trace_nfs_local_open_fh more useful
` [RFC PATCH 4/6] nfs/localio: add nfsd_file_dio_alignment
` [RFC PATCH 5/6] nfs/localio: refactor iocb initialization
` [RFC PATCH 6/6] nfs/localio: fallback to NFSD for misaligned O_DIRECT READs

[PATCH 0/2] NFSD: Fix last write offset handling in layoutcommit
 2025-07-10  7:29 UTC  (8+ messages)
` [PATCH 1/2] NFSD: Minor cleanup in layoutcommit processing
` [PATCH 2/2] NFSD: Fix last write offset handling in layoutcommit

[PATCH v2] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
 2025-07-09 19:32 UTC  (2+ messages)

[PATCH 0/2] Fix loopback mounted filesystems on NFS
 2025-07-09 14:36 UTC  (14+ messages)
` [PATCH 1/2] workqueue: Add a helper to identify current workqueue
` [PATCH 2/2] NFS: Improve nfsiod workqueue detection for allocation flags
              ` [PATCH] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY

[PATCH] sunrpc: delay pc_release callback until after the reply is sent
 2025-07-08 22:05 UTC  (2+ messages)

subscribe
 2025-07-08 18:05 UTC 

[PATCH] NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
 2025-07-08 12:01 UTC 

[PATCH 00/13] Parallelizing filesystem writeback
 2025-07-07 15:47 UTC  (16+ messages)

[PATCH] nfs: fix the race of lock/unlock and open
 2025-07-06  8:22 UTC  (2+ messages)

[PATCH 0/2] nfsd: provide locking for v4_end_grace
 2025-07-06  5:56 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] nfsd: discard client_tracking_active and instead disable laundromat_work

[PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
 2025-07-04 19:49 UTC  (12+ messages)

[syzbot] Monthly nfs report (Jul 2025)
 2025-07-04 12:38 UTC 

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022 for testing, 2025-07-03 
 2025-07-04 10:14 UTC 

[PATCH 0/4] pNFS: Fix layoutcommit handling in block/scsi driver
 2025-07-03 13:18 UTC  (9+ messages)
` [PATCH 1/4] pNFS: Fix uninited ptr deref in block/scsi layout
` [PATCH 2/4] pNFS: Fix extent encoding "
` [PATCH 3/4] pNFS: Add prepare commit trace to "
` [PATCH 4/4] pNFS: Handle RPC size limit for layoutcommits

[PATCH] pNFS: Fix disk addr range check in block/scsi layout
 2025-07-03 13:07 UTC  (2+ messages)

[PATCH] pNFS: Fix stripe mapping in block/scsi layout
 2025-07-03 13:06 UTC  (2+ messages)

need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
 2025-07-03  0:12 UTC  (2+ messages)

[RFC PATCH 0/2] Relocate fh_getattr()
 2025-07-02 23:33 UTC  (3+ messages)
` [RFC PATCH 1/2] NFSD: Relocate the fh_want_write() and fh_drop_write() helpers
` [RFC PATCH 2/2] NFSD: Move the fh_getattr() helper

[PATCH RFT v2] nfsd: provide locking for v4_end_grace
 2025-07-02 23:26 UTC  (7+ messages)

[PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
 2025-07-02 22:50 UTC  (2+ messages)

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-07-02 21:47 UTC  (11+ messages)

[syzbot] [nfs?] [net?] possible deadlock in rpc_close_pipes
 2025-07-02 17:41 UTC 

[GIT PULL] Please Pull NFS Client Bugfixes for Linux 6.16-rc5
 2025-07-02 17:06 UTC  (2+ messages)

[PATCH v2] NFSv4: prevent integer overflow while calling nfs4_set_lease_period()
 2025-07-02 16:47 UTC  (2+ messages)

[PATCH RFT] nfsd: provide locking for v4_end_grace
 2025-07-01 10:39 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