Linux NFS development
 help / color / mirror / Atom feed
 messages from 2015-10-05 11:03:03 to 2015-10-08 12:54:53 UTC [more...]

RCU caching regression in kernel v4.1+
 2015-10-08 12:54 UTC  (2+ messages)

[PATCH] SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()
 2015-10-08 12:35 UTC  (4+ messages)

[PATCH] lockd: get rid of reference-counted NSM RPC clients
 2015-10-08 12:16 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v3 00/26] New fast registration API
 2015-10-08  8:21 UTC  (29+ messages)
` [PATCH v3 01/26] IB/core: Introduce new "
` [PATCH v3 02/26] IB/mlx5: Remove dead fmr code
` [PATCH v3 03/26] IB/mlx5: Support the new memory registration API
` [PATCH v3 04/26] IB/mlx4: "
` [PATCH v3 05/26] RDMA/ocrdma: "
` [PATCH v3 06/26] RDMA/cxgb3: "
` [PATCH v3 07/26] iw_cxgb4: "
` [PATCH v3 08/26] IB/qib: "
` [PATCH v3 09/26] RDMA/nes: "
` [PATCH v3 10/26] IB/iser: Port to new fast "
` [PATCH v3 11/26] iser-target: Port to new memory "
` [PATCH v3 12/26] xprtrdma: "
` [PATCH v3 13/26] svcrdma: "
` [PATCH v3 14/26] RDS/IW: Convert "
` [PATCH v3 15/26] IB/srp: Split srp_map_sg
` [PATCH v3 16/26] IB/srp: Convert to new registration API
` [PATCH v3 17/26] IB/srp: Remove srp_finish_mapping
` [PATCH v3 18/26] IB/srp: Dont allocate a page vector when using fast_reg
` [PATCH v3 19/26] IB/mlx5: Remove old FRWR API support
` [PATCH v3 20/26] IB/mlx4: "
` [PATCH v3 21/26] RDMA/ocrdma: Remove old FRWR API
` [PATCH v3 22/26] RDMA/cxgb3: "
` [PATCH v3 23/26] iw_cxgb4: "
` [PATCH v3 24/26] IB/qib: "
` [PATCH v3 25/26] RDMA/nes: "
` [PATCH v3 26/26] IB/core: Remove old fast registration API

[PATCH v2 00/26] New fast registration API
 2015-10-08  6:03 UTC  (2+ messages)

[PATCH v5 0/9] VFS: In-kernel copy system call
 2015-10-08  1:40 UTC  (3+ messages)
` [PATCH v5 8/9] vfs: Add vfs_copy_file_range() support for pagecache copies

[PATCH RESEND] svcrdma: handle rdma read with a non-zero initial page offset
 2015-10-07 20:41 UTC  (5+ messages)

[GIT PULL] nfsd bugfix for 4.3
 2015-10-07 19:18 UTC 

[RFC PATCH v2 1/4] SUNRPC: Refactor TCP receive
 2015-10-07 17:53 UTC  (4+ messages)
` [RFC PATCH v2 2/4] SUNRPC: Move TCP receive data path into a workqueue context
  ` [RFC PATCH v2 3/4] SUNRPC: Move UDP "
    ` [RFC PATCH v2 4/4] SUNRPC: Move AF_LOCAL "

[PATCH] nfs/filelayout: Fix NULL reference caused by double freeing of fh_array
 2015-10-07 17:25 UTC  (3+ messages)

[PATCH v1 00/24] New fast registration API
 2015-10-07 16:30 UTC  (19+ messages)

Fwd: Gss context refresh failure due to clock skew
 2015-10-07 15:46 UTC  (12+ messages)
    `  "

[PATCH v2 00/16] NFS/RDMA patches for merging into v4.4
 2015-10-07 15:17 UTC  (27+ messages)
` [PATCH v2 01/16] xprtrdma: Enable swap-on-NFS/RDMA
` [PATCH v2 02/16] xprtrdma: Re-arm after missed events
` [PATCH v2 03/16] xprtrdma: Prevent loss of completion signals
` [PATCH v2 04/16] xprtrdma: Refactor reply handler error handling
` [PATCH v2 05/16] xprtrdma: Replace send and receive arrays
` [PATCH v2 06/16] xprtrdma: Use workqueue to process RPC/RDMA replies
` [PATCH v2 07/16] xprtrdma: Remove reply tasklet
` [PATCH v2 08/16] xprtrdma: Saving IRQs no longer needed for rb_lock
` [PATCH v2 09/16] SUNRPC: Abstract backchannel operations
` [PATCH v2 10/16] xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
` [PATCH v2 11/16] xprtrdma: Pre-allocate Work Requests for backchannel
` [PATCH v2 12/16] xprtrdma: Add support for sending backward direction RPC replies
` [PATCH v2 13/16] xprtrdma: Handle incoming backward direction RPC calls
` [PATCH v2 14/16] svcrdma: Add backward direction service for RPC/RDMA transport
` [PATCH v2 15/16] SUNRPC: Remove the TCP-only restriction in bc_svc_process()
` [PATCH v2 16/16] NFS: Enable client side NFSv4.1 backchannel to use other transports

[PATCH v8 00/41] Richacls
 2015-10-07 15:15 UTC  (16+ messages)

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

[GIT PULL] Please pull NFS client bugfixes
 2015-10-07  2:52 UTC 

[PATCH v5 00/20] nfsd: open file caching
 2015-10-07  1:09 UTC  (12+ messages)
` [PATCH v5 01/20] list_lru: add list_lru_rotate
` [PATCH v5 14/20] nfsd: hook up nfsd_read to the nfsd_file cache
` [PATCH v5 15/20] nfsd: hook nfsd_commit up "
` [PATCH v5 16/20] nfsd: convert nfs4_file->fi_fds array to use nfsd_files
` [PATCH v5 17/20] nfsd: have nfsd_test_lock use the nfsd_file cache
` [PATCH v5 18/20] nfsd: convert fi_deleg_file and ls_file fields to nfsd_file
` [PATCH v5 19/20] nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache
` [PATCH v5 20/20] nfsd: rip out the raparms cache

[PATCH rdma-rc v1] xprtrdma: Don't require LOCAL_DMA_LKEY support for fasterg
 2015-10-06 17:37 UTC  (4+ messages)

[PATCH rdma-rc] xprtrdma: Don't require LOCAL_DMA_LKEY support for fasterg
 2015-10-06 16:35 UTC  (4+ messages)

[RFC PATCH 1/3] SUNRPC: Refactor TCP receive
 2015-10-06 14:58 UTC  (8+ messages)
` [RFC PATCH 2/3] SUNRPC: Move TCP receive data path into a workqueue context
  ` [RFC PATCH 3/3] SUNRPC: Allow TCP to replace the bh-safe lock in receive path

[PATCH] svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE
 2015-10-06  1:47 UTC  (5+ messages)

[PATCH] NFS: Fix a tracepoint NULL-pointer dereference
 2015-10-05 20:43 UTC 

[PATCH 0/3] make BTRFS, UDF, NILFS2 work with NFSv2
 2015-10-05 14:32 UTC  (5+ messages)
` [PATCH 1/3] BTRFS: support NFSv2 export

[PATCH] gssd: Improve scalability by not waiting for child processes
 2015-10-05 11:50 UTC  (3+ messages)
` [systemd-devel] "


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