Linux NFS development
 help / color / mirror / Atom feed
 messages from 2025-10-24 14:43:18 to 2025-10-30 14:20:02 UTC [more...]

[RFC PATCH] NFSD: Add a "file_sync" export option
 2025-10-30 14:20 UTC  (2+ messages)

[PATCH 1/1] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
 2025-10-30 13:33 UTC  (3+ messages)

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 13:22 UTC  (21+ messages)
` [PATCH v4 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v4 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v4 03/14] VFS: tidy up do_unlinkat()
` [PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v4 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v4 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v4 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v4 14/14] VFS: introduce end_creating_keep()

[PATCH 1/1] DIO: add NFSv4.2 READ_PLUS support for nfstest_dio
 2025-10-30 13:10 UTC  (4+ messages)
` READ_PLUS broken in Linux 6.12, worked in Linux 5.10! "

[PATCH] NFS: sysfs: fix leak when nfs_client kobject add fails
 2025-10-30 11:42 UTC  (2+ messages)

[PATCH v2 2/2] NFSv2/v3: Fix handling of O_DIRECTORY in nfs_atomic_open_v23()
 2025-10-30  0:10 UTC  (3+ messages)

[Bug report] xfstests generic/323 over NFS hit BUG: KASAN: slab-use-after-free in nfs_local_call_read on 6.18.0-rc1
 2025-10-29 23:19 UTC  (13+ messages)
      ` [v6.18-rcX PATCH 0/3] nfs/localio: fixes for recent misaligned DIO changes
      ` [v6.18-rcX PATCH 1/3] nfs/localio: remove unecessary ENOTBLK handling in DIO WRITE support
      ` [v6.18-rcX PATCH 2/3] nfs/localio: add refcounting for each iocb IO associated with NFS pgio header
      ` [v6.18-rcX PATCH 3/3] nfs/localio: backfill missing partial read support for misaligned DIO
      ` [v6.18-rcX PATCH 4/3] nfs/localio: Ensure DIO WRITE's IO on stable storage upon completion
        ` [v6.18-rcX PATCH 5/3] nfs/localio: do not issue misaligned DIO out-of-order

[Bug report][xfstests generic/751] hang on nfs writeback
 2025-10-29 20:50 UTC  (3+ messages)

[PATCH] NFSv4: ensure the open stateid seqid doesn't go backwards
 2025-10-29 19:31 UTC 

[PATCH v7 00/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-29 16:54 UTC  (85+ messages)
` [PATCH v7 01/14] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v7 02/14] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v7 03/14] NFSD: Refactor nfsd_vfs_write()
` [PATCH v7 04/14] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v7 05/14] NFSD: @stable for direct writes is always NFS_FILE_SYNC
` [PATCH v7 06/14] NFSD: Always set IOCB_SYNC in direct write path
` [PATCH v7 07/14] NFSD: Remove specific error handling
` [PATCH v7 08/14] NFSD: Remove alignment size checking
` [PATCH v7 09/14] NFSD: Remove the len_mask check
` [PATCH v7 10/14] NFSD: Clean up synopsis of nfsd_iov_iter_aligned_bvec()
` [PATCH v7 11/14] NFSD: Clean up struct nfsd_write_dio
` [PATCH v7 12/14] NFSD: Introduce struct nfsd_write_dio_seg
` [PATCH v7 13/14] NFSD: Clean up direct write fall back error flow
` [PATCH v7 14/14] NFSD: Initialize separate ki_flags

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:39 UTC  (10+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory

[PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
 2025-10-29 12:39 UTC  (5+ messages)
` [PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS

[PATCH] nfs: use nfs version 4.0, including the minorversion
 2025-10-29 11:55 UTC  (2+ messages)

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-29  8:55 UTC  (6+ messages)

[PATCH] xdrgen: handle _XdrString in union encoder/decoder
 2025-10-29  6:12 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/6] prepare for dynamic server thread management
 2025-10-28 22:36 UTC  (3+ messages)

[RFC PATCH] NFSD: Make FILE_SYNC WRITEs comply with spec
 2025-10-28 22:28 UTC  (3+ messages)

[PATCH v2 1/2] NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
 2025-10-28 22:21 UTC 

[GIT PULL] More NFSD fixes for v6.18-rc
 2025-10-28 21:50 UTC  (2+ messages)

[PATCH v2 1/2] NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
 2025-10-28 21:27 UTC  (2+ messages)
` [PATCH v2 2/2] NFSv2/v3: Fix handling of O_DIRECTORY "

[PATCH 1/2] NFSv2/v3: Fix error handling in nfs_atomic_open_v23()
 2025-10-28 21:13 UTC  (2+ messages)
` [PATCH 2/2] NFSv2/v3: Fix handling of O_DIRECTORY "

NFS client gets confused by two servers with the same serverid
 2025-10-28 16:41 UTC 

[PATCH v3 00/10] nfsd: assorted cleanups involving v4 special stateids
 2025-10-28  2:04 UTC  (24+ messages)
` [PATCH v3 01/10] nfsd: fix current-stateid handling after PUTFH etc
` [PATCH v3 02/10] nfsd: drop explicit tests for special stateids which would be invalid
  ` [PATCH v3a "
` [PATCH v3 03/10] nfsd: revise names of special stateid, and predicate functions
` [PATCH v3 04/10] nfsd: prepare XXX_current_stateid() functions to be non-static
` [PATCH v3 05/10] nfsd: discard CSTATE flags
` [PATCH v3 06/10] nfsd: move set_current_stateid and clear_current_stateid calls earlier
` [PATCH v3 07/10] nfsd: discard v4 ->op_get_currentstateid() function
` [PATCH v3 08/10] nfsd: discard ->op_set_currentstateid()
` [PATCH v3 09/10] nfsd: discard current_stateid.h
` [PATCH v3 10/10] nfsd: discard OP_CLEAR_STATEID

[PATCH AUTOSEL 6.17-5.4] NFS4: Fix state renewals missing after boot
 2025-10-28  0:39 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-5.15] NFS: check if suid/sgid was cleared after a write as needed
` [PATCH AUTOSEL 6.17-6.12] NFS4: Apply delay_retrans to async operations

[RFC PATCH 0/3] protect access to bc_serv
 2025-10-27 19:23 UTC  (4+ messages)
` [RFC PATCH 1/3] NFSv4.1: pass transport for callback shutdown
` [RFC PATCH 2/3] SUNRPC: protect access to rpc_xprt bc_serv
` [RFC PATCH 3/3] NFSv4.1: protect destroying and nullifying bc_serv structure

[PATCH v8 00/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-27 15:46 UTC  (13+ messages)
` [PATCH v8 01/12] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v8 02/12] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v8 03/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v8 04/12] NFSD: Remove specific error handling
` [PATCH v8 05/12] NFSD: Remove alignment size checking
` [PATCH v8 06/12] NFSD: Clean up struct nfsd_write_dio
` [PATCH v8 07/12] NFSD: Introduce struct nfsd_write_dio_seg
` [PATCH v8 08/12] NFSD: Simplify nfsd_iov_iter_aligned_bvec()
` [PATCH v8 09/12] NFSD: Handle both offset and memory alignment for direct I/O
` [PATCH v8 10/12] NFSD: Combine direct I/O feasibility check with iterator setup
` [PATCH v8 11/12] NFSD: Handle kiocb->ki_flags correctly
` [PATCH v8 12/12] NFSD: Refactor nfsd_vfs_write

[PATCH 1/1] gssd: protect kerberos ticket cache access
 2025-10-27 15:38 UTC 

[PATCH v1 1/3] xdrgen: Generalize/harden pathname construction
 2025-10-27 13:56 UTC  (3+ messages)
` [PATCH v1 2/3] xdrgen: Make the xdrgen script location-independent
` [PATCH v1 3/3] xdrgen: Fix the variable-length opaque field decoder template

[PATCH AUTOSEL 6.17-5.4] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
 2025-10-25 15:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-5.4] NFSv4.1: fix mount hang after CREATE_SESSION failure
` [PATCH AUTOSEL 6.17-5.4] NFSv4: handle ERR_GRACE on delegation recalls

[PATCH 00/32] ns: support file handles
 2025-10-24 22:31 UTC  (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls

[PATCH v6 0/5] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-24 18:30 UTC  (6+ messages)
` [PATCH v6 4/5] "


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