linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 05:37:59 to 2018-12-03 08:34:39 UTC [more...]

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-03  8:34 UTC  (9+ messages)
` [PATCH 01/11] vfs: copy_file_range source range over EOF should fail
` [PATCH 02/11] vfs: introduce generic_copy_file_range()
` [PATCH 03/11] vfs: no fallback for ->copy_file_range
` [PATCH 04/11] vfs: add missing checks to copy_file_range
` [PATCH 06/11] vfs: copy_file_range needs to strip setuid bits
` [PATCH 08/11] vfs: push EXDEV check down into ->remap_file_range
` [PATCH 10/11] vfs: allow generic_copy_file_range to copy across devices
` [PATCH 11/11] ovl: allow cross-device copy_file_range calls

NFS client behavior on WRITE_DELEGATION
 2018-12-03  7:52 UTC 

[PATCH 0/3] Three little nfs-utils fixes
 2018-12-03  0:58 UTC  (4+ messages)
` [PATCH 1/3] nfs.conf: allow empty assignments
` [PATCH 3/3] systemd: run statd-notify even when nfs-client isn't enabled
` [PATCH 2/3] Let systemd know when rpc.statd is needed

[PATCH 00/23 - V5] NFS: Remove generic RPC credentials
 2018-12-03  0:30 UTC  (24+ messages)
` [PATCH 05/23] SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
` [PATCH 15/23] NFS: move credential expiry tracking out of SUNRPC into NFS
` [PATCH 14/23] SUNRPC: add side channel to use non-generic cred for rpc call
` [PATCH 03/23] cred: export get_task_cred()
` [PATCH 16/23] SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
` [PATCH 18/23] NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred
` [PATCH 11/23] SUNRPC: discard RPC_DO_ROOTOVERRIDE()
` [PATCH 08/23] SUNRPC: remove machine_cred field from struct auth_cred
` [PATCH 12/23] NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred()
` [PATCH 09/23] NFSv4: add cl_root_cred for use when machine cred is not available
` [PATCH 06/23] SUNRPC: remove groupinfo from struct auth_cred
` [PATCH 04/23] cred: allow get_cred() and put_cred() to be given NULL
` [PATCH 13/23] SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
` [PATCH 07/23] SUNRPC: remove uid and gid from struct auth_cred
` [PATCH 02/23] cred: add get_cred_rcu()
` [PATCH 10/23] NFSv4: don't require lock for get_renew_cred or get_machine_cred
` [PATCH 17/23] NFS: change access cache to use 'struct cred'
` [PATCH 01/23] cred: add cred_fscmp() for comparing creds
` [PATCH 22/23] SUNRPC: simplify auth_unix
` [PATCH 23/23] SUNRPC discard cr_uid from struct rpc_cred
` [PATCH 19/23] NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'
` [PATCH 20/23] SUNRPC: remove generic cred code
` [PATCH 21/23] SUNRPC: remove crbind rpc_cred operation

[PATCH] SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
 2018-12-02 22:38 UTC 

[PATCH v2 00/10] server-side support for "inter" SSC copy
 2018-12-02 20:47 UTC  (21+ messages)
` [PATCH v2 01/10] VFS generic copy_file_range() support
` [PATCH v2 02/10] NFS fallback to generic_copy_file_range
` [PATCH v2 03/10] NFSD fill-in netloc4 structure
` [PATCH v2 04/10] NFSD add ca_source_server<> to COPY
` [PATCH v2 05/10] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v2 06/10] NFSD add COPY_NOTIFY operation
` [PATCH v2 07/10] NFSD check stateids against copy stateids
` [PATCH v2 08/10] NFSD generalize nfsd4_compound_state flag names
` [PATCH v2 09/10] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v2 10/10] NFSD add nfs4 inter ssc to nfsd4_copy

[PATCH] SUNRPC: Fix a potential race in xprt_connect()
 2018-12-02 17:26 UTC  (3+ messages)

[PATCH v3 31/44] SUNRPC: Turn off throttling of RPC slots for TCP sockets
 2018-12-02 16:44 UTC  (16+ messages)
` [PATCH v3 32/44] SUNRPC: Clean up transport write space handling
  ` [PATCH v3 33/44] SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()
    ` [PATCH v3 34/44] SUNRPC: Don't take transport->lock unnecessarily when taking XPRT_LOCK
      ` [PATCH v3 35/44] SUNRPC: Convert xprt receive queue to use an rbtree
        ` [PATCH v3 36/44] SUNRPC: Fix priority queue fairness
          ` [PATCH v3 37/44] SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
            ` [PATCH v3 38/44] SUNRPC: Add a label for RPC calls that require allocation on receive
              ` [PATCH v3 39/44] SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()
                ` [PATCH v3 40/44] SUNRPC: Simplify TCP receive code by switching to using iterators

[PATCH] cacheio: use intmax_t for formatted IO
 2018-12-01 18:16 UTC  (2+ messages)
` [PATCH] Do not pass null pointer to freeaddrinfo()

