linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-07 16:46:16 to 2018-03-22 16:40:47 UTC [more...]

[PATCH v7 00/10] NFSD support for asynchronous COPY
 2018-03-22 16:40 UTC  (21+ messages)
` [PATCH v7 05/10] NFSD introduce asynch copy feature
` [PATCH v7 06/10] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v7 07/10] NFSD create new stateid for async copy
` [PATCH v7 10/10] NFSD stop queued async copies on client shutdown

[PATCH] nfsd: zero out umask if the client didn't provide one
 2018-03-22  9:25 UTC  (3+ messages)

linux-next: please clean up the nfs-anna tree
 2018-03-21 19:36 UTC  (2+ messages)

[md PATCH 0/4] Minor 'cred' improvements prepare for NFS conversion
 2018-03-21 14:49 UTC  (2+ messages)

[PATCH] NFSv4: handle EINVAL from EXCHANGE_ID better
 2018-03-20 22:12 UTC  (14+ messages)
` [PATCH - v2] "

[PATCH 0/3] Three short subjects for v4.17
 2018-03-20 21:37 UTC  (5+ messages)
` [PATCH 1/3] svcrdma: Use pr_err to report Receive errors
` [PATCH 2/3] svcrdma: Consult max_qp_init_rd_atom when accepting connections
` [PATCH 3/3] svcrdma: Clean up rdma_build_arg_xdr

[GIT PULL] nfsd bugfix for 4.16
 2018-03-20 21:29 UTC 

[PATCH 0/9] Misc cleanups
 2018-03-20 21:03 UTC  (10+ messages)
` [PATCH 1/9] SUNRPC: Add helpers for decoding opaque and string types
  ` [PATCH 2/9] SUNRPC: Add a helper for encoding opaque data inline
    ` [PATCH 3/9] NFSv4: Allow GFP_NOIO sleeps in decode_attr_owner/decode_attr_group
      ` [PATCH 4/9] NFSv4; Clean up XDR encoding of type bitmap4
        ` [PATCH 5/9] NFSv4: Clean up encode_attrs
          ` [PATCH 6/9] NFSv4: Add a helper to encode/decode struct timespec
            ` [PATCH 7/9] NFSv4: Don't ask for attributes when ACCESS is protected by a delegation
              ` [PATCH 8/9] NFSv4: Clean up CB_GETATTR encoding
                ` [PATCH 9/9] NFSv4: Fix the nfs_inode_set_delegation() arguments

[PATCH 0/6] Finer grained attribute checking for NFSv4.x
 2018-03-20 20:53 UTC  (7+ messages)
` [PATCH 1/6] NFS: Convert NFS_INO_INVALID flags to unsigned long
  ` [PATCH 2/6] NFS: Don't force a revalidation of all attributes if change is missing
    ` [PATCH 3/6] NFS: Don't redirty the attribute cache in nfs_wcc_update_inode()
      ` [PATCH 4/6] NFS: Don't force unnecessary cache invalidation in nfs_update_inode()
        ` [PATCH 5/6] NFS: More fine grained attribute tracking
          ` [PATCH 6/6] NFSv4: Ignore change attribute invalidations if we hold a delegation

[PATCH 0/8] Don't return delegations unnecessarily in NFSv4.1
 2018-03-20 20:43 UTC  (9+ messages)
` [PATCH 1/8] NFSv4: Fix nfs4_return_incompatible_delegation
  ` [PATCH 2/8] NFS: Move the delegation return down into nfs4_proc_link()
    ` [PATCH 3/8] NFS: Move the delegation return down into nfs4_proc_remove()
      ` [PATCH 4/8] NFS: Move delegation recall into the NFSv4 callback for rename_setup()
        ` [PATCH 5/8] NFS: Add a delegation return into nfs4_proc_unlink_setup()
          ` [PATCH 6/8] NFS: Move the delegation return down into _nfs4_do_setattr()
            ` [PATCH 7/8] NFS: Remove the unused return_delegation() callback
              ` [PATCH 8/8] NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)

