linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-25 19:21:06 to 2016-04-30 22:20:07 UTC [more...]

[PATCH 0/2] scop GFP_NOFS api
 2016-04-30 22:19 UTC  (24+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
  ` [PATCH 1.1/2] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
    ` [PATCH 1.2/2] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [Cluster-devel] [PATCH 0/2] scop GFP_NOFS api

parallel lookups on NFS
 2016-04-30 22:17 UTC  (12+ messages)

[RFC][PATCH 0/6] Enhanced file stat system call
 2016-04-30 21:05 UTC  (8+ messages)
` [PATCH 1/6] statx: Add a system call to make enhanced file info available
` [PATCH 2/6] statx: AFS: Return enhanced file attributes
` [PATCH 3/6] statx: Ext4: "
` [PATCH 4/6] statx: NFS: "
` [PATCH 5/6] statx: Make windows attributes available for CIFS, NTFS and FAT to use
` [PATCH 6/6] statx: CIFS: Return enhanced attributes

[RFC PATCH v5 0/3] adding pthread support to gssd
 2016-04-30 17:29 UTC  (16+ messages)
` [PATCH v5 1/3] gssd: use pthreads to handle upcalls
` [PATCH v5 2/3] gssd: using syscalls directly to change thread's identity
` [PATCH v5 3/3] gssd: always call gss_krb5_ccache_name

Cannot use NFS with linux-next 20160429
 2016-04-29 23:18 UTC 

[PATCH v4 0/3] NFSv4.2: Add support for the COPY operation
 2016-04-29 20:42 UTC  (5+ messages)
` [PATCH v4 1/3] NFS: Add nfs_commit_file()
` [PATCH v4 2/3] NFS: Add COPY nfs operation
` [PATCH v4 3/3] NFSD: Implement the COPY call
` [RFC v4 4/3] vfs_copy_range() test program

[PATCH Version 3 0/2] Add multihostname support for NFSv4.1,2
 2016-04-29 20:03 UTC  (13+ messages)
` [PATCH Version 3 1/2] NFS parse NFSv4 multiple hostnames
` [PATCH Version 3 2/2] NFS add multiaddr mount option

[nfs-utils PATCH v2] exportfs: add the debug option
 2016-04-29 16:13 UTC 

[nfs-utils PATCH] exportfs: add the debug option
 2016-04-29 15:09 UTC  (2+ messages)

[PATCH] Remove rpcsecgss library support
 2016-04-29 14:35 UTC  (2+ messages)

[PATCH] NFS: Fix an LOCK/OPEN race when unlinking an open file
 2016-04-29 13:48 UTC  (12+ messages)

[nfs-utils PATCH] exportfs: replace one xlog(D_GENERAL) in host_canonname()
 2016-04-29 13:26 UTC 

[PATCH v2 0/7] nfs/sunrpc: fix flexfiles credential handling
 2016-04-29 12:58 UTC  (8+ messages)
` [PATCH v2 1/7] sunrpc: plumb gfp_t parm into crcreate operation
` [PATCH v2 6/7] nfs: get a reference to the credential in ff_layout_alloc_lseg

[PATCH] nfs: don't match flexfiles mirrors that have different creds
 2016-04-29 10:52 UTC  (2+ messages)

[PATCH nfs-utils] systemd unit files: fix up dependencies on rpcbind
 2016-04-29  2:59 UTC 

[PATCH 00/10] NFS/RDMA server updates proposed for v4.7
 2016-04-28 16:15 UTC  (13+ messages)
` [PATCH 01/10] svcrdma: Support IPv6 with NFS/RDMA
` [PATCH 02/10] svcrdma: Do not add XDR padding to xdr_buf page vector
` [PATCH 03/10] svcrdma: svc_rdma_put_context() is invoked twice in Send error path
` [PATCH 04/10] svcrdma: Remove superfluous line from rdma_read_chunks()
` [PATCH 05/10] svcrdma: Post Receives only for forward channel requests
` [PATCH 06/10] svcrdma: Drain QP before freeing svcrdma_xprt
` [PATCH 07/10] svcrdma: Eliminate code duplication in svc_rdma_recvfrom()
` [PATCH 08/10] svcrdma: Generalize svc_rdma_xdr_decode_req()
` [PATCH 09/10] svcrdma: Simplify the check for backward direction replies
` [PATCH 10/10] svcrdma: Switch CQs from IB_POLL_SOFTIRQ to IB_POLL_WORKQUEUE

[PATCH nfs-utils] mount.nfs: skip server address resolution on remount
 2016-04-28 12:16 UTC  (2+ messages)

[PATCH v2 00/18] NFS/RDMA client patches for v4.7
 2016-04-28 10:59 UTC  (50+ messages)
` [PATCH v2 01/18] sunrpc: Advertise maximum backchannel payload size
` [PATCH v2 02/18] xprtrdma: Bound the inline threshold values
` [PATCH v2 03/18] xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headers
` [PATCH v2 04/18] xprtrdma: Prevent inline overflow
` [PATCH v2 05/18] xprtrdma: Avoid using Write list for small NFS READ requests
` [PATCH v2 06/18] xprtrdma: Update comments in rpcrdma_marshal_req()
` [PATCH v2 07/18] xprtrdma: Allow Read list and Reply chunk simultaneously
` [PATCH v2 08/18] xprtrdma: Remove rpcrdma_create_chunks()
` [PATCH v2 09/18] xprtrdma: Use core ib_drain_qp() API
` [PATCH v2 10/18] xprtrdma: Rename rpcrdma_frwr::sg and sg_nents
` [PATCH v2 11/18] xprtrdma: Save I/O direction in struct rpcrdma_frwr
` [PATCH v2 12/18] xprtrdma: Reset MRs in frwr_op_unmap_sync()
` [PATCH v2 13/18] xprtrdma: Refactor the FRWR recovery worker
` [PATCH v2 14/18] xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw
` [PATCH v2 15/18] xprtrdma: Refactor __fmr_dma_unmap()
` [PATCH v2 16/18] xprtrdma: Add ro_unmap_safe memreg method
      ` Removing NFS/RDMA client support for PHYSICAL memory registration
` [PATCH v2 17/18] xprtrdma: Remove ro_unmap() from all registration modes
` [PATCH v2 18/18] xprtrdma: Faster server reboot recovery

[PATCH Version 3 0/9] NFSV4.1,2 session trunking
 2016-04-27 18:32 UTC  (12+ messages)
` [PATCH Version 3 1/9] NFS parse multiple hostnames
` [PATCH Version 3 2/9] NFS default callback ops
` [PATCH Version 3 3/9] NFS refactor nfs4_match_clientids
` [PATCH Version 3 4/9] NFS refactor nfs4_check_serverowner_major_id
` [PATCH Version 3 5/9] NFS detect session trunking
` [PATCH Version 3 6/9] NFS refactor _nfs4_proc_exchange_id for "
` [PATCH Version 3 7/9] SUNRPC add flag to rpc_task_release_client
` [PATCH Version 3 8/9] NFS test and add multi-addrs for session trunking
` [PATCH Version 3 9/9] NFS add multiaddr to nfs_show_nfsv4_options

[RFC PATCH v3 0/3] adding pthread support to gssd
 2016-04-27 17:50 UTC  (9+ messages)
` [PATCH v3 1/3] gssd: use pthreads to handle upcalls
` [PATCH v3 2/3] gssd: using syscalls directly to change thread's identity

[PATCH/nfs-utils] mount: run START_STATD fully as root
 2016-04-27 17:33 UTC  (2+ messages)

[PATCH nfs-utils] fix building w/newer C libraries
 2016-04-27 17:33 UTC  (2+ messages)

[PATCH] Move nfs-utils_env.sh to a more appropriate directory
 2016-04-27 17:32 UTC  (2+ messages)

[RFC PATCH v4 0/3] adding pthread support to gssd
 2016-04-27 15:19 UTC  (9+ messages)
` [PATCH v4 1/3] gssd: use pthreads to handle upcalls
` [PATCH v4 2/3] gssd: using syscalls directly to change thread's identity
` [PATCH v4 3/3] gssd: always call gss_krb5_ccache_name

blocklayoutdriver and page_cache_next_hole
 2016-04-27  7:53 UTC  (2+ messages)

nfsd delays between svc_recv and gss_check_seq_num
 2016-04-25 21:22 UTC  (5+ messages)

[RFC PATCH v2 0/3] adding pthread support to gssd
 2016-04-25 20:37 UTC  (8+ messages)
` [RFC PATCH v2 2/3] gssd: using syscalls directly to change thread's identity

how to properly handle failures during delegation recall process
 2016-04-25 20:03 UTC  (9+ 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).