messages from 2017-06-29 20:20:04 to 2017-07-11 21:54:42 UTC [more...]
[PATCH 1/4] NFS: Refactor NFS access to kernel access mask calculation
2017-07-11 21:54 UTC (4+ messages)
` [PATCH 2/4] NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()
` [PATCH 3/4] NFS: Store the raw NFS access mask in the inode's access cache
` [PATCH 4/4] NFS: Be more careful about mapping file permissions
[PATCH] NFS: Don't run wake_up_bit() when nobody is waiting
2017-07-11 21:53 UTC
[PATCH v3 00/42] NFS/NFSD support for async and inter COPY
2017-07-11 21:01 UTC (46+ messages)
` [RFC v3 01/42] fs: Don't copy beyond the end of the file
` [RFC v3 02/42] VFS permit cross device vfs_copy_file_range
` [RFC v3 03/42] NFS CB_OFFLOAD xdr
` [RFC v3 04/42] NFS OFFLOAD_STATUS xdr
` [RFC v3 05/42] NFS OFFLOAD_STATUS op
` [RFC v3 06/42] NFS OFFLOAD_CANCEL xdr
` [RFC v3 07/42] NFS COPY xdr handle async reply
` [RFC v3 08/42] NFS add support for asynchronous COPY
` [RFC v3 09/42] NFS handle COPY reply CB_OFFLOAD call race
` [RFC v3 10/42] NFS export nfs4_async_handle_error
` [RFC v3 11/42] NFS test for intra vs inter COPY
` [RFC v3 12/42] NFS send OFFLOAD_CANCEL when COPY killed
` [RFC v3 13/42] NFS handle COPY ERR_OFFLOAD_NO_REQS
` [RFC v3 14/42] NFS if we got partial copy ignore errors
` [RFC v3 15/42] NFS recover from destination server reboot for copies
` [RFC v3 16/42] NFS NFSD defining nl4_servers structure needed by both
` [RFC v3 17/42] NFS add COPY_NOTIFY operation
` [RFC v3 18/42] NFS add ca_source_server<> to COPY
` [RFC v3 19/42] NFS also send OFFLOAD_CANCEL to source server
` [RFC v3 20/42] NFS inter ssc open
` [RFC v3 21/42] NFS skip recovery of copy open on dest server
` [RFC v3 22/42] NFS for "inter" copy treat ESTALE as ENOTSUPP
` [RFC v3 23/42] NFS add a simple sync nfs4_proc_commit after async COPY
` [RFC v3 24/42] NFSD add ca_source_server<> to COPY
` [RFC v3 25/42] NFSD add COPY_NOTIFY operation
` [RFC v3 26/42] NFSD generalize nfsd4_compound_state flag names
` [RFC v3 27/42] NFSD: allow inter server COPY to have a STALE source server fh
` [RFC v3 28/42] NFSD add nfs4 inter ssc to nfsd4_copy
` [RFC v3 29/42] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [RFC v3 30/42] NFSD Unique stateid_t for inter server to server COPY authentication
` [RFC v3 31/42] NFSD CB_OFFLOAD xdr
` [RFC v3 32/42] NFSD OFFLOAD_STATUS xdr
` [RFC v3 33/42] NFSD OFFLOAD_CANCEL xdr
` [RFC v3 34/42] NFSD xdr callback stateid in async COPY reply
` [RFC v3 35/42] NFSD first draft of async copy
` [RFC v3 36/42] NFSD handle OFFLOAD_CANCEL op
` [RFC v3 37/42] NFSD stop queued async copies on client shutdown
` [RFC v3 38/42] NFSD create new stateid for async copy
` [RFC v3 39/42] NFSD define EBADF in nfserrno
` [RFC v3 40/42] NFSD support OFFLOAD_STATUS
` [RFC v3 41/42] NFSD remove copy stateid when vfs_copy_file_range completes
` [RFC v3 42/42] NFSD delay the umount after COPY
[PATCH v1] sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst
2017-07-11 20:50 UTC (8+ messages)
/etc/mtab read ~900 times by rpc.mountd
2017-07-11 15:39 UTC (9+ messages)
systemd and NFS "bg" mounts
2017-07-10 22:56 UTC (6+ messages)
` [systemd-devel] "
` [PATCH] nfs.man: document incompatibility between "bg" option and systemd
[PATCH nfs-utils v2 00/12] add NFS over AF_VSOCK support
2017-07-10 18:39 UTC (32+ messages)
` [PATCH nfs-utils v2 01/12] mount: don't use IPPROTO_UDP for address resolution
` [PATCH nfs-utils v2 02/12] nfs-utils: add AF_VSOCK support to sockaddr.h
` [PATCH nfs-utils v2 03/12] mount: present AF_VSOCK addresses
` [PATCH nfs-utils v2 04/12] mount: accept AF_VSOCK in nfs_verify_family()
` [PATCH nfs-utils v2 05/12] getport: recognize "vsock" netid
` [PATCH nfs-utils v2 06/12] mount: AF_VSOCK address parsing
` [PATCH nfs-utils v2 07/12] exportfs: introduce host_freeaddrinfo()
` [PATCH nfs-utils v2 08/12] exportfs: add AF_VSOCK address parsing and printing
` [PATCH nfs-utils v2 09/12] exportfs: add AF_VSOCK support to set_addrlist()
` [PATCH nfs-utils v2 10/12] exportfs: add support for "vsock:" exports(5) syntax
` [PATCH nfs-utils v2 11/12] nfsd: add --vsock (-v) option to nfsd
` [PATCH nfs-utils v2 12/12] tests: add "vsock:" exports(5) test case
[PATCH v2 1/1] VFS permit cross device vfs_copy_file_range
2017-07-10 18:30 UTC (3+ messages)
[PATCH v3 00/14] NFS: add AF_VSOCK support
2017-07-10 18:05 UTC (17+ messages)
` [PATCH v3 01/14] SUNRPC: add AF_VSOCK support to addr.[ch]
` [PATCH v3 02/14] SUNRPC: rename "TCP" record parser to "stream" parser
` [PATCH v3 03/14] SUNRPC: abstract tcp_read_sock() in record fragment parser
` [PATCH v3 04/14] SUNRPC: extract xs_stream_reset_state()
` [PATCH v3 05/14] VSOCK: add tcp_read_sock()-like vsock_read_sock() function
` [PATCH v3 06/14] SUNRPC: add AF_VSOCK support to xprtsock.c
` [PATCH v3 07/14] SUNRPC: drop unnecessary svc_bc_tcp_create() helper
` [PATCH v3 08/14] SUNRPC: add AF_VSOCK support to svc_xprt.c
` [PATCH v3 09/14] SUNRPC: add AF_VSOCK backchannel support
` [PATCH v3 10/14] NFS: add AF_VSOCK support to NFS client
` [PATCH v3 11/14] nfsd: support vsock xprt creation
` [PATCH v3 12/14] SUNRPC: add AF_VSOCK lock class
` [PATCH v3 13/14] SUNRPC: vsock svcsock support
` [PATCH v3 14/14] SUNRPC: add AF_VSOCK support to auth.unix.ip
NFS still exports non-mountpoints with mountpoint= option /etc/exports
2017-07-09 10:27 UTC
open by handle support for NFS V2
2017-07-07 4:27 UTC (10+ messages)
[PATCH] Stable request to fix a reference leak and list corruption
2017-07-06 14:24 UTC (5+ messages)
[PATCH 1/1] NFSv4.2 fix size storage for nfs42_proc_copy
2017-07-06 13:43 UTC
[RFC] fix parallelism for rpc tasks
2017-07-05 17:33 UTC (8+ messages)
ANNOUNCE: libtirpc-1.0.2 released
2017-07-05 15:42 UTC
[PATCH] Fix struct rpcent for uclibc-ng
2017-07-05 14:58 UTC (2+ messages)
[PATCH v3 1/1] PNFS fix dangling DS mount
2017-07-05 13:52 UTC (2+ messages)
[PATCH 00/36] v2 net subsystem misc refcounter conversions
2017-07-05 9:03 UTC (39+ messages)
` [PATCH 01/36] net, llc: convert llc_sap.refcnt from atomic_t to refcount_t
` [PATCH 02/36] net, l2tp: convert l2tp_tunnel.ref_count "
` [PATCH 03/36] net, l2tp: convert l2tp_session.ref_count "
` [PATCH 04/36] net, vxlan: convert vxlan_sock.refcnt "
` [PATCH 05/36] net, decnet: convert dn_fib_info.fib_clntref "
` [PATCH 06/36] net, atm: convert atm_dev.refcnt "
` [PATCH 07/36] net, atm: convert lec_arp_table.usage "
` [PATCH 08/36] net, atm: convert in_cache_entry.use "
` [PATCH 09/36] net, atm: convert eg_cache_entry.use "
` [PATCH 10/36] net, bridge: convert net_bridge_vlan.refcnt "
` [PATCH 11/36] net, calipso: convert calipso_doi.refcount "
` [PATCH 12/36] net, sched: convert Qdisc.refcnt "
` [PATCH 13/36] net, lapb: convert lapb_cb.refcnt "
` [PATCH 14/36] net, ipx: convert ipx_interface.refcnt "
` [PATCH 15/36] net, ipx: convert ipx_route.refcnt "
` [PATCH 16/36] net, netrom: convert nr_neigh.refcount "
` [PATCH 17/36] net, netrom: convert nr_node.refcount "
` [PATCH 18/36] net, sunrpc: convert gss_cl_ctx.count "
` [PATCH 19/36] net, sunrpc: convert gss_upcall_msg.count "
` [PATCH 20/36] net, rds: convert rds_ib_device.refcount "
` [PATCH 21/36] net, rds: convert rds_incoming.i_refcount "
` [PATCH 22/36] net, rds: convert rds_mr.r_refcount "
` [PATCH 23/36] net, rds: convert rds_message.m_refcount "
` [PATCH 24/36] net, x25: convert x25_route.refcnt "
` [PATCH 25/36] net, x25: convert x25_neigh.refcnt "
` [PATCH 26/36] net, xfrm: convert xfrm_state.refcnt "
` [PATCH 27/36] net, xfrm: convert xfrm_policy.refcnt "
` [PATCH 28/36] net, xfrm: convert sec_path.refcnt "
` [PATCH 29/36] net, sctp: convert sctp_auth_bytes.refcnt "
` [PATCH 30/36] net, sctp: convert sctp_datamsg.refcnt "
` [PATCH 31/36] net, sctp: convert sctp_chunk.refcnt "
` [PATCH 32/36] net, sctp: convert sctp_transport.refcnt "
` [PATCH 33/36] net, sctp: convert sctp_ep_common.refcnt "
` [PATCH 34/36] net, ax25: convert ax25_uid_assoc.refcount "
` [PATCH 35/36] net, ax25: convert ax25_route.refcount "
` [PATCH 36/36] net, ax25: convert ax25_cb.refcount "
[PATCH] NFS: only invalidate dentrys that are clearly invalid
2017-07-05 2:22 UTC
[PATCH 0/2] Protect against a demented NFS server
2017-07-03 5:27 UTC (3+ messages)
` [PATCH 2/2] NFS: check for nfs_refresh_inode() errors in nfs_fhget()
` [PATCH 1/2] NFS: guard against confused server in nfs_atomic_open()
please cherry pick nfs commit df807fffaabd for stable
2017-07-02 8:54 UTC (2+ messages)
[PATCH 1/1] PNFS fix EACCESS on commit to DS handling
2017-06-30 18:56 UTC (4+ messages)
[PATCH v3 00/18] Server-side NFS/RDMA changes proposed for v4.13
2017-06-30 0:23 UTC (5+ messages)
` [PATCH v3 09/18] sunrpc: Allocate one more page per svc_rqst
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox