linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-30 05:12:25 to 2024-09-05 15:31:22 UTC [more...]

[PATCH 5.10.y 00/19] Backport "make svc_stat per-net instead of global"
 2024-09-05 15:30 UTC  (6+ messages)
` [PATCH 5.10.y 01/19] nfsd: move reply cache initialization into nfsd startup
` [PATCH 5.10.y 02/19] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net
` [PATCH 5.10.y 03/19] NFSD: Refactor nfsd_reply_cache_free_locked()
` [PATCH 5.10.y 04/19] NFSD: Rename nfsd_reply_cache_alloc()
` [PATCH 5.10.y 05/19] NFSD: Replace nfsd_prune_bucket()

[PATCH v15 00/26] nfs/nfsd: add support for LOCALIO
 2024-09-05 14:21 UTC  (48+ messages)
` [PATCH v15 01/26] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v15 02/26] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v15 03/26] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v15 04/26] NFSD: Handle @rqstp == NULL in check_nfsd_access()
` [PATCH v15 05/26] NFSD: Refactor nfsd_setuser_and_check_port()
` [PATCH v15 06/26] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
` [PATCH v15 07/26] NFSD: Short-circuit fh_verify tracepoints for LOCALIO
` [PATCH v15 08/26] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v15 09/26] nfsd: add nfsd_file_acquire_local()
` [PATCH v15 10/26] nfsd: add nfsd_serv_try_get and nfsd_serv_put
` [PATCH v15 11/26] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v15 12/26] SUNRPC: add svcauth_map_clnt_to_svc_cred_local
` [PATCH v15 13/26] SUNRPC: replace program list with program array
` [PATCH v15 14/26] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v15 15/26] nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO
` [PATCH v15 16/26] nfsd: add LOCALIO support
` [PATCH v15 17/26] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v15 18/26] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
` [PATCH v15 19/26] nfs: add LOCALIO support
` [PATCH v15 20/26] nfs: enable localio for non-pNFS IO
` [PATCH v15 21/26] pnfs/flexfiles: enable localio support
` [PATCH v15 22/26] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v15 23/26] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v15 24/26] nfs: add Documentation/filesystems/nfs/localio.rst
` [PATCH v15 25/26] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst
` [PATCH v15 26/26] nfs: add "NFS Client and Server Interlock" section to localio.rst

[PATCH v4 00/11] nfsd: implement the "delstid" draft
 2024-09-05 12:41 UTC  (12+ messages)
` [PATCH v4 01/11] nfsd: fix initial getattr on write delegation
` [PATCH v4 02/11] nfsd: drop the ncf_cb_bmap field
` [PATCH v4 03/11] nfsd: don't request change attr in CB_GETATTR once file is modified
` [PATCH v4 04/11] nfsd: drop the nfsd4_fattr_args "size" field
` [PATCH v4 05/11] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer
` [PATCH v4 06/11] nfs_common: make include/linux/nfs4.h include generated nfs4.h
` [PATCH v4 07/11] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v4 08/11] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH v4 09/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v4 10/11] nfsd: add support for delegated timestamps
` [PATCH v4 11/11] nfsd: handle delegated timestamps in SETATTR

CAP_DELEGTIME question
 2024-09-05 12:32 UTC 

[PATCH 6.10 181/184] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
 2024-09-05  9:41 UTC 

[PATCH v3 00/13] nfsd: implement the "delstid" draft
 2024-09-05  1:44 UTC  (16+ messages)
