Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-11-20 14:55:16 to 2015-12-01 14:36:51 UTC [more...]

[PATCH v2 0/8] NFS/RDMA server patches for 4.5
 2015-12-01 14:36 UTC  (10+ messages)
` [PATCH v2 1/7] svcrdma: Do not send XDR roundup bytes for a write chunk
` [PATCH v2 2/7] svcrdma: Add svc_rdma_get_context() API that is allowed to fail
` [PATCH v2 3/7] svcrdma: Define maximum number of backchannel requests
` [PATCH v2 4/7] svcrdma: Add infrastructure to send backwards direction RPC/RDMA calls
` [PATCH v2 5/7] svcrdma: Add infrastructure to receive backwards direction RPC/RDMA replies
` [PATCH v2 6/7] xprtrdma: Add class for RDMA backwards direction transport
` [PATCH v2 7/7] svcrdma: No need to count WRs in svc_rdma_send()

[PATCH RFC] nfsd: serialize layout stateid morphing operations
 2015-12-01 11:56 UTC  (8+ messages)

vfs: move btrfs clone ioctls to common code
 2015-12-01  7:37 UTC  (9+ messages)
` [PATCH 1/5] cifs: implement clone_file_range operation
` [PATCH 2/5] locks: new locks_mandatory_area calling convention
` [PATCH 3/5] vfs: pull btrfs clone API to vfs layer
` [PATCH 4/5] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 5/5] nfsd: implement the NFSv4.2 CLONE operation

NFS Kernel Panics
 2015-11-30 23:07 UTC  (2+ messages)

[PATCH v2 00/11] NFS/RDMA client patches for 4.5
 2015-11-30 22:15 UTC  (12+ messages)
` [PATCH v2 01/11] xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)
` [PATCH v2 02/11] xprtrdma: xprt_rdma_free() must not release backchannel reqs
` [PATCH v2 03/11] xprtrdma: Disable RPC/RDMA backchannel debugging messages
` [PATCH v2 04/11] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v2 05/11] xprtrdma: Introduce ro_unmap_sync method
` [PATCH v2 06/11] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v2 07/11] xprtrdma: Add ro_unmap_sync method for FMR
` [PATCH v2 08/11] xprtrdma: Add ro_unmap_sync method for all-physical registration
` [PATCH v2 09/11] SUNRPC: Introduce xprt_commit_rqst()
` [PATCH v2 10/11] xprtrdma: Invalidate in the RPC reply handler
` [PATCH v2 11/11] xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit')

[PATCH 09/10] nfs: Move call to security_inode_listsecurity into nfs_listxattr
 2015-11-30 21:43 UTC 

[RFC][PATCH 00/12] Enhanced file stat system call
 2015-11-30 14:46 UTC  (43+ messages)
` [PATCH 01/12] Ext4: Fix extended timestamp encoding and decoding
` [PATCH 02/12] statx: Provide IOC flags for Windows fs attributes
` [PATCH 03/12] statx: Add a system call to make enhanced file info available
` [PATCH 04/12] statx: AFS: Return enhanced file attributes
` [PATCH 05/12] statx: Ext4: "
` [PATCH 06/12] statx: NFS: "
` [PATCH 07/12] statx: CIFS: Return enhanced attributes
` [PATCH 08/12] fsinfo: Add a system call to make enhanced filesystem info available
` [PATCH 09/12] fsinfo: Ext4: Return information through the filesystem info syscall
` [PATCH 10/12] fsinfo: AFS: "
` [PATCH 11/12] fsinfo: NFS: "
` [PATCH 12/12] fsinfo: CIFS: "

Reply Me For Details
 2015-11-28  4:13 UTC 

[GIT PULL] Please pull NFS client fixes for Linux 4.4
 2015-11-28  0:43 UTC 

[PATCH] nfsd: ERROR: do not initialise statics to 0
 2015-11-27  3:35 UTC 

[PATCH] nfs: ERROR: do not initialise statics to 0
 2015-11-27  2:03 UTC 

[PATCH v1 0/9] NFS/RDMA client patches for 4.5
 2015-11-26 10:01 UTC  (37+ messages)
` [PATCH v1 1/9] xprtrdma: Add a safety margin for receive buffers
` [PATCH v1 2/9] xprtrdma: Move struct ib_send_wr off the stack
` [PATCH v1 3/9] xprtrdma: Introduce ro_unmap_sync method
` [PATCH v1 4/9] xprtrdma: Add ro_unmap_sync method for FRWR
` [PATCH v1 5/9] xprtrdma: Add ro_unmap_sync method for FMR
    ` Future of FMR support, was: "