[PATCH net-next nfs 0/6] Converting pernet_operations (part #7)
 2018-03-20 16:49 UTC  (12+ messages)
` [PATCH net-next nfs 1/6] net: Convert rpcsec_gss_net_ops
` [PATCH net-next nfs 2/6] net: Convert sunrpc_net_ops
` [PATCH net-next nfs 3/6] net: Convert nfsd_net_ops
` [PATCH net-next nfs 4/6] net: Convert nfs4_dns_resolver_ops
` [PATCH net-next nfs 5/6] net: Convert nfs4blocklayout_net_ops
` [PATCH net-next nfs 6/6] net: Convert rxrpc_net_ops

[PATCH 00/10] Eliminate delegation self-conflicts v2
 2018-03-20 16:02 UTC  (18+ messages)
` [PATCH 01/10] vfs: remove unnecessary fl_owner_t typedef
` [PATCH 02/10] nfsd: simplify put of fi_deleg_file
` [PATCH 03/10] nfsd: simplify nfs4_put_deleg_lease calls
` [PATCH 04/10] nfsd4: set fl_owner to delegation, not file pointer
` [PATCH 05/10] nfsd4: dp->dl_stid.sc_file doesn't need locking
` [PATCH 06/10] nfsd: make nfs4_get_existing_delegation less confusing
` [PATCH 07/10] nfsd: factor out common delegation-destruction code
` [PATCH 08/10] nfsd: move sc_file assignment into alloc_init_deleg
` [PATCH 09/10] nfsd: create a separate lease for each delegation
` [PATCH 10/10] nfsd: clients don't need to break their own delegations

running NFS in LXC
 2018-03-20 13:22 UTC  (8+ messages)

[PATCH] nfsd: use correct enum type in decode_cb_op_status
 2018-03-19 22:37 UTC 

[PATCH] nfs: nfs_fileid_valid() is wrong on NFSv3 and incomplete on NFSv4
 2018-03-19 19:52 UTC  (4+ messages)

[PATCH v1 0/2] NFS decoder clean-ups, redux
 2018-03-19 18:56 UTC  (3+ messages)
` [PATCH v1 1/2] NFSD: Clean up write argument XDR decoders
` [PATCH v1 2/2] NFSD: Clean up symlink "

[PATCH] xprtrdma: Fix corner cases when handling device removal
 2018-03-19 18:23 UTC 

[PATCH] vfs: remove unnecessary fl_owner_t typedef
 2018-03-19 14:27 UTC  (6+ messages)

Compliment of the day to you Dear Friend
 2018-03-19  2:10 UTC 

[PATCH 0/3] nfs4: lock notification fixes
 2018-03-18 12:37 UTC  (4+ messages)
` [PATCH 1/3] nfs4: always reset notified flag to false before repolling for lock
` [PATCH 2/3] nfs4: don't compare clientid in nfs4_wake_lock_waiter
` [PATCH 3/3] nfs4: wake any lock waiters on successful RECLAIM_COMPLETE

[PATCH] nfsd: remove blocked locks on client teardown
 2018-03-16 15:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] Eliminate delegation self-conflicts
 2018-03-16 14:43 UTC  (5+ messages)
` [PATCH 3/3] nfsd: clients don't need to break their own delegations

[PATCH 2/3] fs: hide another detail of delegation logic
 2018-03-16 14:42 UTC  (11+ messages)

[PATCH 0/3] Trace point improvements for sunrpc
 2018-03-16 14:33 UTC  (4+ messages)
` [PATCH 1/3] sunrpc: Simplify synopsis of some trace points
` [PATCH 2/3] sunrpc: Add static trace point to report RPC latency stats
` [PATCH 3/3] sunrpc: Add static trace point to report result of RPC ping

[PATCH 0/2] Move Receive posting
 2018-03-16 14:28 UTC  (3+ messages)
` [PATCH 1/2] xprtrdma: Move Receive posting to rpcrdma_reply_handler
` [PATCH 2/2] xprtrdma: Add static trace point in post_recvs

[PATCH] nfsd: move nfs4_client allocation to dedicated slabcache
 2018-03-16 13:47 UTC 

[PATCH] nfs: Use ida_simple API
 2018-03-15  2:48 UTC 

[PATCH 00/15] NFSD trace point clean up
 2018-03-15  1:43 UTC  (25+ messages)
` [PATCH 01/15] sunrpc: Remove unneeded pointer dereference
` [PATCH 02/15] svc: Simplify ->xpo_secure_port
` [PATCH 03/15] sunrpc: Update show_svc_xprt_flags() to include recently added flags
` [PATCH 04/15] sunrpc: Move trace_svc_xprt_dequeue()
` [PATCH 05/15] sunrpc: Simplify do_enqueue tracing
` [PATCH 06/15] sunrpc: Simplify trace_svc_recv
` [PATCH 07/15] sunrpc: Save remote presentation address in svc_xprt for trace events
` [PATCH 08/15] sunrpc: Re-purpose trace_svc_process
` [PATCH 09/15] sunrpc: Report per-RPC execution stats
` [PATCH 10/15] nfsd: Fix NFSD trace points
` [PATCH 11/15] nfsd: Record request byte count, not count of vectors
` [PATCH 12/15] nfsd: Add "nfsd_" to trace point names
` [PATCH 13/15] nfsd: Add I/O trace points in the NFSv4 write path
` [PATCH 14/15] nfsd: Add I/O trace points in the NFSv4 read proc
` [PATCH 15/15] nfsd: Trace NFSv4 COMPOUND execution

ANNOUNCE: libtirpc-1.0.3 released
 2018-03-14 14:37 UTC 

(no subject)
 2018-03-13 15:10 UTC 

Crash of Nfstest_Delegation
 2018-03-13  6:20 UTC  (2+ messages)
` Fwd: "

[GIT PULL] Please pull NFS client bugfixes
 2018-03-12 17:29 UTC 

NFS sync and async mode
 2018-03-12 15:13 UTC  (4+ messages)

[PATCH v2] SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock
 2018-03-12 14:30 UTC  (5+ messages)

[PATCH] nfs: nfs_commit_inode should redirty inode if the inode has outstanding requests
 2018-03-12 12:32 UTC  (12+ messages)

[PATCH] Removed -Werror=format-truncation and format warnings
 2018-03-10 16:34 UTC  (2+ messages)

[PATCH] nfs-utils: Test if extra compiler warnings are available
 2018-03-10 16:34 UTC  (2+ messages)

[PATCH] nfs-utils: Fix variable shadowing issue caused by ABI cleanup
 2018-03-10 16:33 UTC  (2+ messages)

[PATCH V2] clnt_dg_call: Change the memory allocation
 2018-03-10 15:10 UTC  (4+ messages)

[PATCH] Do not bind to reserved ports registered in /etc/services
 2018-03-08 21:35 UTC  (11+ messages)
                ` [Libtirpc-devel] "

[PATCH] NFS: Don't disconnect open-owner on NFS4ERR_BAD_SEQID
 2018-03-08 18:58 UTC  (9+ messages)
      ` [PATCH resend] "

,Your urgent confirmation
 2018-03-08  6:52 UTC 

[PATCH 0/9] Second round of v4.17 NFS/RDMA client patches
 2018-03-07 20:44 UTC  (9+ messages)
` [PATCH 5/9] SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lock

[PATCH 1/2] NFS: Fix an incorrect type in struct nfs_direct_req
 2018-03-07 20:58 UTC  (2+ messages)
` [PATCH 2/2] NFS: Record file size changes when doing O_DIRECT writes

Kernel ops with flexfiles
 2018-03-07 20:56 UTC  (5+ 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 NNTP newsgroup(s).