Linux NFS
[Prev Page][Next Page]
- Re: [PATCH v3] Avoid buffer overruns by allocating buffer in svcauth_gss_validate(), (continued)
- [PATCH V2] Avoid buffer overruns by allocating buffer in svcauth_gss_validate(), Steve Dickson
- [PATCH] Avoid buffer overruns by allocating buffer in svcauth_gss_validate(), Steve Dickson
- [PATCH v5 00/24] Series short description,
Chuck Lever
- [PATCH v5 01/24] xprtrdma: mind the device's max fast register page list depth, Chuck Lever
- [PATCH v5 02/24] nfs-rdma: Fix for FMR leaks, Chuck Lever
- [PATCH v5 03/24] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context, Chuck Lever
- [PATCH v5 04/24] xprtrdma: Remove BOUNCEBUFFERS memory registration mode, Chuck Lever
- [PATCH v5 05/24] xprtrdma: Remove MEMWINDOWS registration modes, Chuck Lever
- [PATCH v5 06/24] xprtrdma: Remove REGISTER memory registration mode, Chuck Lever
- [PATCH v5 07/24] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported, Chuck Lever
- [PATCH v5 08/24] xprtrdma: mount reports "Invalid mount option" if memreg mode not supported, Chuck Lever
- [PATCH v5 09/24] xprtrdma: Simplify rpcrdma_deregister_external() synopsis, Chuck Lever
- [PATCH v5 10/24] xprtrdma: Make rpcrdma_ep_destroy() return void, Chuck Lever
- [PATCH v5 11/24] xprtrdma: Split the completion queue, Chuck Lever
- [PATCH v5 12/24] xprtrmda: Reduce lock contention in completion handlers, Chuck Lever
- [PATCH v5 13/24] xprtrmda: Reduce calls to ib_poll_cq() in completion handlers, Chuck Lever
- [PATCH v5 14/24] xprtrdma: Limit work done by completion handler, Chuck Lever
- [PATCH v5 15/24] xprtrdma: Reduce the number of hardway buffer allocations, Chuck Lever
- [PATCH v5 16/24] xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting, Chuck Lever
- [PATCH v5 17/24] xprtrdma: Remove Tavor MTU setting, Chuck Lever
- [PATCH v5 18/24] xprtrdma: Allocate missing pagelist, Chuck Lever
- [PATCH v5 19/24] xprtrdma: Use macros for reconnection timeout constants, Chuck Lever
- [PATCH v5 20/24] xprtrdma: Reset connection timeout after successful reconnect, Chuck Lever
- [PATCH v5 21/24] SUNRPC: Move congestion window constants to header file, Chuck Lever
- [PATCH v5 22/24] xprtrdma: Avoid deadlock when credit window is reset, Chuck Lever
- [PATCH v5 23/24] xprtrdma: Remove BUG_ON() call sites, Chuck Lever
- [PATCH v5 24/24] xprtrdma: Disconnect on registration failure, Chuck Lever
- Re: [PATCH v5 00/24] Series short description, Chuck Lever
- RE: [PATCH v5 00/24] Series short description, Steve Wise
- [PATCH] nfsd: remove unused function nfsd_read_file,
Christoph Hellwig
- [PATCH] nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer,
Christoph Hellwig
- [PATCH v2] Make IPv6 enabled by default,
Steve Dickson
- Announcing the release of fedfs-utils version 0.10.2, Chuck Lever
- [PATCH] gssd: Fix allocated buffer size for the scraped acceptor name in do_downcall,
Veli-Matti Lintu
- system updating routinely umounts "manual" nfs mounts,
Felix Miata
- NFSv4 with Kerberos and no_root_squash,
Jaap
- [PATCH] NFSD: Using type of uint32_t for ex_nflavors instead of int,
Kinglong Mee
- nfsd bugfixes for 3.15, J. Bruce Fields
- [PATCH 1/1] NFSv4: Use error handler on failed GETATTR with successful OPEN,
andros
[PATCH 5/5] NFSD: Add missing comment of "expiry" in expkey_parse(), Kinglong Mee
[PATCH 4/5] NFSD: Remove typedef of svc_client and svc_export in export.c, Kinglong Mee
[PATCH 3/5] NFSD: Cleanup unneeded including net/ipv6.h, Kinglong Mee
[PATCH 2/5] NFSD: Cleanup unused variable in nfsd_setuser(), Kinglong Mee
[PATCH 1/5] NFSD: Cleanup unneeded including linux/user_namespace.h,
Kinglong Mee
[PATCH 4/4] NFSD: Ignore and warn once for more fslocs or more uuids,
Kinglong Mee
[PATCH 3/4] NFSD: Adds macro EX_UUID_LEN for exports uuid's length,
Kinglong Mee
[PATCH 2/4] NFSD: Helper function for parsing uuid, Kinglong Mee
[PATCH 1/4] NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free(),
Kinglong Mee
Get "device is busy" when umounting nfsv4 file,
Kinglong Mee
xdr encoding fixes (v3),
J. Bruce Fields
- [PATCH 07/52] nfsd4: embed xdr_stream in nfsd4_compoundres, J. Bruce Fields
- [PATCH 04/52] nfsd4: decoding errors can still be cached and require space, J. Bruce Fields
- [PATCH 18/52] rpc: xdr_truncate_encode, J. Bruce Fields
- [PATCH 09/52] nfsd4: move proc_compound xdr encode init to helper, J. Bruce Fields
- [PATCH 06/52] nfsd4: fix write reply size estimate, J. Bruce Fields
- [PATCH 12/52] nfsd4: allow space for final error return, J. Bruce Fields
- [PATCH 08/52] nfsd4: tweak nfsd4_encode_getattr to take xdr_stream, J. Bruce Fields
- [PATCH 21/52] nfsd4: teach encoders to handle reserve_space failures, J. Bruce Fields
- [PATCH 11/52] nfsd4: fix encoding of out-of-space replies, J. Bruce Fields
- [PATCH 25/52] nfsd4: size-checking cleanup, J. Bruce Fields
- [PATCH 13/52] nfsd4: use xdr_reserve_space in attribute encoding, J. Bruce Fields
- [PATCH 27/52] nfsd4: convert 4.1 replay encoding, J. Bruce Fields
- [PATCH 23/52] nfsd4: nfsd4_check_resp_size needn't recalculate length, J. Bruce Fields
- [PATCH 35/52] nfsd4: use session limits to release send buffer reservation, J. Bruce Fields
- [PATCH 34/52] nfsd4: adjust buflen to session channel limit, J. Bruce Fields
- [PATCH 38/52] nfsd4: don't treat readlink like a zero-copy operation, J. Bruce Fields
- [PATCH 39/52] nfsd4: better estimate of getattr response size, J. Bruce Fields
- [PATCH 45/52] nfsd4: more read encoding cleanup, J. Bruce Fields
- [PATCH 49/52] nfsd4: kill WRITE64, J. Bruce Fields
- [PATCH 48/52] nfsd4: kill WRITE32, J. Bruce Fields
- [PATCH 47/52] nfsd4: really fix nfs4err_resource in 4.1 case, J. Bruce Fields
- [PATCH 50/52] nfsd4: kill WRITEMEM, J. Bruce Fields
- [PATCH 44/52] nfsd4: read encoding cleanup, J. Bruce Fields
- [PATCH 46/52] nfsd4: allow exotic read compounds, J. Bruce Fields
- [PATCH 51/52] nfsd4: kill write32, write64, J. Bruce Fields
- [PATCH 43/52] nfsd4: separate splice and readv cases, J. Bruce Fields
- [PATCH 52/52] nfsd4: better reservation of head space for krb5, J. Bruce Fields
- [PATCH 37/52] nfsd4: enforce rd_dircount, J. Bruce Fields
- [PATCH 33/52] rpc: define xdr_restrict_buflen, J. Bruce Fields
- [PATCH 36/52] nfsd4: allow large readdirs, J. Bruce Fields
- [PATCH 42/52] nfsd4: nfsd_vfs_read doesn't use file handle parameter, J. Bruce Fields
- [PATCH 28/52] nfsd4: don't try to encode conflicting owner if low on space, J. Bruce Fields
- [PATCH 40/52] nfsd4: estimate sequence response size, J. Bruce Fields
- [PATCH 32/52] nfsd4: fix buflen calculation after read encoding, J. Bruce Fields
- [PATCH 41/52] nfsd4: turn off zero-copy-read in exotic cases, J. Bruce Fields
- [PATCH 26/52] nfsd4: allow encoding across page boundaries, J. Bruce Fields
- [PATCH 31/52] nfsd4: nfsd4_check_resp_size should check against whole buffer, J. Bruce Fields
- [PATCH 24/52] nfsd4: remove redundant encode buffer size checking, J. Bruce Fields
- [PATCH 10/52] nfsd4: reserve head space for krb5 integ/priv info, J. Bruce Fields
- [PATCH 30/52] nfsd4: minor encode_read cleanup, J. Bruce Fields
- [PATCH 01/52] nfsd4: READ, READDIR, etc., are idempotent, J. Bruce Fields
- [PATCH 20/52] nfsd4: "backfill" using write_bytes_to_xdr_buf, J. Bruce Fields
- [PATCH 29/52] nfsd4: more precise nfsd4_max_reply, J. Bruce Fields
- [PATCH 22/52] nfsd4: reserve space before inlining 0-copy pages, J. Bruce Fields
- [PATCH 16/52] nfsd4: no need for encode_compoundres to adjust lengths, J. Bruce Fields
- [PATCH 14/52] nfsd4: use xdr_stream throughout compound encoding, J. Bruce Fields
- [PATCH 05/52] nfsd4: read size estimate should include padding, J. Bruce Fields
- [PATCH 02/52] nfsd4: allow larger 4.1 session drc slots, J. Bruce Fields
- [PATCH 19/52] nfsd4: use xdr_truncate_encode, J. Bruce Fields
- [PATCH 17/52] nfsd4: keep xdr buf length updated, J. Bruce Fields
- [PATCH 15/52] nfsd4: remove ADJUST_ARGS, J. Bruce Fields
- [PATCH 03/52] nfsd4: fill in some missing op_name's, J. Bruce Fields
[PATCH] nfsd: Remove assignments inside conditions,
Benoit Taine
[PACHSET 0/3] ore: raid6,
Boaz Harrosh
[PATCH v4 00/24] NFS/RDMA client patches for next merge,
Chuck Lever
- [PATCH v4 01/24] xprtrdma: mind the device's max fast register page list depth, Chuck Lever
- [PATCH v4 02/24] nfs-rdma: Fix for FMR leaks, Chuck Lever
- [PATCH v4 03/24] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context, Chuck Lever
- [PATCH v4 04/24] xprtrdma: Remove BOUNCEBUFFERS memory registration mode, Chuck Lever
- [PATCH v4 05/24] xprtrdma: Remove MEMWINDOWS registration modes, Chuck Lever
- [PATCH v4 06/24] xprtrdma: Remove REGISTER memory registration mode, Chuck Lever
- [PATCH v4 08/24] xprtrdma: mount reports "Invalid mount option" if memreg mode not supported, Chuck Lever
- [PATCH v4 09/24] xprtrdma: Simplify rpcrdma_deregister_external() synopsis, Chuck Lever
- [PATCH v4 10/24] xprtrdma: Make rpcrdma_ep_destroy() return void, Chuck Lever
- [PATCH v4 07/24] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported, Chuck Lever
- [PATCH v4 11/24] xprtrdma: Split the completion queue, Chuck Lever
- [PATCH v4 12/24] xprtrmda: Reduce lock contention in completion handlers, Chuck Lever
- [PATCH v4 13/24] xprtrmda: Reduce calls to ib_poll_cq() in completion handlers, Chuck Lever
- [PATCH v4 14/24] xprtrdma: Limit work done by completion handler, Chuck Lever
- [PATCH v4 15/24] xprtrdma: Reduce the number of hardway buffer allocations, Chuck Lever
- [PATCH v4 16/24] xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting, Chuck Lever
- [PATCH v4 17/24] xprtrdma: Remove Tavor MTU setting, Chuck Lever
- [PATCH v4 18/24] xprtrdma: Allocate missing pagelist, Chuck Lever
- [PATCH v4 19/24] xprtrdma: Use macros for reconnection timeout constants, Chuck Lever
- [PATCH v4 20/24] xprtrdma: Reset connection timeout after successful reconnect, Chuck Lever
- [PATCH v4 21/24] SUNRPC: Move congestion window contants to header file, Chuck Lever
- [PATCH v4 22/24] xprtrdma: Avoid deadlock when credit window is reset, Chuck Lever
- [PATCH v4 23/24] xprtrdma: Remove BUG_ON() call sites, Chuck Lever
- [PATCH v4 24/24] xprtrdma: Disconnect on registration failure, Chuck Lever
[PATCH 1/1] xprtrdma: Allocate missing pagelist, Shirley Ma
NFS issue while copying huge file,
Richard Weinberger
[PATCH 0/2] fix for find_lockowner_str crash,
J. Bruce Fields
[PATCH] nfsd: remove nfsd4_free_slab,
Christoph Hellwig
[RFC 00/12] PNFS Read and Write Cleanups,
Anna Schumaker
- [RFC 02/12] nfs: Create a common pnfs_generic_pg_init() function, Anna Schumaker
- [RFC 01/12] nfs: Create a common pnfs_pageio_reset_mds() function, Anna Schumaker
- [RFC 04/12] nfs: Create a common pnfs_ld_rw_done(), Anna Schumaker
- [RFC 05/12] nfs: Create a common pnfs_through_mds() function, Anna Schumaker
- [RFC 06/12] nfs: merge pnfs_try_to_write_data() and pnfs_do_write(), Anna Schumaker
- [RFC 03/12] nfs: Create a common pnfs_ld_handle_rw_error() function, Anna Schumaker
- [RFC 08/12] nfs: create a common pnfs_do_rw() function, Anna Schumaker
- [RFC 10/12] nfs: Split up generic_pg_pgios, Anna Schumaker
- [RFC 09/12] nfs: create a common pnfs_pgiohdr_free function, Anna Schumaker
- [RFC 07/12] nfs: merge pnfs_try_to_read_data() and pnfs_do_read(), Anna Schumaker
- [RFC 11/12] nfs: pnfs can use nfs_generic_pgios_common() too!, Anna Schumaker
- [RFC 12/12] nfs: Create a common pnfs_generic_rwpages() function, Anna Schumaker
- Re: [RFC 00/12] PNFS Read and Write Cleanups, Christoph Hellwig
NFS (or RPC) batching of calls over TCP results in 'unmatched' replies?,
Jim Vanns
Soft lockups on kerberised NFSv4.0 clients,
Veli-Matti Lintu
Reg. setup of pnfs., Subramanian, Parthiban
[PATCH] mount.nfs: print more useful error message,
Kinglong Mee
[PATCH] NFSD: Ignore client's source port on RDMA transports,
Chuck Lever
[PATCH 0/8] more pgio cleanup,
Weston Andros Adamson
[PATCH] SUNRPC: Fix a module reference leak in svc_handle_xprt,
Trond Myklebust
[PATCH] SUNRPC: Fix a module reference issue in rpcsec_gss, Trond Myklebust
[PATCH] NFS4.0: Add IPv6 support, Kinglong Mee
[PATCH 3/3 v2] NFS4.0: Add some test cases for nfsv4 acl, Kinglong Mee
[PATCH 2/3 v2] NFS4.0: Cases for SGID/SUID status after writing, Kinglong Mee
[PATCH 1/3 v2] NFS4.0: Case for linking to bad source path with zero-length, Kinglong Mee
[PATCH] Fix for possible null pointer dereference in auth.c,
Rickard Strandqvist
[PATCH] nfsd4: fix corruption on setting an ACL., J. Bruce Fields
[PATCH v3 00/18] nfs: support multiple requests per page,
Weston Andros Adamson
- [PATCH v3 01/18] pnfs: fix race in filelayout commit path, Weston Andros Adamson
- [PATCH v3 03/18] nfs: remove unused arg from nfs_create_request, Weston Andros Adamson
- [PATCH v3 02/18] nfs: clean up PG_* flags, Weston Andros Adamson
- [PATCH v3 04/18] nfs: modify pg_test interface to return size_t, Weston Andros Adamson
- [PATCH v3 06/18] nfs: add support for multiple nfs reqs per page, Weston Andros Adamson
- [PATCH v3 05/18] nfs: call nfs_can_coalesce_requests for every req, Weston Andros Adamson
- [PATCH v3 08/18] nfs: page group syncing in write path, Weston Andros Adamson
- [PATCH v3 07/18] nfs: page group syncing in read path, Weston Andros Adamson
- [PATCH v3 09/18] nfs: page group support in nfs_mark_uptodate, Weston Andros Adamson
- [PATCH v3 10/18] pnfs: clean up filelayout_alloc_commit_info, Weston Andros Adamson
- [PATCH v3 11/18] nfs: allow coalescing of subpage requests, Weston Andros Adamson
- [PATCH v3 12/18] nfs: chain calls to pg_test, Weston Andros Adamson
- [PATCH v3 13/18] nfs: use > 1 request to handle bsize < PAGE_SIZE, Weston Andros Adamson
- [PATCH v3 14/18] nfs: remove data list from pgio header, Weston Andros Adamson
- [PATCH v3 15/18] pnfs: support multiple verfs per direct req, Weston Andros Adamson
- [PATCH v3 16/18] pnfs: allow non page aligned pnfs layout segments, Weston Andros Adamson
- [PATCH v3 17/18] pnfs: filelayout: support non page aligned layouts, Weston Andros Adamson
- [PATCH v3 18/18] nfs: support page groups in nfs_read_completion, Weston Andros Adamson
- Re: [PATCH v3 00/18] nfs: support multiple requests per page, Christoph Hellwig
- Re: [PATCH v3 00/18] nfs: support multiple requests per page, Trond Myklebust
Re: NFSACL broken from 3.13 to 3.14, Christoph Hellwig
NFSoRDMA developers bi-weekly meeting summary (5/14), Shirley Ma
Linux NFS Town Hall meeting: Thur 04/15/14,
Steve Dickson
[PATCH] NFS: revalidate on open if dcache is negative.,
NeilBrown
[PATCH 0/2] NFSD: restrict PF_LESS_THROTTLE to loop-back requests.,
NeilBrown
nfsd4 xdr encoding fixes v2,
J. Bruce Fields
- [PATCH 01/43] nfsd4: embed xdr_stream in nfsd4_compoundres, J. Bruce Fields
- [PATCH 04/43] nfsd4: reserve head space for krb5 integ/priv info, J. Bruce Fields
- [PATCH 03/43] nfsd4: move proc_compound xdr encode init to helper, J. Bruce Fields
- [PATCH 09/43] nfsd4: use xdr_stream throughout compound encoding, J. Bruce Fields
- [PATCH 12/43] nfsd4: keep xdr buf length updated, J. Bruce Fields
- [PATCH 06/43] nfsd4: fix encoding of out-of-space replies, J. Bruce Fields
- [PATCH 02/43] nfsd4: tweak nfsd4_encode_getattr to take xdr_stream, J. Bruce Fields
- [PATCH 21/43] nfsd4: allow encoding across page boundaries, J. Bruce Fields
- [PATCH 19/43] nfsd4: remove redundant encode buffer size checking, J. Bruce Fields
- [PATCH 24/43] nfsd4: more precise nfsd4_max_reply, J. Bruce Fields
- [PATCH 13/43] rpc: xdr_truncate_encode, J. Bruce Fields
- [PATCH 26/43] nfsd4: nfsd4_check_resp_size should check against whole buffer, J. Bruce Fields
- [PATCH 32/43] nfsd4: don't treat readlink like a zero-copy operation, J. Bruce Fields
- [PATCH 38/43] nfsd4: allow exotic read compounds, J. Bruce Fields
- [PATCH 29/43] nfsd4: use session limits to release send buffer reservation, J. Bruce Fields
- [PATCH 37/43] nfsd4: separate splice and readv cases, J. Bruce Fields
- [PATCH 35/43] nfsd4: turn off zero-copy-read in exotic cases, J. Bruce Fields
- [PATCH 39/43] nfsd4: really fix nfs4err_resource in 4.1 case, J. Bruce Fields
- [PATCH 27/43] rpc: define xdr_restrict_buflen, J. Bruce Fields
- [PATCH 42/43] nfsd4: kill WRITEMEM, J. Bruce Fields
- [PATCH 43/43] nfsd4: kill write32, write64, J. Bruce Fields
- [PATCH 40/43] nfsd4: kill WRITE32, J. Bruce Fields
- [PATCH 36/43] nfsd4: nfsd_vfs_read doesn't use file handle parameter, J. Bruce Fields
- [PATCH 41/43] nfsd4: kill WRITE64, J. Bruce Fields
- [PATCH 23/43] nfsd4: don't try to encode conflicting owner if low on space, J. Bruce Fields
- [PATCH 30/43] nfsd4: allow large readdirs, J. Bruce Fields
- [PATCH 34/43] nfsd4: estimate sequence response size, J. Bruce Fields
- [PATCH 20/43] nfsd4: size-checking cleanup, J. Bruce Fields
- [PATCH 33/43] nfsd4: better estimate of getattr response size, J. Bruce Fields
- [PATCH 31/43] nfsd4: enforce rd_dircount, J. Bruce Fields
- [PATCH 28/43] nfsd4: adjust buflen to session channel limit, J. Bruce Fields
- [PATCH 22/43] nfsd4: convert 4.1 replay encoding, J. Bruce Fields
- [PATCH 10/43] nfsd4: remove ADJUST_ARGS, J. Bruce Fields
- [PATCH 16/43] nfsd4: teach encoders to handle reserve_space failures, J. Bruce Fields
- [PATCH 18/43] nfsd4: nfsd4_check_resp_size needn't recalculate length, J. Bruce Fields
- [PATCH 17/43] nfsd4: reserve space before inlining 0-copy pages, J. Bruce Fields
- [PATCH 25/43] nfsd4: minor encode_read cleanup, J. Bruce Fields
- [PATCH 15/43] nfsd4: "backfill" using write_bytes_to_xdr_buf, J. Bruce Fields
- [PATCH 08/43] nfsd4: use xdr_reserve_space in attribute encoding, J. Bruce Fields
- [PATCH 11/43] nfsd4: no need for encode_compoundres to adjust lengths, J. Bruce Fields
- [PATCH 07/43] nfsd4: allow space for final error return, J. Bruce Fields
- [PATCH 05/43] nfsd4: move nfsd4_operation to xdr4.h, J. Bruce Fields
- [PATCH 14/43] nfsd4: use xdr_truncate_encode, J. Bruce Fields
- Re: nfsd4 xdr encoding fixes v2, Christoph Hellwig
nfsd bug fixes for 3.15, part 2, J. Bruce Fields
[PATCH] Adding a callback for incoming sm_notify to better handle stale lock issue in client crash recovery in HA-NFS environment. The callout parameters are:,
rongzeng
[PATCH] Push the file layout driver into a subdirectory,
Thomas Haynes
<Possible follow-ups>
[PATCH] Push the file layout driver into a subdirectory, Thomas Haynes
[PATCH] Push the file layout driver into a subdirectory, Thomas Haynes
[PATCH] Push the file layout driver into a subdirectory, Thomas Haynes
Soft lockup in unloading kernel modules,
Senn Klemens
[PATCH] Adding a callback for incoming sm_notify., Venkateswararao Jujjuri
[PATCH] NFSD: cleanup unneeded including linux/export.h,
Kinglong Mee
[PATCH] nfsd: clean up fh_auth usage,
Christoph Hellwig
[PATCH V2 RFC 0/3] svcrdma: refactor marshalling logic,
Steve Wise
get rid of include/linux/nfsd,
Christoph Hellwig
[PATCH v3 00/17] NFS: Create a common path used by reads and writes,
Anna Schumaker
- [PATCH v3 03/17] NFS: Create a common read and write data struct, Anna Schumaker
- [PATCH v3 04/17] NFS: Create a common read and write header struct, Anna Schumaker
- [PATCH v3 06/17] NFS: Create a common pgio_alloc and pgio_release function, Anna Schumaker
- [PATCH v3 09/17] NFS: Create a common nfs_pgio_result_common function, Anna Schumaker
- [PATCH v3 11/17] NFS: Create a common rpcsetup function for reads and writes, Anna Schumaker
- [PATCH v3 07/17] NFS: Create a common rw_header_alloc and rw_header_free function, Anna Schumaker
- [PATCH v3 01/17] NFS: Create a common argument structure for reads and writes, Anna Schumaker
- [PATCH v3 05/17] NFS: Move the write verifier into the nfs_pgio_header, Anna Schumaker
- [PATCH v3 15/17] NFS: Create a common multiple_pgios() function, Anna Schumaker
- [PATCH v3 10/17] NFS: Create a common rpc_call_ops struct, Anna Schumaker
- [PATCH v3 16/17] NFS: Create a common generic_pg_pgios(), Anna Schumaker
- [PATCH v3 12/17] NFS: Create a common pgio_error function, Anna Schumaker
- [PATCH v3 17/17] NFS: Create a common nfs_pageio_ops struct, Anna Schumaker
- [PATCH v3 13/17] NFS: Create a generic_pgio function, Anna Schumaker
- Re: [PATCH v3 00/17] NFS: Create a common path used by reads and writes, Weston Andros Adamson
- [PATCH v3 02/17] NFS: Create a common results structure for reads and writes, Anna Schumaker
- [PATCH v3 08/17] NFS: Create a common pgio_rpc_prepare function, Anna Schumaker
- [PATCH v3 14/17] NFS: Create a common initiate_pgio() function, Anna Schumaker
- Re: [PATCH v3 00/17] NFS: Create a common path used by reads and writes, Trond Myklebust
nfs oom on 3.15,
Marc Dietrich
[PATCH] lockd: avoid warning when CONFIG_SYSCTL undefined,
Kees Cook
[PATCH 0/3] nfs: get rid of nfs_pgio_data, related cleanup,
Weston Andros Adamson
idmap problems with chown as root,
Craig Yoshioka
[PATCH] start-statd: rpc.statd's systemd unit changed names.,
Steve Dickson
Re: [nfsv4] Resolving the fate of FATTR4_CHANGE_SEC_LABEL,
Jeff Layton
[PATCH v2 0/3] nfs4: file locking fixes and cleanups,
Jeff Layton
[stable] linux-3.14 nfsd regression,
Johan Hovold
[PATCH] SCHED: allow wait_on_bit_action functions to support a timeout.,
NeilBrown
[PATCH] SCHED: remove proliferation of wait_on_bit action functions.,
NeilBrown
[PATCH] mountd: fix segfault in add_name with newer gcc compilers,
Jeff Layton
[PATCH V3 00/17] NFS/RDMA client-side patches,
Chuck Lever
- [PATCH V3 01/17] xprtrdma: mind the device's max fast register page list depth, Chuck Lever
- [PATCH V3 02/17] nfs-rdma: Fix for FMR leaks, Chuck Lever
- [PATCH V3 03/17] xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context, Chuck Lever
- [PATCH V3 04/17] xprtrdma: Remove BOUNCEBUFFERS memory registration mode, Chuck Lever
- [PATCH V3 05/17] xprtrdma: Remove MEMWINDOWS registration modes, Chuck Lever
- [PATCH V3 06/17] xprtrdma: Remove REGISTER memory registration mode, Chuck Lever
- [PATCH V3 07/17] xprtrdma: Fall back to MTHCAFMR when FRMR is not supported, Chuck Lever
- [PATCH V3 08/17] xprtrdma: mount reports "Invalid mount option" if memreg mode not supported, Chuck Lever
- [PATCH V3 09/17] xprtrdma: Simplify rpcrdma_deregister_external() synopsis, Chuck Lever
- [PATCH V3 10/17] xprtrdma: Make rpcrdma_ep_destroy() return void, Chuck Lever
- [PATCH V3 11/17] xprtrdma: Split the completion queue, Chuck Lever
- [PATCH V3 12/17] xprtrmda: Reduce lock contention in completion handlers, Chuck Lever
- [PATCH V3 13/17] xprtrmda: Reduce calls to ib_poll_cq() in completion handlers, Chuck Lever
- [PATCH V3 14/17] xprtrdma: Limit work done by completion handler, Chuck Lever
- [PATCH V3 15/17] xprtrdma: Reduce the number of hardway buffer allocations, Chuck Lever
- [PATCH V3 16/17] xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting, Chuck Lever
- [PATCH V3 17/17] xprtrdma: Remove Tavor MTU setting, Chuck Lever
- Re: [PATCH V3 00/17] NFS/RDMA client-side patches, Doug Ledford
- Message not available
NFSoRDMA developers bi-weekly meeting announcement (4/30),
Shirley Ma
[PATCH] libnfsidmap: id_as_chars() fails zero value ids.,
Steve Dickson
[PATCH v2 3.4 0/9] fix the NULL pointer when use nfs in diferent net ns,
Weng Meiling
- [PATCH v2 3.4 5/9] nfsd: pass net to nfsd_set_nrthreads(), Weng Meiling
- [PATCH v2 3.4 1/9] nfsd: pass net to nfsd_init_socks(), Weng Meiling
- [PATCH v2 3.4 6/9] nfsd: pass net to __write_ports() and down, Weng Meiling
- [PATCH v2 3.4 8/9] nfsd: containerize NFSd filesystem, Weng Meiling
- [PATCH v2 3.4 2/9] nfsd: pass net to nfsd_startup() and nfsd_shutdown(), Weng Meiling
- [PATCH v2 3.4 4/9] nfsd: pass net to nfsd_svc(), Weng Meiling
- [PATCH v2 3.4 3/9] nfsd: pass net to nfsd_create_serv(), Weng Meiling
- [PATCH v2 3.4 7/9] nfsd: pass proper net to nfsd_destroy() from NFSd kthreads, Weng Meiling
- [PATCH v2 3.4 9/9] nfsd: check passed socket's net matches NFSd superblock's one, Weng Meiling
- Re: [PATCH v2 3.4 0/9] fix the NULL pointer when use nfs in diferent net ns, J. Bruce Fields
[PATCH/RFC] SCHED: allow wait_on_bit functions to support a timeout.,
NeilBrown
Re: OFD ("file private") locks and NFS,
Michael Kerrisk (man-pages)
[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths,
Jeff Layton
[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability,
Aneesh Kumar K.V
- [PATCH -V1 01/22] vfs: Add generic IS_ACL() test for acl support, Aneesh Kumar K.V
- [PATCH -V1 02/22] vfs: Add IS_RICHACL() test for richacl support, Aneesh Kumar K.V
- [PATCH -V1 13/22] richacl: Update the file masks in chmod(), Aneesh Kumar K.V
- [PATCH -V1 19/22] vfs: Cache richacl in struct inode, Aneesh Kumar K.V
- [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag, Aneesh Kumar K.V
- [PATCH -V1 21/22] ext4: Implement rich acl for ext4, Aneesh Kumar K.V
- [PATCH -V1 20/22] vfs: Add richacl permission check, Aneesh Kumar K.V
- [PATCH -V1 18/22] richacl: xattr mapping functions, Aneesh Kumar K.V
- [PATCH -V1 16/22] richacl: Check if an acl is equivalent to a file mode, Aneesh Kumar K.V
- [PATCH -V1 17/22] richacl: Automatic Inheritance, Aneesh Kumar K.V
- [PATCH -V1 15/22] richacl: Create-time inheritance, Aneesh Kumar K.V
- [PATCH -V1 14/22] richacl: Permission check algorithm, Aneesh Kumar K.V
- [PATCH -V1 12/22] richacl: Compute maximum file masks from an acl, Aneesh Kumar K.V
- [PATCH -V1 10/22] richacl: In-memory representation and helper functions, Aneesh Kumar K.V
- [PATCH -V1 11/22] richacl: Permission mapping functions, Aneesh Kumar K.V
- [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes, Aneesh Kumar K.V
- [PATCH -V1 09/22] vfs: Make acl_permission_check() work for richacls, Aneesh Kumar K.V
- [PATCH -V1 06/22] vfs: Add delete child and delete self permission flags, Aneesh Kumar K.V
- [PATCH -V1 07/22] vfs: Make the inode passed to inode_change_ok non-const, Aneesh Kumar K.V
- [PATCH -V1 05/22] vfs: Add new file and directory create permission flags, Aneesh Kumar K.V
- [PATCH -V1 04/22] vfs: check for directory early, Aneesh Kumar K.V
- [PATCH -V1 03/22] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined, Aneesh Kumar K.V
- Re: [PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability, Dave Chinner
- Re: [PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability, Christoph Hellwig
- Re: [PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability, J. Bruce Fields
flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks],
Michael Kerrisk (man-pages)
[PATCH] fs/nfs/idmap.c: fix a Memory leak for variable desc,
Toralf Förster
Re: Resolving the fate of FATTR4_CHANGE_SEC_LABEL, Thomas Haynes
possible 3.14.1 lockd problem (?) causing nfsd hangs,
Nix
[PATCH v2 00/17] NFS: Create a common path used by reads and writes,
Anna Schumaker
- [PATCH v2 04/17] NFS: Create a common read and write header struct, Anna Schumaker
- [PATCH v2 03/17] NFS: Create a common read and write data struct, Anna Schumaker
- [PATCH v2 06/17] NFS: Create a common pgio_alloc and pgio_release function, Anna Schumaker
- [PATCH v2 10/17] NFS: Create a common rpc_call_ops struct, Anna Schumaker
- [PATCH v2 13/17] NFS: Create a generic_pgio function, Anna Schumaker
- [PATCH v2 11/17] NFS: Create a common rpcsetup function for reads and writes, Anna Schumaker
- [PATCH v2 14/17] NFS: Create a common initiate_pgio() function, Anna Schumaker
- [PATCH v2 09/17] NFS: Create a common nfs_pgio_result_common function, Anna Schumaker
- [PATCH v2 17/17] NFS: Create a common nfs_pageio_ops struct, Anna Schumaker
- [PATCH v2 01/17] NFS: Create a common argument structure for reads and writes, Anna Schumaker
- [PATCH v2 12/17] NFS: Create a common pgio_error function, Anna Schumaker
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Forum]