` [PATCH v1 6/9] xprtrdma: Add ro_unmap_sync method for all-physical registration
` [PATCH v1 7/9] SUNRPC: Introduct xprt_commit_rqst()
` [PATCH v1 8/9] xprtrdma: Invalidate in the RPC reply handler
` [PATCH v1 9/9] xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit')

[PATCH] nfs: ensure that attrcache is revalidated after a SETATTR
 2015-11-25 22:12 UTC  (2+ messages)

RE
 2015-11-25 15:52 UTC 

[PATCH] nfs: if we have no valid attrs, then don't declare the attribute cache valid
 2015-11-25 18:50 UTC 

[PATCH] nfs4: resend LAYOUTGET when there is a race that changes the seqid
 2015-11-25 18:43 UTC 

possible bug in nfs-kernel-server
 2015-11-25 16:23 UTC  (4+ messages)

kmemleak report with nfs3/4 activity on v4.1.x
 2015-11-25 12:57 UTC 

[PATCH] xprtrdma: add missing curly braces, set rc to zero on non-zero
 2015-11-24 23:11 UTC 

[PATCH v1 0/8] NFS/RDMA server patches for 4.5
 2015-11-24 20:06 UTC  (29+ messages)
` [PATCH v1 1/8] svcrdma: Do not send XDR roundup bytes for a write chunk
` [PATCH v1 2/8] svcrdma: Define maximum number of backchannel requests
` [PATCH v1 3/8] svcrdma: Add svc_rdma_get_context() API that is allowed to fail
` [PATCH v1 4/8] svcrdma: Add infrastructure to send backwards direction RPC/RDMA calls
` [PATCH v1 5/8] svcrdma: Add infrastructure to receive backwards direction RPC/RDMA replies
` [PATCH v1 6/8] xprtrdma: Add class for RDMA backwards direction transport
` [PATCH v1 7/8] svcrdma: No need to count WRs in svc_rdma_send()
` [PATCH v1 8/8] svcrdma: Remove svc_rdma_fastreg_mr::access_flags field

[PATCH 0/5] fix nfs server handling of principal names
 2015-11-24 18:36 UTC  (8+ messages)
` [PATCH 1/5] svcrpc: move some initialization to common code
` [PATCH 2/5] nfsd: helper for dup of possibly NULL string
` [PATCH 3/5] nfsd: minor consolidation of mach_cred handling code
` [PATCH 4/5] nfsd: fix unlikely NULL deref in mach_creds_match
` [PATCH 5/5] nfsd4: fix gss-proxy 4.1 mounts for some AD principals

[PATCH Version 2 0/2] Adding to tracepoints
 2015-11-24 18:29 UTC  (3+ messages)
` [PATCH Version 2 1/2] Adding stateid information "
` [PATCH Version 2 2/2] Adding tracepoint to cached open

Use of i_security in fs/nfs/inode.c
 2015-11-24 18:00 UTC 

[PATCH] nfs4.0 tests: discover max supported file size
 2015-11-24 15:21 UTC  (3+ messages)

[PATCH] nfs4.0 tests: discover max supported file size
 2015-11-23 19:49 UTC  (2+ messages)

[PATCH] nfsd: constify nfsd4_callback_ops structure
 2015-11-23 19:13 UTC  (3+ messages)

[patch] nfsd: fix a warning message
 2015-11-23 19:05 UTC  (3+ messages)

[PATCH] nfsd: recover: constify nfsd4_client_tracking_ops structures
 2015-11-23 17:03 UTC  (3+ messages)

[nfs-utils PATCH] statd: Update existing record if we receive SM_MON with new cookie
 2015-11-23 15:44 UTC  (2+ messages)

[PATCH] mount.nfs: Teach mount.nfs about the mountversion option
 2015-11-21 15:34 UTC  (3+ messages)

[PATCH 1/1] Adding stateid information to tracepoints
 2015-11-20 21:51 UTC 

[PATCH] nfs4: limit callback decoding to received bytes
 2015-11-20 17:24 UTC  (4+ messages)

[PATCH] nfs4: start callback_ident at idr 1
 2015-11-20 16:57 UTC  (4+ messages)

[PATCH] svc_create.c: Make sure errors are logged
 2015-11-20 15:14 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox