Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-31 14:51:44 to 2025-11-05 14:53:34 UTC [more...]

NFSv4 server sets/gets FATTR4_HIDDEN, FATTR4_SYSTEM, FATTR4_ARCHIVE attributes from Linux "user.DOSATTRIB"?
 2025-11-05 14:53 UTC  (2+ messages)

[PATCH v9 00/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-11-05 14:48 UTC  (36+ messages)
` [PATCH v9 01/12] NFSD: Make FILE_SYNC WRITEs comply with spec
` [PATCH v9 02/12] NFSD: Enable return of an updated stable_how to NFS clients
` [PATCH v9 03/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
` [PATCH v9 04/12] NFSD: Remove specific error handling
` [PATCH v9 05/12] NFSD: Remove alignment size checking
` [PATCH v9 06/12] NFSD: Clean up struct nfsd_write_dio
` [PATCH v9 07/12] NFSD: Introduce struct nfsd_write_dio_seg
` [PATCH v9 08/12] NFSD: Simplify nfsd_iov_iter_aligned_bvec()
` [PATCH v9 09/12] NFSD: Combine direct I/O feasibility check with iterator setup
` [PATCH v9 10/12] NFSD: Handle kiocb->ki_flags correctly
` [PATCH v9 11/12] NFSD: Refactor nfsd_vfs_write
` [PATCH v9 12/12] NFSD: add Documentation/filesystems/nfs/nfsd-io-modes.rst

Compile Error fs/nfsd/nfs4state.o - clamp() low limit slotsize greater than high limit total_avail/scale_factor
 2025-11-05 14:29 UTC  (6+ messages)

[PATCH] NFSD: Prevent a NULL pointer dereference in fh_getattr()
 2025-11-05 14:23 UTC  (5+ messages)

[PATCH v2 0/2] NFSD: Fix problem with nfsd4_scsi_fence_client
 2025-11-05 13:21 UTC  (4+ messages)
` [PATCH v2 1/2] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
` [PATCH v2 2/2] NFSD: Add trace point for SCSI fencing operation

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-05 12:19 UTC  (27+ messages)
` [PATCH v4 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v4 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v4 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v4 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v4 07/17] vfs: allow rmdir "
` [PATCH v4 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v4 09/17] vfs: add struct createdata for passing arguments to vfs_create()
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v4 11/17] vfs: make vfs_mknod "
` [PATCH v4 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v4 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v4 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v4 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v4 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v4 17/17] vfs: expose delegation support to userland

[PATCH 0/3] NFSD: additional NFSD Direct changes
 2025-11-05  6:19 UTC  (10+ messages)
` [PATCH 1/3] nfsd: avoid using DONTCACHE for misaligned DIO's buffered IO fallback
  ` [PATCH v2 "
  ` [PATCH v3 1/3] NFSD: avoid DONTCACHE for misaligned ends of misaligned DIO WRITE
` [PATCH 2/3] NFSD: add new NFSD_IO_DIRECT variants that may override stable_how
` [PATCH 3/3] NFSD: update Documentation/filesystems/nfs/nfsd-io-modes.rst

[syzbot] [nfs?] [netfs?] INFO: task hung in anon_pipe_write
 2025-11-05  5:48 UTC 

[PATCH v4 0/4] protect access to bc_serv
 2025-11-04 22:29 UTC  (5+ messages)
` [PATCH v4 1/4] NFSv4.1: pass transport for callback shutdown
` [PATCH v4 2/4] SUNRPC: cleanup common code in backchannel request
` [PATCH v4 3/4] SUNRPC: new helper function for stopping backchannel server
` [PATCH v4 4/4] NFSv4.1: protect destroying and nullifying bc_serv structure

[PATCH v3 0/4] protect access to bc_serv
 2025-11-04 20:45 UTC  (8+ messages)
` [PATCH v3 1/4] NFSv4.1: pass transport for callback shutdown
` [PATCH v3 2/4] SUNRPC: cleanup common code in backchannel request
` [PATCH v3 3/4] SUNRPC: new helper function for stopping backchannel server
` [PATCH v3 4/4] NFSv4.1: protect destroying and nullifying bc_serv structure

