Linux NFS
[Prev Page][Next Page]
- Re: [PATCH v15 16/26] nfsd: add LOCALIO support, (continued)
- [PATCH v15 17/26] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v15 18/26] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit, Mike Snitzer
- [PATCH v15 19/26] nfs: add LOCALIO support, Mike Snitzer
- [PATCH v15 20/26] nfs: enable localio for non-pNFS IO, Mike Snitzer
- [PATCH v15 21/26] pnfs/flexfiles: enable localio support, Mike Snitzer
- [PATCH v15 22/26] nfs/localio: use dedicated workqueues for filesystem read and write, Mike Snitzer
- [PATCH v15 23/26] nfs: implement client support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v15 24/26] nfs: add Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v15 25/26] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v15 26/26] nfs: add "NFS Client and Server Interlock" section to localio.rst, Mike Snitzer
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, NeilBrown
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, Jeff Layton
- Re: [PATCH v15 00/26] nfs/nfsd: add support for LOCALIO, Anna Schumaker
- [GIT PULL] one more NFSD fix for v6.11-rc,
Chuck Lever
- [PATCH] Move rpbind's default configuration to /run verses /var/run,
Steve Dickson
- Re: [PATCH 2/2] nfsstat01: Check that RPC stats don't leak between net namespaces, Petr Vorel
- Re: [PATCH 1/2] Add test for per-NS NFS client statistics,
Petr Vorel
- [PATCH libtirpc 1/1] Move rpcbind.sock to /run,
Petr Vorel
- [PATCH rpcbind 1/1] Move rpcbind.lock to /run,
Petr Vorel
- [PATCH net-next v16 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
- [PATCH 0/2] nfsd: improvements for wake_up_bit/var,
NeilBrown
- [PATCH 1/1] fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_private,
zhaoyang.huang
[PATCH v14-plus 00/25] Address netns refcount issues for localio,
NeilBrown
[PATCH net-next v1] sunrpc: xprtrdma: Use ERR_CAST() to return,
Yan Zhen
Any idea how best to handle potentially large POSIX ACLs for getfacl?,
Rick Macklem
[PATCH v2] nfs: protect nfs41_impl_id by rcu,
Li Lingfeng
[PATCH v3 00/13] nfsd: implement the "delstid" draft,
Jeff Layton
- [PATCH v3 02/13] nfsd: untangle code in nfsd4_deleg_getattr_conflict(), Jeff Layton
- [PATCH v3 03/13] nfsd: drop the ncf_cb_bmap field, Jeff Layton
- [PATCH v3 04/13] nfsd: drop the nfsd4_fattr_args "size" field, Jeff Layton
- [PATCH v3 05/13] nfsd: have nfsd4_deleg_getattr_conflict pass back write deleg pointer, Jeff Layton
- [PATCH v3 06/13] nfsd: add pragma public to delegated timestamp types, Jeff Layton
- [PATCH v3 01/13] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease, Jeff Layton
- [PATCH v3 08/13] nfs_common: make nfs4.h include generated nfs4_1.h, Jeff Layton
- [PATCH v3 07/13] nfsd: fix reported change attr on a write delegation, Jeff Layton
- [PATCH v3 10/13] nfsd: implement OPEN_ARGS_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION, Jeff Layton
- [PATCH v3 09/13] nfsd: add support for FATTR4_OPEN_ARGUMENTS, Jeff Layton
- [PATCH v3 13/13] nfsd: handle delegated timestamps in SETATTR, Jeff Layton
- [PATCH v3 12/13] nfsd: add support for delegated timestamps, Jeff Layton
- [PATCH v3 11/13] fs: handle delegated timestamps in setattr_copy_mgtime, Jeff Layton
[PATCH net-next v1] sunrpc: Use ERR_CAST() to return,
Yan Zhen
[RFC PATCH] NFS: Fix missing files in `ls` command output,
Yafang Shao
[PATCH v14 00/25] nfs/nfsd: add support for LOCALIO,
Mike Snitzer
- [PATCH v14 01/25] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno, Mike Snitzer
- [PATCH v14 02/25] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno, Mike Snitzer
- [PATCH v14 03/25] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h, Mike Snitzer
- [PATCH v14 05/25] NFSD: Refactor nfsd_setuser_and_check_port(), Mike Snitzer
- [PATCH v14 04/25] NFSD: Handle @rqstp == NULL in check_nfsd_access(), Mike Snitzer
- [PATCH v14 06/25] NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry(), Mike Snitzer
- [PATCH v14 07/25] NFSD: Short-circuit fh_verify tracepoints for LOCALIO, Mike Snitzer
- [PATCH v14 08/25] nfsd: factor out __fh_verify to allow NULL rqstp to be passed, Mike Snitzer
- [PATCH v14 09/25] nfsd: add nfsd_file_acquire_local(), Mike Snitzer
- [PATCH v14 10/25] nfsd: add nfsd_serv_try_get and nfsd_serv_put, Mike Snitzer
- [PATCH v14 11/25] SUNRPC: remove call_allocate() BUG_ONs, Mike Snitzer
- [PATCH v14 12/25] SUNRPC: add svcauth_map_clnt_to_svc_cred_local, Mike Snitzer
- [PATCH v14 13/25] SUNRPC: replace program list with program array, Mike Snitzer
- [PATCH v14 14/25] nfs_common: add NFS LOCALIO auxiliary protocol enablement, Mike Snitzer
- [PATCH v14 15/25] nfs_common: introduce nfs_localio_ctx struct and interfaces, Mike Snitzer
- [PATCH v14 16/25] nfsd: add localio support, Mike Snitzer
- [PATCH v14 17/25] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v14 18/25] nfs: pass struct nfs_localio_ctx to nfs_init_pgio and nfs_init_commit, Mike Snitzer
- [PATCH v14 19/25] nfs: add localio support, Mike Snitzer
- [PATCH v14 20/25] nfs: enable localio for non-pNFS IO, Mike Snitzer
- [PATCH v14 21/25] pnfs/flexfiles: enable localio support, Mike Snitzer
- [PATCH v14 22/25] nfs/localio: use dedicated workqueues for filesystem read and write, Mike Snitzer
- [PATCH v14 23/25] nfs: implement client support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v14 24/25] nfs: add Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v14 25/25] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- Re: [PATCH v14 00/25] nfs/nfsd: add support for LOCALIO, Mike Snitzer
[PATCH nfsd-fixes] nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease,
NeilBrown
[PATCH] NFSD: Annotate struct pnfs_block_deviceaddr with __counted_by(),
Thorsten Blum
[PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes,
David Howells
- [PATCH 1/6] cifs: Fix lack of credit renegotiation on read retry, David Howells
- [PATCH 2/6] netfs, cifs: Fix handling of short DIO read, David Howells
- [PATCH 3/6] cifs: Fix copy offload to flush destination region, David Howells
- [PATCH 4/6] mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range(), David Howells
- [PATCH 5/6] cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region, David Howells
- [PATCH 6/6] netfs, cifs: Improve some debugging bits, David Howells
- Re: [PATCH 0/6] mm, netfs, cifs: Miscellaneous fixes, Steve French
[PATCH 0/1] selinux,smack: don't bypass permissions check in inode_setsecctx hook,
Scott Mayhew
[RFC PATCH 0/7] Possible NFSD COPY clean-ups,
cel
Re: [PATCH] nfsstat01: Read client stats from netns rhost,
Petr Vorel
[GIT PULL] More NFSD fixes for v6.11-rc,
Chuck Lever
[no subject], Unknown
[PATCH RESEND v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2),
Aleksa Sarai
[RFC PATCH 1/1] fs: nfs: replace folio_set_private by folio_attach_private,
zhaoyang.huang
[PATCH v3] sunrpc: Fix error checking for d_hash_and_lookup(),
Yan Zhen
[PATCH] nfs: protect nfs41_impl_id by rcu,
Li Lingfeng
[RFC PATCH 0/6] Split up refactoring of fh_verify(),
cel
[no subject], Unknown
[PATCH v2 0/2] xdrgen tool,
cel
[PATCH 6.10 083/273] 9p: Fix DIO read through netfs,
Greg Kroah-Hartman
[PATCH net-next] net/sunrpc: make use of the helper macro LIST_HEAD(), Hongbo Li
[PATCH -next v3 0/3] Add str_true_false()/str_false_true() helper,
Hongbo Li
[syzbot] [nfs?] BUG: sleeping function called from invalid context in dput, syzbot
[PATCH 6.1.y 0/7] NFSD updates for LTS 6.1.y,
cel
[PATCH v2] fs/nfsd: fix update of inode attrs in CB_GETATTR,
Jeff Layton
[PATCH 0/3] nfsd: callback debugging improvements,
Jeff Layton
[PATCH v2 0/7] nfsd: implement the "delstid" draft,
Jeff Layton
[PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
[PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files,
Kaixiong Yu
- [PATCH -next 04/15] mm: vmscan: move vmscan sysctls to its own file, Kaixiong Yu
- [PATCH -next 06/15] mm: mmap: move sysctl into its own file, Kaixiong Yu
- [PATCH -next 07/15] security: min_addr: move sysctl into its own file, Kaixiong Yu
- [PATCH -next 08/15] mm: nommu: move sysctl to its own file, Kaixiong Yu
- [PATCH -next 12/15] fs: dcache: move the sysctl into its own file, Kaixiong Yu
- [PATCH -next 13/15] x86: vdso: move the sysctl into its own file, Kaixiong Yu
- [PATCH -next 14/15] sh: vdso: move the sysctl into its own file, Kaixiong Yu
- [PATCH -next 15/15] sysctl: remove unneeded include, Kaixiong Yu
- [PATCH -next 01/15] mm: vmstat: move sysctls to its own files, Kaixiong Yu
- [PATCH -next 11/15] sunrpc: use vfs_pressure_ratio() helper, Kaixiong Yu
- [PATCH -next 10/15] fs: drop_caches: move sysctl to its own file, Kaixiong Yu
- [PATCH -next 02/15] mm: filemap: move sysctl to its own file, Kaixiong Yu
- [PATCH -next 03/15] mm: swap: move sysctl to its own file, Kaixiong Yu
- [PATCH -next 09/15] fs: fs-writeback: move sysctl to its own file, Kaixiong Yu
- [PATCH -next 05/15] mm: util: move sysctls into it own files, Kaixiong Yu
- Re: [PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files, Kees Cook
- Re: [PATCH -next 00/15] sysctl: move sysctls from vm_table into its own files, Joel Granados
[PATCH v2] sunrpc: Fix error checking for d_hash_and_lookup(),
Yan Zhen
[PATCH v1] net: sunrpc: Fix error checking for d_hash_and_lookup(),
Yan Zhen
[PATCH -next] nfs: Remove obsoleted declaration for nfs_read_prepare, Gaosheng Cui
Linux NFSv4 client patch for testing of the POSIX ACL extension,
Rick Macklem
[PATCH 6.6.y] NFSD: simplify error paths in nfsd_svc(),
cel
[PATCH] fs/nfsd: fix update of inode attrs in CB_GETATTR,
Jeff Layton
[PATCH v2 0/2] nfs/nfsd: fix some comments,
Li Lingfeng
[PATCH 0/2] nfsd: CB_GETATTR fixes,
Jeff Layton
[PATCH] NFSv4: prevent integer overflow while calling nfs4_set_lease_period(),
Sergey Shtylyov
[PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry,
David Howells
- [PATCH 1/9] mm: Fix missing folio invalidation calls during truncation, David Howells
- [PATCH 2/9] afs: Fix post-setattr file edit to do truncation correctly, David Howells
- [PATCH 3/9] netfs: Fix netfs_release_folio() to say no if folio dirty, David Howells
- [PATCH 4/9] netfs: Fix trimming of streaming-write folios in netfs_inval_folio(), David Howells
- [PATCH 5/9] netfs: Fix missing iterator reset on retry of short read, David Howells
- [PATCH 6/9] cifs: Fix lack of credit renegotiation on read retry, David Howells
- [PATCH 7/9] netfs, cifs: Fix handling of short DIO read, David Howells
- [PATCH 8/9] cifs: Fix FALLOC_FL_PUNCH_HOLE support, David Howells
- [PATCH 9/9] netfs, cifs: Improve some debugging bits, David Howells
- [PATCH 10/9] netfs: Fix interaction of streaming writes with zero-point tracker, David Howells
- Re: (subset) [PATCH 0/9] netfs, cifs: Combined repost of fixes for truncation, DIO read and read-retry, Christian Brauner
[PATCH v13 00/19] nfs/nfsd: add support for localio,
Mike Snitzer
- [PATCH v13 01/19] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno, Mike Snitzer
- [PATCH v13 02/19] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno, Mike Snitzer
- [PATCH v13 03/19] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h, Mike Snitzer
- [PATCH v13 05/19] nfsd: add nfsd_file_acquire_local(), Mike Snitzer
- [PATCH v13 04/19] nfsd: factor out __fh_verify to allow NULL rqstp to be passed, Mike Snitzer
- [PATCH v13 06/19] SUNRPC: remove call_allocate() BUG_ONs, Mike Snitzer
- [PATCH v13 07/19] SUNRPC: add rpcauth_map_clnt_to_svc_cred_local, Mike Snitzer
- [PATCH v13 08/19] SUNRPC: replace program list with program array, Mike Snitzer
- [PATCH v13 09/19] nfs_common: add NFS LOCALIO auxiliary protocol enablement, Mike Snitzer
- [PATCH v13 10/19] nfsd: add localio support, Mike Snitzer
- [PATCH v13 11/19] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v13 12/19] nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit, Mike Snitzer
- [PATCH v13 13/19] nfs: add localio support, Mike Snitzer
- [PATCH v13 14/19] nfs: enable localio for non-pNFS IO, Mike Snitzer
- [PATCH v13 15/19] pnfs/flexfiles: enable localio support, Mike Snitzer
- [PATCH v13 16/19] nfs/localio: use dedicated workqueues for filesystem read and write, Mike Snitzer
- [PATCH v13 17/19] nfs: implement client support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v13 18/19] nfs: add Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- [PATCH v13 19/19] nfs: add FAQ section to Documentation/filesystems/nfs/localio.rst, Mike Snitzer
- Re: [PATCH v13 00/19] nfs/nfsd: add support for localio, Chuck Lever
- Re: [PATCH v13 00/19] nfs/nfsd: add support for localio, NeilBrown
[GIT PULL] Please pull NFS Client bugfixes for 6.11-rc,
Anna Schumaker
[PATCH 0/5] netfs, cifs: Further fixes,
David Howells
[PATCH v2] nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_open,
Olga Kornievskaia
[PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly, Yunsheng Lin
[PATCH 1/1] nfsd: prevent states_show() from using invalid stateids,
Olga Kornievskaia
[PATCH 0/4] nfsd: fix some comments and code cleanup,
Li Lingfeng
[PATCH rpcbind 0/4] Update systemd/rpcbind.service.in,
Petr Vorel
[PATCH 0/2] netfs, cifs: DIO read and read-retry fixes,
David Howells
[PATCH] nfsd: ensure that nfsd4_fattr_args.context is zeroed out,
Jeff Layton
[PATCH] ufs: Remove redundant inode number check from ufs_nfs_get_inode,
sergii . boryshchenko
[PATCH net-next 0/8] Some modifications to optimize code readability,
Li Zetao
- [PATCH net-next 1/8] atm: use min() to simplify the code, Li Zetao
- [PATCH net-next 2/8] Bluetooth: use min() to simplify the code, Li Zetao
- [PATCH net-next 3/8] net: caif: use max() to simplify the code, Li Zetao
- [PATCH net-next 4/8] libceph: use min() to simplify the code, Li Zetao
- [PATCH net-next 5/8] net: remove redundant judgments to simplify the code, Li Zetao
- [PATCH net-next 6/8] ipv6: mcast: use min() to simplify the code, Li Zetao
- [PATCH net-next 7/8] tipc: use min() to simplify the code, Li Zetao
- [PATCH net-next 8/8] SUNRPC: use min() to simplify the code, Li Zetao
- Re: [PATCH net-next 0/8] Some modifications to optimize code readability, patchwork-bot+netdevbpf
- Re: [PATCH net-next 0/8] Some modifications to optimize code readability, patchwork-bot+bluetooth
[PATCH 1/3] NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations,
trondmy
ANNOUNCE: nfs-utils-2.7.1 released., Steve Dickson
[PATCH 5.15.y 00/18] Backport "make svc_stat per-net instead of global",
cel
- [PATCH 5.15.y 01/18] nfsd: move reply cache initialization into nfsd startup, cel
- [PATCH 5.15.y 02/18] nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net, cel
- [PATCH 5.15.y 03/18] NFSD: Refactor nfsd_reply_cache_free_locked(), cel
- [PATCH 5.15.y 04/18] NFSD: Rename nfsd_reply_cache_alloc(), cel
- [PATCH 5.15.y 05/18] NFSD: Replace nfsd_prune_bucket(), cel
- [PATCH 5.15.y 06/18] NFSD: Refactor the duplicate reply cache shrinker, cel
- [PATCH 5.15.y 07/18] NFSD: Rewrite synopsis of nfsd_percpu_counters_init(), cel
- [PATCH 5.15.y 08/18] NFSD: Fix frame size warning in svc_export_parse(), cel
- [PATCH 5.15.y 09/18] sunrpc: don't change ->sv_stats if it doesn't exist, cel
- [PATCH 5.15.y 10/18] nfsd: stop setting ->pg_stats for unused stats, cel
- [PATCH 5.15.y 11/18] sunrpc: pass in the sv_stats struct through svc_create_pooled, cel
- [PATCH 5.15.y 12/18] sunrpc: remove ->pg_stats from svc_program, cel
- [PATCH 5.15.y 13/18] sunrpc: use the struct net as the svc proc private, cel
- [PATCH 5.15.y 14/18] nfsd: rename NFSD_NET_* to NFSD_STATS_*, cel
- [PATCH 5.15.y 15/18] nfsd: expose /proc/net/sunrpc/nfsd in net namespaces, cel
- [PATCH 5.15.y 16/18] nfsd: make all of the nfsd stats per-network namespace, cel
- [PATCH 5.15.y 17/18] nfsd: remove nfsd_stats, make th_cnt a global counter, cel
- [PATCH 5.15.y 18/18] nfsd: make svc_stat per-network namespace instead of global, cel
- Re: [PATCH 5.15.y 00/18] Backport "make svc_stat per-net instead of global", Greg KH
[PATCH] nfsd: call cache_put if xdr_reserve_space returns NULL,
Guoqing Jiang
[PATCH v2] fs/exfat: add NFS export support,
andrii . polianytsia
[PATCH v2] nfs: fix bitmap decoder to handle a 3rd word,
Jeff Layton
[PATCH] nfs: fix bitmap decoder to handle a 3rd word,
Jeff Layton
[PATCH -next] nfsd: use LIST_HEAD() to simplify code,
Hongbo Li
[PATCH 0/4] mm, netfs, afs: Truncation fixes,
David Howells
[PATCH] MAINTAINERS: Update Olga Kornievskaia's email address, cel
[RFC PATCH 0/2] xdrgen - machine-generated XDR functions,
cel
[linus:master] [9p] e3786b29c5: xfstests.generic.465.fail,
kernel test robot
[PATCH v12 00/24] nfs/nfsd: add support for localio,
Mike Snitzer
- [PATCH v12 01/24] nfs_common: factor out nfs_errtbl and nfs_stat_to_errno, Mike Snitzer
- [PATCH v12 02/24] nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno, Mike Snitzer
- [PATCH v12 03/24] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h, Mike Snitzer
- [PATCH v12 04/24] nfsd: factor out __fh_verify to allow NULL rqstp to be passed, Mike Snitzer
- [PATCH v12 05/24] nfsd: fix nfsfh tracepoints to properly handle NULL rqstp, Mike Snitzer
- [PATCH v12 06/24] nfsd: add nfsd_file_acquire_local(), Mike Snitzer
- [PATCH v12 07/24] SUNRPC: remove call_allocate() BUG_ONs, Mike Snitzer
- [PATCH v12 08/24] SUNRPC: add rpcauth_map_clnt_to_svc_cred_local, Mike Snitzer
- [PATCH v12 09/24] nfs_common: add NFS LOCALIO auxiliary protocol enablement, Mike Snitzer
- [PATCH v12 10/24] nfsd: add localio support, Mike Snitzer
- [PATCH v12 11/24] nfsd: implement server support for NFS_LOCALIO_PROGRAM, Mike Snitzer
- [PATCH v12 12/24] SUNRPC: replace program list with program array, Mike Snitzer
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]