linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-08 22:50:38 to 2015-05-28 21:55:25 UTC [more...]

[RFC v3 00/45] Richacls
 2015-05-28 21:55 UTC  (50+ messages)
` [RFC v3 12/45] richacl: Compute maximum file masks from an acl
` [RFC v3 14/45] richacl: Permission check algorithm
` [RFC v3 19/45] richacl: Also recognize nontrivial mode-equivalent acls
` [RFC v3 20/45] richacl: Automatic Inheritance
` [RFC v3 25/45] richacl: acl editing helper functions
` [RFC v3 26/45] richacl: Move everyone@ aces down the acl
` [RFC v3 29/45] richacl: Apply the file masks to a richacl
` [RFC v3 30/45] richacl: Create richacl from mode values
` [RFC v3 33/45] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC v3 36/45] NFSv4: Fix GETATTR bitmap verification

[PATCH 0/9] drop unneeded goto
 2015-05-28 21:02 UTC  (2+ messages)
` [PATCH 3/9] NFS: "

NFSoRDMA bi-weekly developers meeting minutes (5/28/15)
 2015-05-28 18:11 UTC 

Linux NFS Town Hall meeting: Tomorrow - Thur 05/28/15
 2015-05-28 16:58 UTC  (2+ messages)

swap: nfs: Sleeping function called from an rcu read section in nfs_swap_activate
 2015-05-28 16:35 UTC  (4+ messages)

[PATCH] blkmapd: Fix infinite loop when reading serial
 2015-05-28  4:04 UTC 

[PATCH] NFSD: Process time setting separately only for nfsv2
 2015-05-28  0:09 UTC  (3+ messages)

[PATCH pynfs 0/3] MITM tool for NFS traffic on linux
 2015-05-27 18:03 UTC  (5+ messages)
` [PATCH pynfs 1/3] Fix default arg order error on swig > 1.x
` [PATCH pynfs 2/3] Add a tool for modification of NFS network traffic: itm
` [PATCH pynfs 3/3] itm: add a handler that truncates READDIR response page data

[PATCH v2 00/10] NFS/RDMA server patches for 4.2
 2015-05-26 17:50 UTC  (11+ messages)
` [PATCH v2 01/10] svcrdma: Fix byte-swapping in svc_rdma_sendto.c
` [PATCH v2 02/10] svcrdma: Add missing access_ok() call in svc_rdma.c
` [PATCH v2 03/10] SUNRPC: Move EXPORT_SYMBOL for svc_process
` [PATCH v2 04/10] svcrdma: Remove svc_rdma_xdr_decode_deferred_req()
` [PATCH v2 05/10] svcrdma: Keep rpcrdma_msg fields in network byte-order
` [PATCH v2 06/10] svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL
` [PATCH v2 07/10] svcrdma: Add a separate "max data segs macro for svcrdma
` [PATCH v2 08/10] svcrdma: Add backward direction service for RPC/RDMA transport
` [PATCH v2 09/10] SUNRPC: Clean up bc_send()
` [PATCH v2 10/10] rpcrdma: Merge svcrdma and xprtrdma modules into one

Issue running buffered writes to a pNFS (NFS 4.1 backed by SAN) filesystem
 2015-05-26 16:44 UTC  (12+ messages)

[PATCH v3 00/17] NFS/RDMA client patches for 4.2
 2015-05-26 15:53 UTC  (18+ messages)
` [PATCH v3 01/17] SUNRPC: Transport fault injection
` [PATCH v3 02/17] xprtrdma: Warn when there are orphaned IB objects
` [PATCH v3 03/17] xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt
` [PATCH v3 04/17] xprtrdma: Remove rr_func
` [PATCH v3 05/17] xprtrdma: Use ib_device pointer safely
` [PATCH v3 06/17] xprtrdma: Introduce helpers for allocating MWs
` [PATCH v3 07/17] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()
` [PATCH v3 08/17] xprtrdma: Introduce an FRMR recovery workqueue
` [PATCH v3 09/17] xprtrdma: Acquire MRs in rpcrdma_register_external()
` [PATCH v3 10/17] xprtrdma: Remove unused LOCAL_INV recovery logic
` [PATCH v3 11/17] xprtrdma: Remove ->ro_reset
` [PATCH v3 12/17] xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy
` [PATCH v3 13/17] xprtrdma: Split rb_lock
` [PATCH v3 14/17] xprtrdma: Stack relief in fmr_op_map()
` [PATCH v3 15/17] xprtrdma: Reduce per-transport MR allocation
` [PATCH v3 16/17] SUNRPC: Clean up bc_send()
` [PATCH v3 17/17] NFS: Fix size of NFSACL SETACL operations

[PATCH v2 00/16] NFS/RDMA patches proposed for 4.2
 2015-05-26 15:37 UTC  (24+ messages)