NFS v4.2 umask getting dropped
 2018-12-01  3:13 UTC  (3+ messages)

[PATCH v4 1/3] SUNRPC: call_connect_status() must handle tasks that got transmitted
 2018-11-30 22:49 UTC  (3+ messages)
` [PATCH v4 2/3] SUNRPC: Fix leak of krb5p encode pages
  ` [PATCH v4 3/3] SUNRPC: Fix a memory leak in call_encode()

[PATCH v3 1/3] SUNRPC: call_connect_status() must handle tasks that got transmitted
 2018-11-30 22:36 UTC  (9+ messages)
` [PATCH v3 2/3] SUNRPC: Fix leak of krb5p encode pages
  ` [PATCH v3 3/3] SUNRPC: Ensure we refresh the bvec after RPCSEC_GSS encoding

[PATCH v2 00/20] NFS/RDMA client for next (complete)
 2018-11-30 21:57 UTC  (24+ messages)
` [PATCH v2 01/20] rxe: IB_WR_REG_MR does not capture MR's iova field
` [PATCH v2 02/20] xprtrdma: Remove support for FMR memory registration
` [PATCH v2 03/20] xprtrdma: Fix ri_max_segs and the result of ro_maxpages
` [PATCH v2 04/20] xprtrdma: Reduce max_frwr_depth
` [PATCH v2 05/20] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)
` [PATCH v2 06/20] xprtrdma: Recognize XDRBUF_SPARSE_PAGES
` [PATCH v2 07/20] xprtrdma: Remove request_module from backchannel
` [PATCH v2 08/20] xprtrdma: Expose transport header errors
` [PATCH v2 09/20] xprtrdma: Simplify locking that protects the rl_allreqs list
` [PATCH v2 10/20] xprtrdma: Refactor rpcrdma_create_req()
` [PATCH v2 11/20] xprtrdma: Prevent req creation while unloading the underlying device
` [PATCH v2 12/20] xprtrdma: Dynamically allocate rpcrdma_reqs
` [PATCH v2 13/20] xprtrdma: Cull dprintk() call sites
` [PATCH v2 14/20] xprtrdma: Clean up of xprtrdma chunk trace points
` [PATCH v2 15/20] xprtrdma: Relocate the xprtrdma_mr_map "
` [PATCH v2 16/20] NFS: Make "port=" mount option optional for RDMA mounts
` [PATCH v2 17/20] SUNRPC: Remove support for kerberos_v1
` [PATCH v2 18/20] SUNRPC: Fix some kernel doc complaints
` [PATCH v2 19/20] NFS: Fix NFSv4 symbolic trace point output
` [PATCH v2 20/20] SUNRPC: Simplify defining common RPC trace events

[PATCH v2 1/3] SUNRPC: call_connect_status() must handle tasks that got transmitted
 2018-11-30 21:38 UTC  (8+ messages)
` [PATCH v2 2/3] SUNRPC: Fix leak of krb5p encode pages
  ` [PATCH v2 3/3] SUNRPC: Ensure we refresh the bvec after RPCSEC_GSS encoding

[PATCH] SUNRPC: Fix leak of krb5p encode pages
 2018-11-30 21:08 UTC  (2+ messages)

kerberos with v4.20-rc4 heads up
 2018-11-30 20:36 UTC  (3+ messages)

[PATCH 00/23 - V4] NFS: Remove generic RPC credentials
 2018-11-30 19:39 UTC  (3+ messages)

[PATCH 0/1] NFSv4: deal with v4.0 servers that request confirmation on reclaim-type opens
 2018-11-30 18:48 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/1] NFSv4: fix "Lock reclaim failed" false positives
 2018-11-30 14:44 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] nfsd: Return EPERM on utime/utimes/lutimes calls instead of EACCESS in some cases
 2018-11-30  8:04 UTC 

[PATCH] nfsd: Return EPERM on utime/utimes/lutimes calls instead of EACCESS in some cases
 2018-11-30  7:51 UTC 

[PATCH 2/2] nfs-utils: configure.ac: Do not fatalize -Wstrict-prototypes with internal rpcgen
 2018-11-29 20:01 UTC  (2+ messages)

[PATCH 1/2] nfs-utils: configure.ac: Fix --with-rpcgen=internal nottaking effect
 2018-11-29 20:00 UTC  (2+ messages)

