linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-16 08:04:07 to 2015-07-26 09:58:23 UTC [more...]

[PATCH V6 0/9] iSER support for iWARP
 2015-07-26  9:58 UTC  (24+ messages)
` [PATCH V6 1/9] RDMA/iser: Limit sg tablesize and max_sectors to device fastreg max depth
` [PATCH V6 2/9] mlx4, mlx5, mthca: Expose max_sge_rd correctly
` [PATCH V6 3/9] ipath,qib: "
` [PATCH V6 4/9] svcrdma: Use max_sge_rd for destination read depths
` [PATCH V6 5/9] RDMA/isert: Limit read depth based on the device max_sge_rd capability
` [PATCH V6 6/9] isert: Rename IO functions to more descriptive names
` [PATCH V6 7/9] isert: Use the device's max fastreg page list depth
` [PATCH V6 8/9] isert: Use local_dma_lkey whenever possible
` [PATCH V6 9/9] isert: Support iWARP transports using FRMRs

[lkp] [sched/preempt] 103637a5b94: 12.4% fsmark.app_overhead, -1.4% fsmark.files_per_sec
 2015-07-26  9:01 UTC  (2+ messages)

[PATCH 00/10 v7] NFSD: Pin to vfsmount for nfsd exports cache
 2015-07-25  0:40 UTC  (14+ messages)
` [PATCH 10/10 v7] nfsd: Allows user un-mounting filesystem where nfsd exports base on
              ` export table lookup: was "

[PATCH] SUNRPC: Fix a backchannel deadlock
 2015-07-24 14:42 UTC  (5+ messages)

[PATCH V3 1/5] RDMA/core: Transport-independent access flags
 2015-07-24  4:46 UTC  (26+ messages)

[PATCH] NFSv4.2: handle NFS-specific llseek errors
 2015-07-23 19:21 UTC  (3+ messages)

[PATCH 1/5] NFSv4/pnfs: Ensure we don't miss a file extension
 2015-07-23 18:49 UTC  (5+ messages)
` [PATCH 2/5] NFS: Don't revalidate the mapping if both size and change attr are up to date
  ` [PATCH 3/5] NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialised
    ` [PATCH 4/5] NFS: Remove the "NFS_CAP_CHANGE_ATTR" capability
      ` [PATCH 5/5] NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHE

[PATCH 00/14] nfsd: some updates and cleanups
 2015-07-23 15:53 UTC  (28+ messages)
` [PATCH 01/14] nfsd: Add layouts checking for state resources
` [PATCH 02/14] nfsd: Add missing gen_confirm in nfsd4_setclientid()
              ` [PATCH] nfsd: New counter for generating client confirm verifier
` [PATCH 03/14] nfsd: Fix memory leak of so_owner.data in nfs4_stateowner
    ` [PATCH v2] "
` [PATCH 05/14] nfsd: Use check_stateid_generation() for generation checking
` [PATCH 06/14] nfsd: Drop duplicate locks_init_lock()
` [PATCH 14/14] nfsd: Remove unused clientid arguments from, find_lockowner_str{_locked}

Town Hall Meeting: Next Month
 2015-07-23 12:49 UTC 

[PATCH V3 1/5] RDMA/core: Transport-independent access flags
 2015-07-23  0:43 UTC  (14+ messages)

[PATCH v2 1/2] SUNRPC: Fix a backchannel deadlock
 2015-07-22 21:12 UTC  (2+ messages)
` [PATCH v2 2/2] SUNRPC: xprt_complete_bc_request must also decrement the free slot count

[PATCH] pynfs: reduce code duplication
 2015-07-22 19:26 UTC  (4+ messages)

[PATCH] NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_locked
 2015-07-22 17:59 UTC 

nfs4_put_lock_state() wants some nfs4_state on cleanup
 2015-07-22 16:34 UTC  (2+ messages)

[PATCH v5 00/39] Richacls
 2015-07-22 16:08 UTC  (42+ messages)
` [PATCH v5 01/39] vfs: Add IS_ACL() and IS_RICHACL() tests
` [PATCH v5 02/39] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [PATCH v5 03/39] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [PATCH v5 04/39] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH v5 05/39] vfs: Add permission flags for setting file attributes
` [PATCH v5 06/39] richacl: In-memory representation and helper functions
` [PATCH v5 07/39] richacl: Permission mapping functions
` [PATCH v5 08/39] richacl: Compute maximum file masks from an acl
` [PATCH v5 09/39] richacl: Update the file masks in chmod()
` [PATCH v5 10/39] richacl: Permission check algorithm
` [PATCH v5 11/39] vfs: Cache base_acl objects in inodes
` [PATCH v5 12/39] vfs: Cache richacl in struct inode
` [PATCH v5 13/39] richacl: Check if an acl is equivalent to a file mode
` [PATCH v5 14/39] richacl: Create-time inheritance
` [PATCH v5 15/39] richacl: Automatic Inheritance
` [PATCH v5 16/39] richacl: xattr mapping functions
` [PATCH v5 17/39] vfs: Add richacl permission checking
` [PATCH v5 18/39] ext4: Add richacl support
` [PATCH v5 19/39] ext4: Add richacl feature flag
` [PATCH v5 20/39] richacl: acl editing helper functions
` [PATCH v5 21/39] richacl: Move everyone@ aces down the acl
` [PATCH v5 22/39] richacl: Propagate everyone@ permissions to other aces
` [PATCH v5 23/39] richacl: Set the owner permissions to the owner mask
` [PATCH v5 24/39] richacl: Set the other permissions to the other mask
` [PATCH v5 25/39] richacl: Isolate the owner and group classes
` [PATCH v5 26/39] richacl: Apply the file masks to a richacl
` [PATCH v5 27/39] richacl: Create richacl from mode values
` [PATCH v5 28/39] nfsd: Keep list of acls to dispose of in compoundargs
` [PATCH v5 29/39] nfsd: Use richacls as internal acl representation
` [PATCH v5 30/39] nfsd: Add richacl support
` [PATCH v5 31/39] nfsd: Add support for the v4.1 dacl attribute
` [PATCH v5 32/39] richacl: Add support for unmapped identifiers
` [PATCH v5 33/39] ext4: Don't allow unmapped identifiers in richacls
` [PATCH v5 34/39] sunrpc: Allow to demand-allocate pages to encode into
` [PATCH v5 35/39] sunrpc: Add xdr_init_encode_pages
` [PATCH v5 36/39] nfs: Fix GETATTR bitmap verification
` [PATCH v5 37/39] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [PATCH v5 38/39] nfs: Add richacl support
` [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

Parallel file locking quite slow with vers=4.0 compared to vers=3
 2015-07-22 15:40 UTC  (7+ messages)

Are there really no server-side mount/umount message for NFSv4?
 2015-07-22 14:34 UTC  (6+ messages)

[PATCH v3 00/15] NFS/RDMA client side for Linux 4.3
 2015-07-22 13:58 UTC  (52+ messages)
` [PATCH v3 01/15] xprtrdma: Make xprt_setup_rdma() agnostic to family of server address
` [PATCH v3 02/15] xprtrdma: Raise maximum payload size to one megabyte
` [PATCH v3 03/15] xprtrdma: Increase default credit limit
` [PATCH v3 04/15] xprtrdma: Don't fall back to PHYSICAL memory registration
` [PATCH v3 05/15] xprtrdma: Remove last ib_reg_phys_mr() call site
` [PATCH v3 06/15] xprtrdma: Clean up rpcrdma_ia_open()
` [PATCH v3 07/15] xprtrdma: Remove logic that constructs RDMA_MSGP type calls
` [PATCH v3 08/15] xprtrdma: Account for RPC/RDMA header size when deciding to inline
` [PATCH v3 09/15] xprtrdma: Always provide a write list when sending NFS READ
` [PATCH v3 10/15] xprtrdma: Don't provide a reply chunk when expecting a short reply
` [PATCH v3 11/15] xprtrdma: Fix XDR tail buffer marshalling
` [PATCH v3 12/15] xprtrdma: Fix large NFS SYMLINK calls
` [PATCH v3 13/15] xprtrdma: Clean up xprt_rdma_print_stats()
` [PATCH v3 14/15] xprtrdma: Count RDMA_NOMSG type calls
` [PATCH v3 15/15] core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs

[RFC PATCH] nfs: avoid swap-over-NFS deadlock
 2015-07-22 13:46 UTC  (3+ messages)

[PATCH] NFS: Handle exceptions for SEEK
 2015-07-22  8:19 UTC  (2+ messages)

[PATCH v3] nfsd: Add layouts checking in client_has_state()
 2015-07-21 21:16 UTC  (2+ messages)

The Fall Bakeathon in Westford, Ma
 2015-07-21 20:29 UTC 

[PATCH 1/6] SUNRPC: Fix a memory leak in the backchannel code
 2015-07-21 16:21 UTC  (7+ messages)
` [PATCH 2/6] SUNRPC: Backchannel handle socket nospace
  ` [PATCH 3/6] SUNRPC: Clean up bc_send()
    ` [PATCH 4/6] SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_task
      ` [PATCH 5/6] SUNRPC: Clean up allocation and freeing of back channel requests
        ` [PATCH 6/6] SUNRPC: Fix a backchannel race

[PATCH] Install only needed systemd unit file
 2015-07-20 21:41 UTC 

[regression 4.2-rc3] loop: xfstests xfs/073 deadlocked in low memory conditions
 2015-07-21  8:58 UTC 

[PATCH RFC] svcrdma: Fix possible over population fast_reg_page_list
 2015-07-20 17:27 UTC  (4+ messages)

NFSv4 mount with fsid=0, clients CentOS6/7 show different mounts
 2015-07-16 22:05 UTC 


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