` [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field
` [PATCH v3 08/13] nfs_common: make nfs4.h include generated nfs4_1.h
` [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime

Any idea how best to handle potentially large POSIX ACLs for getfacl?
 2024-09-05  1:43 UTC  (7+ messages)

[PATCH] nfsd: return -EINVAL when namelen is 0
 2024-09-05  1:25 UTC  (9+ messages)

How big can an array be on a kernel stack?
 2024-09-04 20:17 UTC  (3+ messages)

[PATCH] nfs: fix memory leak in error path of nfs4_do_reclaim
 2024-09-04 20:15 UTC  (3+ messages)

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-04 19:48 UTC  (28+ messages)
` [PATCH RESEND v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RESEND v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
` [PATCH xfstests v1 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v1 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields
  ` [PATCH xfstests v2 2/2] open_by_handle: add tests for u64 mount ID
` [PATCH xfstests v3 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v3 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly
` [PATCH xfstests v4 1/2] open_by_handle: verify u32 and u64 mount IDs
  ` [PATCH xfstests v4 2/2] generic/756: test name_to_handle_at(AT_HANDLE_MNT_ID_UNIQUE) explicitly

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-04 19:45 UTC  (19+ messages)
  ` [PATCH v2 -next 01/15] mm: vmstat: move sysctls to "
  ` [PATCH v2 -next 02/15] mm: filemap: move sysctl to its own file
  ` [PATCH v2 -next 03/15] mm: swap: "
  ` [PATCH v2 -next 04/15] mm: vmscan: move vmscan sysctls "
  ` [PATCH v2 -next 05/15] mm: util: move sysctls into it own files
  ` [PATCH v2 -next 06/15] mm: mmap: move sysctl into its own file
  ` [PATCH v2 -next 07/15] security: min_addr: "
  ` [PATCH v2 -next 08/15] mm: nommu: move sysctl to "
  ` [PATCH v2 -next 09/15] fs: fs-writeback: "
  ` [PATCH v2 -next 10/15] fs: drop_caches: "
  ` [PATCH v2 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
  ` [PATCH v2 -next 12/15] fs: dcache: move the sysctl into its own file
  ` [PATCH v2 -next 13/15] x86: vdso: "
  ` [PATCH v2 -next 14/15] sh: "
  ` [PATCH v2 -next 15/15] sysctl: remove unneeded include

Fw: [Bug 219228] New: KVM guest boot up with call trace with mounted image due to NFS server connection is not stable
 2024-09-04 19:32 UTC  (2+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
 2024-09-04 14:36 UTC  (5+ messages)

[xfstests PATCH] generic/362: skip test on NFS mount
 2024-09-04 13:55 UTC  (2+ messages)

[RFC PATCH] NFS: Fix missing files in `ls` command output
 2024-09-03 13:48 UTC  (9+ messages)

IPV6 localhost (::1) in /etc/exports?
 2024-09-03 11:16 UTC 

[PATCH net-next v17 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-09-02 12:03 UTC 

[PATCH 1/2] Add test for per-NS NFS client statistics
 2024-09-02 11:51 UTC  (3+ messages)
      ` [PATCH 2/2] nfsstat01: Check that RPC stats don't leak between net namespaces

[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-02 11:17 UTC  (7+ messages)
  ` [PATCH -next 12/15] fs: dcache: move the sysctl into its own file

[PATCH] SUNRPC: clnt.c: Remove misleading comment
 2024-09-02  9:32 UTC 

[PATCH 0/2] nfsd: improvements for wake_up_bit/var
 2024-09-02  0:51 UTC  (8+ messages)
` [PATCH 1/2] nfsd: use clear_and_wake_up_bit()
` [PATCH 2/2] nfsd: avoid races with wake_up_var()

[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes
 2024-09-01 23:41 UTC  (4+ messages)
` [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()
  ` (subset) "

[RESEND PATCH] nfs: Remove unnecessary NULL check before kfree()
 2024-09-01 16:19 UTC 

[PATCH rpcbind 1/1] rpcb_prot.x: Update _PATH_RPCBINDSOCK
 2024-09-01 12:06 UTC 

[GIT PULL] one more NFSD fix for v6.11-rc
 2024-08-31 19:14 UTC  (2+ messages)

[PATCH rpcbind 0/4] Update systemd/rpcbind.service.in
 2024-08-31 17:56 UTC  (6+ messages)
` [RFC][PATCH rpcbind 4/4] systemd/rpcbind.service.in: Want/After systemd-tmpfiles-setup

[PATCH] Move rpbind's default configuration to /run verses /var/run
 2024-08-31 17:55 UTC  (2+ messages)

[PATCH rpcbind 1/1] Move rpcbind.lock to /run
 2024-08-31 17:55 UTC  (2+ messages)

[PATCH libtirpc 1/1] Move rpcbind.sock to /run
 2024-08-31 17:53 UTC  (2+ messages)

[PATCH v2] nfs: protect nfs41_impl_id by rcu
 2024-08-31  2:07 UTC  (3+ messages)

[RFC PATCH 0/7] Possible NFSD COPY clean-ups
 2024-08-30 19:31 UTC  (2+ messages)

[PATCH nfsd-fixes] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
 2024-08-30 14:46 UTC  (2+ messages)

[PATCH net-next v1] sunrpc: xprtrdma: Use ERR_CAST() to return
 2024-08-30 14:33 UTC  (2+ messages)

[PATCH v14-plus 00/25] Address netns refcount issues for localio
 2024-08-30 13:56 UTC  (3+ messages)

[PATCH v3 01/13] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
 2024-08-30 13:54 UTC  (3+ messages)

[PATCH net-next v1] sunrpc: Use ERR_CAST() to return
 2024-08-30 13:39 UTC  (3+ messages)

[PATCH net-next v16 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-30 11:18 UTC 

[PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces
 2024-08-30  6:02 UTC  (6+ messages)

[PATCH v14 00/25] nfs/nfsd: add support for LOCALIO
 2024-08-30  5:56 UTC  (4+ messages)
` [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces


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 NNTP newsgroup(s).