` [PATCH v2 01/16] SUNRPC: Transport fault injection
` [PATCH v2 02/16] xprtrdma: Warn when there are orphaned IB objects
` [PATCH v2 03/16] xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprt
` [PATCH v2 04/16] xprtrdma: Remove rr_func
` [PATCH v2 05/16] xprtrdma: Use ib_device pointer safely
` [PATCH v2 06/16] xprtrdma: Introduce helpers for allocating MWs
` [PATCH v2 07/16] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()
` [PATCH v2 08/16] xprtrdma: Introduce an FRMR recovery workqueue
` [PATCH v2 09/16] xprtrdma: Acquire MRs in rpcrdma_register_external()
` [PATCH v2 10/16] xprtrdma: Remove unused LOCAL_INV recovery logic
` [PATCH v2 11/16] xprtrdma: Remove ->ro_reset
` [PATCH v2 12/16] xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy
` [PATCH v2 13/16] xprtrdma: Split rb_lock
` [PATCH v2 14/16] xprtrdma: Stack relief in fmr_op_map()
` [PATCH v2 15/16] xprtrdma: Reduce per-transport MR allocation
` [PATCH v2 16/16] SUNRPC: Clean up bc_send()

Linux NFS town hall meeting Next Week (Cancelled)
 2015-05-26 10:51 UTC  (2+ messages)

New libtirpc vs fedfs-utils
 2015-05-25  2:12 UTC  (3+ messages)

[PATCH] exports: add allow_umount option for user un-mounting cached exports
 2015-05-24 15:16 UTC 

[PATCH 0/4 v2] NFSD: Pin to vfsmount for some nfsd exports cache
 2015-05-24 15:10 UTC  (6+ messages)
` [PATCH 1/5 v2] fs_pin: Fix uninitialized value in fs_pin
` [PATCH 2/5 v2] fs_pin: Export functions for specific filesystem
` [PATCH 3/5 v2] path: New helpers path_get_pin/path_put_unpin for path pin
` [PATCH 4/5 v2] sunrpc: New helper cache_force_expire for cache cleanup
` [PATCH 5/5] nfsd: allows user un-mounting filesystem where nfsd exports base on

NFSv3-mounting of BTRFS-FS fails, gives ESTALE
 2015-05-23 17:58 UTC 

Does NFSv4 need to call inode_permission on every write???
 2015-05-23 13:37 UTC  (6+ messages)

[PATCH 0/4] NFSD: Pin to vfsmount instead of mntget for export cache
 2015-05-22 16:03 UTC  (13+ messages)
` [PATCH 4/4] nfsd: Pin to vfsmnt instead of mntget

btrfs: kernel BUG at mm/page-writeback.c:2286!
 2015-05-21  8:39 UTC  (9+ messages)

[BUG] nfs3 client stops retrying to connect
 2015-05-21  1:21 UTC 

NFS client broken in 4.1.0-rc2
 2015-05-21  1:16 UTC  (5+ messages)

[PATCH 0/7] md fixes for -rc2
 2015-05-20  5:56 UTC  (5+ messages)
` [PATCH 7/7] md/raid5: fix handling of degraded stripes in batches

[PATCH 00/12] treewide: Use DECLARE_BITMAP
 2015-05-20  1:38 UTC  (2+ messages)
` [PATCH 12/12] sunrpc: "

[GIT PULL] Please pull 2 client bugfixes
 2015-05-19 15:55 UTC 

[PATCH 1/1] fixing infinite OPEN loop in 4.0 stateid recovery
 2015-05-15 15:45 UTC 

4.0 NFS client in infinite loop in state recovery after getting BAD_STATEID
 2015-05-15 15:52 UTC  (2+ messages)

[PATCH] nfsd: work around a gcc-5.1 warning
 2015-05-13 18:59 UTC  (3+ messages)

[PATCH] NFS: report more appropriate block size for directories
 2015-05-13 18:55 UTC  (3+ messages)

[nfs-utils PATCH] mountstats: Fix the retrans counter output by the nfsstat command
 2015-05-13 15:41 UTC 

blocklayout regression in "pnfs: lookup new lseg at lseg boundary"
 2015-05-13 15:17 UTC  (3+ messages)

[BUG report] fstat reports regular file as block device
 2015-05-13  8:57 UTC 

Desired RPC client behaviour on socket errors?
 2015-05-13  4:38 UTC  (4+ messages)

[PATCH] nfs: take extra reference to fl->fl_file when running a setlk
 2015-05-12 19:48 UTC 

[PATCH] nfsd: Disable NFSv2 timestamp workaround for NFSv3+
 2015-05-12 19:17 UTC  (7+ messages)
` [PATCH v2] "

[GIT PULL] FS-Cache: Fixes for dead objects handling and operation cancellation
 2015-05-12 14:39 UTC  (5+ messages)

[PATCH v1 00/14] client NFS/RDMA patches for 4.2
 2015-05-12 10:01 UTC  (16+ messages)
` [PATCH v1 04/14] xprtrdma: Use ib_device pointer safely
` [PATCH v1 08/14] xprtrdma: Acquire MRs in rpcrdma_register_external()

[GIT PULL] nfsd bugfixes for 4.1
 2015-05-11 21:42 UTC 

[PATCH] SUNRPC: Clean up bc_send()
 2015-05-11 13:22 UTC  (3+ messages)

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-05-11 11:13 UTC  (10+ messages)
` [PATCH 2/3] NILFS2: support NFSv2 export
        ` [PATCH v2] "
` [PATCH 1/3] BTRFS: "
` [PATCH 3/3] UDF: "


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).