[PATCH] [nfs-utils] mount: improve error msg when mount fail wirh EBUSY
 2018-11-29 19:49 UTC  (2+ messages)

[PATCH] nfs-utils: Allow setting of commented out values in nfs.conf
 2018-11-29 19:47 UTC  (2+ messages)

[PATCH nfs-utils] systemd/rpc-statd.service - add IgnoreOnIsolate=yes
 2018-11-29 19:36 UTC  (2+ messages)

[PATCH v1 1/3] Fix quoting in configure.ac
 2018-11-29 18:47 UTC  (8+ messages)
` [PATCH v1 3/3] Finish port of junction support to nfs-utils

[PATCH AUTOSEL 4.19 46/68] NFSv4: Fix a NFSv4 state manager deadlock
 2018-11-29  5:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 57/68] NFSv4.2 copy do not allocate memory under the lock
` [PATCH AUTOSEL 4.19 58/68] flexfiles: use per-mirror specified stateid for IO

[PATCH AUTOSEL 4.14 28/35] flexfiles: use per-mirror specified stateid for IO
 2018-11-29  6:01 UTC 

[PATCH 0/1] cache_head leak in sunrpc_cache_lookup()
 2018-11-29  5:35 UTC  (3+ messages)

[PATCH v2 0/1] SUNRPC: Allow /proc entries without CONFIG_SUNRPC_DEBUG
 2018-11-28 21:38 UTC  (3+ messages)
` [PATCH v2 1/1] SUNRPC: allow "

KMSAN: uninit-value in ip6_compressed_string
 2018-11-28 17:40 UTC 

[LKP] [fs/locks] 83b381078b: will-it-scale.per_thread_ops -62.5% regression
 2018-11-28 11:37 UTC  (5+ messages)
    ` [PATCH] locks: fix performance regressions

[PATCH 1/1] sunrpc: cache_head leak due queued request
 2018-11-28  8:45 UTC 

NFSd: NULL-dereference when writing to v4_end_grace when server is not yet started
 2018-11-28  1:19 UTC  (3+ messages)

[PATCH v1] svcrdma: Optimize the logic that selects the R_key to invalidate
 2018-11-28  1:13 UTC  (9+ messages)

[PATCH] nfsd: clean up indentation, increase indentation in switch statement
 2018-11-27 22:33 UTC  (2+ messages)

[PATCH 0/1] SUNRPC: Allow /proc entries without CONFIG_SUNRPC_DEBUG
 2018-11-27 21:29 UTC  (3+ messages)
` [PATCH 1/1] SUNRPC: allow "

[PATCH RFC 0/4] un-deprecate nfsdcld
 2018-11-27 21:19 UTC  (3+ messages)
` [PATCH RFC 1/4] nfsd: fix a warning in __cld_pipe_upcall()

[PATCH] pynfs: fix result array access in CSID7
 2018-11-27 20:14 UTC  (2+ messages)

[PATCH] nfs: don't dirty kernel pages read by direct-io
 2018-11-27 19:31 UTC 

[PATCH 1/1] flexfiles: enforce per-mirror stateid only for v4 DSes
 2018-11-26 17:35 UTC 

[GIT PULL] Please pull NFS client changes
 2018-11-25 17:45 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 25/36] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
 2018-11-22 19:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 30/36] NFSv4: Fix an Oops during delegation callbacks

[PATCH AUTOSEL 4.4 5/8] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
 2018-11-22 19:57 UTC 

[PATCH AUTOSEL 3.18 4/7] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
 2018-11-22 19:57 UTC 

[PATCH AUTOSEL 4.9 11/15] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
 2018-11-22 19:56 UTC 

[PATCH AUTOSEL 4.14 15/21] SUNRPC: Fix a bogus get/put in generic_key_to_expire()
 2018-11-22 19:54 UTC 

Debugging a kernel crash in svc_process_common() on the client (NFS 4.1)
 2018-11-22 14:32 UTC 

[PATCH v4 1/1] NFSv4.2 copy do not allocate memory under the lock
 2018-11-21 16:24 UTC 

[PATCH] flexfiles: use per-mirror specified stateid for IO
 2018-11-21 11:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v1 0/4] NFS/RDMA client for v4.21 (part 1)
 2018-11-20 21:31 UTC  (12+ messages)
` [PATCH v1 1/4] xprtrdma: Remove support for FMR memory registration
` [PATCH v1 4/4] xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)

[PATCH] NFSv4: Fix a NFSv4 state manager deadlock
 2018-11-20 12:55 UTC 

[PATCH 1/1] NFSv4.2 do not allocate memory under the lock (fwd)
 2018-11-20  5:58 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 NNTP newsgroup(s).