Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-29 13:03:39 to 2024-09-03 03:31:33 UTC [more...]

[PATCH v2 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-09-03  3:30 UTC  (13+ 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

[xfstests PATCH] generic/362: skip test on NFS mount
 2024-09-03  2:18 UTC 

Any idea how best to handle potentially large POSIX ACLs for getfacl?
 2024-09-03  0:16 UTC  (5+ messages)

[RFC PATCH] NFS: Fix missing files in `ls` command output
 2024-09-02 18:27 UTC  (7+ messages)

[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-09-02 17:21 UTC  (13+ 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 v3 00/13] nfsd: implement the "delstid" draft
 2024-09-02 13:22 UTC  (26+ messages)
` [PATCH v3 01/13] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
` [PATCH v3 02/13] nfsd: untangle code in nfsd4_deleg_getattr_conflict()
` [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field
` [PATCH v3 04/13] nfsd: drop the nfsd4_fattr_args "size" field
` [PATCH v3 05/13] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer
` [PATCH v3 06/13] nfsd: add pragma public to delegated timestamp types
` [PATCH v3 07/13] nfsd: fix reported change attr on a write delegation
` [PATCH v3 08/13] nfs_common: make nfs4.h include generated nfs4_1.h
` [PATCH v3 09/13] nfsd: add support for FATTR4_OPEN_ARGUMENTS
` [PATCH v3 10/13] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v3 12/13] nfsd: add support for delegated timestamps
` [PATCH v3 13/13] nfsd: handle delegated timestamps in SETATTR

[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 

[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
 2024-09-02  1:57 UTC  (3+ messages)

[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 v15 00/26] nfs/nfsd: add support for LOCALIO
 2024-09-01 23:52 UTC  (31+ 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 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  (5+ messages)
` [RFC PATCH 6/7] NFSD: Document callback stateid laundering

[PATCH nfsd-fixes] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
 2024-08-30 14:46 UTC  (3+ 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  (10+ messages)
` [PATCH 14/25] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces
` [PATCH 16/25] nfsd: add localio support
` [PATCH 17/25] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH 19/25] nfs: add localio support
` [PATCH 23/25] nfs: implement client support for NFS_LOCALIO_PROGRAM

[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 00/25] nfs/nfsd: add support for LOCALIO
 2024-08-30  6:02 UTC  (64+ messages)
` [PATCH v14 01/25] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
` [PATCH v14 02/25] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
` [PATCH v14 03/25] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v14 04/25] NFSD: Handle @rqstp == NULL in check_nfsd_access()
` [PATCH v14 05/25] NFSD: Refactor nfsd_setuser_and_check_port()
` [PATCH v14 06/25] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
  ` [PATCH v14.5 "
` [PATCH v14 07/25] NFSD: Short-circuit fh_verify tracepoints for LOCALIO
` [PATCH v14 08/25] nfsd: factor out __fh_verify to allow NULL rqstp to be passed
` [PATCH v14 09/25] nfsd: add nfsd_file_acquire_local()
` [PATCH v14 10/25] nfsd: add nfsd_serv_try_get and nfsd_serv_put
` [PATCH v14 11/25] SUNRPC: remove call_allocate() BUG_ONs
` [PATCH v14 12/25] SUNRPC: add svcauth_map_clnt_to_svc_cred_local
` [PATCH v14 13/25] SUNRPC: replace program list with program array
` [PATCH v14 14/25] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces
` [PATCH v14 16/25] nfsd: add localio support
` [PATCH v14 17/25] nfsd: implement server support for NFS_LOCALIO_PROGRAM

[PATCH 1/1] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private
 2024-08-30  3:27 UTC 

[PATCH net-next v1] sunrpc: Use ERR_CAST() to return
 2024-08-29 14:53 UTC  (3+ messages)

[PATCH 0/1] selinux,smack: don't bypass permissions check in inode_setsecctx hook
 2024-08-29 14:51 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v2 0/2] xdrgen tool
 2024-08-29 14:45 UTC  (3+ messages)

[PATCH] NFSD: Annotate struct pnfs_block_deviceaddr with __counted_by()
 2024-08-29 14:37 UTC  (2+ messages)

[PATCH 6.10 083/273] 9p: Fix DIO read through netfs
 2024-08-29 13:57 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).