[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-11-04 18:02 UTC  (9+ messages)
      ` [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
              ` [v6.18-rcX PATCH v2] "

RFC: NFSD administrative interface to prevent offering NFSv4 delegation
 2025-11-04 15:54 UTC 

[PATCH 0/5] NFS: Client Side Directory Delegations
 2025-11-04 15:06 UTC  (6+ messages)
` [PATCH 1/5] NFS: Add support for sending GDD_GETATTR
` [PATCH 2/5] NFS: Request a directory delegation on ACCESS, CREATE, and UNLINK
` [PATCH 3/5] NFS: Request a directory delegation during RENAME
` [PATCH 4/5] NFS: Shortcut lookup revalidations if we have a directory delegation
` [PATCH 5/5] NFS: Add a module option to disable directory delegations

[PATCH 0/3] NFSD: Fix problem with nfsd4_scsi_fence_client
 2025-11-04 14:05 UTC  (21+ messages)
` [PATCH 1/3] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
` [PATCH 2/3] NFSD: Do not fence the client on NFS4ERR_RETRY_UNCACHED_REP error
` [PATCH 3/3] NFSD: Add trace point for SCSI fencing operation

[PATCH v2] svcrdma: Increase the server's default RPC/RDMA credit grant
 2025-11-04 13:10 UTC 

[PATCH 00/16] credentials guards: the easy cases
 2025-11-04 11:40 UTC  (23+ messages)
` [PATCH 01/16] cred: add {scoped_}with_creds() guards
` [PATCH 02/16] aio: use credential guards
` [PATCH 03/16] backing-file: use credential guards for reads
` [PATCH 04/16] backing-file: use credential guards for writes
` [PATCH 05/16] backing-file: use credential guards for splice read
` [PATCH 06/16] backing-file: use credential guards for splice write
` [PATCH 07/16] backing-file: use credential guards for mmap
` [PATCH 08/16] binfmt_misc: use credential guards
` [PATCH 09/16] erofs: "
` [PATCH 10/16] nfs: use credential guards in nfs_local_call_read()
` [PATCH 11/16] nfs: use credential guards in nfs_local_call_write()
` [PATCH 12/16] nfs: use credential guards in nfs_idmap_get_key()
` [PATCH 13/16] smb: use credential guards in cifs_get_spnego_key()
` [PATCH 14/16] act: use credential guards in acct_write_process()
` [PATCH 15/16] cgroup: use credential guards in cgroup_attach_permissions()
` [PATCH 16/16] net/dns_resolver: use credential guards in dns_query()

Requesting a client side feature to enable/disable serialization of open/close in NFSv4 clients
 2025-11-04  5:48 UTC 

[PATCH] nfs-utils: Do not drop privileges if running as non-root user
 2025-11-04  4:34 UTC 

[PATCH v2 1/1] NFSD: don't start nfsd if sv_permsocks is empty
 2025-11-04  1:50 UTC  (4+ messages)

[PATCH v2 0/3] protect access to bc_serv
 2025-11-03 19:49 UTC  (5+ messages)
` [PATCH v2 2/3] SUNRPC: protect access to rpc_xprt bc_serv
` [PATCH v2 3/3] NFSv4.1: protect destroying and nullifying bc_serv structure

[RFC PATCH 1/1] lockd: prevent UAF in nlm4svc_proc_test in reexport NLM
 2025-11-03 18:23 UTC  (13+ messages)

[PATCH 00/12] credential guards: credential preparation
 2025-11-03 16:10 UTC  (15+ messages)
` [PATCH 01/12] cred: add prepare credential guard
` [PATCH 02/12] sev-dev: use guard for path
` [PATCH 03/12] sev-dev: use prepare credential guard
` [PATCH 04/12] sev-dev: use override credential guards
` [PATCH 05/12] coredump: move revert_cred() before coredump_cleanup()
` [PATCH 06/12] coredump: pass struct linux_binfmt as const
` [PATCH 07/12] coredump: mark struct mm_struct "
` [PATCH 08/12] coredump: split out do_coredump() from vfs_coredump()
` [PATCH 09/12] coredump: use prepare credential guard
` [PATCH 10/12] coredump: use override "
` [PATCH 11/12] trace: use prepare "
` [PATCH 12/12] trace: use override "

[PATCH v2] NFSv4: ensure the open stateid seqid doesn't go backwards
 2025-11-03 15:53 UTC  (2+ messages)

[PATCH 1/1] NFSD: don't start nfsd if sv_permsocks is empty
 2025-11-02 22:11 UTC  (8+ messages)

[PATCH v4 00/10] nfsd: assorted cleanups involving v4 special stateids
 2025-11-02  8:56 UTC  (13+ messages)
` [PATCH v4 01/10] nfsd: drop explicit tests for special stateids which would be invalid
` [PATCH v4 04/10] nfsd: clear fh_foreign in fh_put()
` [PATCH v4 06/10] nfsd: change bools in svc_fh it single-bits
` [PATCH v4 10/10] nfsd: conditionally clear seqid when current_stateid is used

(no subject)
 2025-11-01 18:25 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Fix problem with nfsd4_scsi_fence_client using the wrong reservation type
` [PATCH 2/3] NFSD: Do not fence the client on NFS4ERR_RETRY_UNCACHED_REP error
` [PATCH 3/3] NFSD: Add trace point for SCSI fencing operation

[PATCH] NFSv4: ensure the open stateid seqid doesn't go backwards
 2025-10-31 16:33 UTC  (4+ messages)

[PATCH v8 00/12] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE
 2025-10-31 16:07 UTC  (5+ messages)
` [PATCH v8 09/12] NFSD: Handle both offset and memory alignment for direct I/O

[PATCH] NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()
 2025-10-31 14:51 UTC 


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).