Linux-NFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-24 20:31:36 to 2015-03-30 16:14:52 UTC [more...]

[RFC PATCH 00/11] IB/Verbs: IB Management Helpers
 2015-03-30 16:14 UTC  (37+ messages)
` [PATCH 01/11] IB/Verbs: Use helpers to check transport and link layer
` [RFC PATCH 02/11] IB/Verbs: Use management helper tech_iboe() for iboe-check
` [RFC PATCH 03/11] IB/Verbs: Use management helper has_mad() for mad-check
` [RFC PATCH 04/11] IB/Verbs: Use management helper cap_smi() for smi-check
` [RFC PATCH 05/11] IB/Verbs: Use management helper has_cm() for cm-check
` [RFC PATCH 06/11] IB/Verbs: Use management helper has_sa() and cap_sa(), for sa-check
` [RFC PATCH 07/11] IB/Verbs: Use management helper has_mcast() and, cap_mcast() for mcast-check
` [RFC PATCH 08/11] IB/Verbs: Use management helper has_iwarp() for, iwarp-check
` [RFC PATCH 09/11] IB/Verbs: Use management helper has_ipoib() and, cap_ipoib() for ipoib-check
` [RFC PATCH 10/11] IB/Verbs: Use management helper cap_ib() for ib-check
` [RFC PATCH 11/11] IB/Verbs: Use management helper cap_eth() for eth-check

[PATCH] debugfs: debugfs_create_* shouldn't be checking permissions
 2015-03-30 15:37 UTC  (6+ messages)

[PATCH v2 00/15] NFS/RDMA patches proposed for 4.1
 2015-03-30 14:18 UTC  (17+ messages)
` [PATCH v2 07/15] xprtrdma: Add a "max_payload" op for each memreg mode
` [PATCH v2 08/15] xprtrdma: Add a "register_external" "
` [PATCH v2 09/15] xprtrdma: Add a "deregister_external" "
` [PATCH v2 10/15] xprtrdma: Add "init MRs" memreg op
` [PATCH v2 11/15] xprtrdma: Add "reset "
` [PATCH v2 12/15] xprtrdma: Add "destroy "
` [PATCH v2 13/15] xprtrdma: Add "open" "
` [PATCH v2 14/15] xprtrdma: Handle non-SEND completions via a callout
` [PATCH v2 15/15] xprtrdma: Make rpcrdma_{un}map_one() into inline functions

[PATCH v3 3/3] NFSD: Add support for encoding multiple segments
 2015-03-30 14:06 UTC  (29+ messages)

[PATCH 3/3] 4.1 server tests: new helper get_blocksize for pnfs client
 2015-03-30  9:34 UTC 

[PATCH 2/3] 4.1 server tests: new helper new_pnfs_client_session for pnfs client
 2015-03-30  9:34 UTC 

[PATCH 1/3] 4.1 server tests: fix typos of FATTR4_FS_LAYOUT_TYPES
 2015-03-30  9:34 UTC 

[PATCH 0/4] Define common macro NFS4_MAXTAGLEN for nfs/nfsd
 2015-03-28 15:51 UTC  (5+ messages)
` [PATCH 1/4] nfs: define NFS4_MAXTAGLEN to OPAQUE limits
` [PATCH 2/4] nfs: use NFS4_MAXTAGLEN for cb_taglen checking
` [PATCH 3/4] nfsd: use NFS4_MAXTAGLEN for taglen checking
` [PATCH 4/4] nfsd: use NFS4_MAXTAGLEN defined in include/linux/nfs4.h

[PATCH] nfs: fix bad checking of callback operation's taglen
 2015-03-28 15:46 UTC 

[PATCH] nfsd: Remove duplicate macro define for max sec label length
 2015-03-28 15:46 UTC 

[PATCH] NFSv4: Return delegations synchronously in evict_inode
 2015-03-28 13:50 UTC  (2+ messages)

Connectathon Issues
 2015-03-27 19:00 UTC  (7+ messages)

nfs4 state manager loop on recallable state revoked
 2015-03-27 17:43 UTC  (4+ messages)

[PATCH] NFS: Block new writes while syncing data in nfs_getattr()
 2015-03-27 17:08 UTC 

[PATCH 1/2] NFSv4.1/pnfs: Ensure we send layoutcommit before return-on-close
 2015-03-27 17:07 UTC  (2+ messages)
` [PATCH 2/2] NFSv4.1/pnfs: Separate out metadata and data consistency for pNFS

[PATCH] NFSv4.1/pnfs: Ensure that writes respect the O_SYNC flag when doing O_DIRECT
 2015-03-27 17:06 UTC 

[PATCH 1/3] NFS: Add a helper to sync both O_DIRECT and buffered writes
 2015-03-27 17:05 UTC  (3+ messages)
` [PATCH 2/3] NFS: File unlock needs to be a metadata synchronisation point
  ` [PATCH 3/3] NFSv4: Truncating file opens should also sync O_DIRECT writes

[PATCH] NFSv4.1/pnfs: Refactor pnfs_set_layoutcommit()
 2015-03-27 17:03 UTC 

[PATCH] NFSv4.1/pnfs: Fix setting of layoutcommit last write byte
 2015-03-27 17:02 UTC 

[PATCH] NFSv4: Return the delegation before returning the layout in evict_inode()
 2015-03-27 17:01 UTC 

[PATCH] NFSv4: Allow tracing of NFSv4 fsync calls
 2015-03-27 16:59 UTC 

[RFC 00/39] Richacls (2)
 2015-03-27 16:50 UTC  (40+ messages)
` [RFC 01/39] vfs: Minor documentation fix
` [RFC 02/39] uapi: Remove kernel internal declaration
` [RFC 03/39] vfs: Shrink struct posix_acl
` [RFC 04/39] vfs: Add IS_ACL() and IS_RICHACL() tests
` [RFC 05/39] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
` [RFC 06/39] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD "
` [RFC 07/39] vfs: Make the inode passed to inode_change_ok non-const
` [RFC 08/39] vfs: Add permission flags for setting file attributes
` [RFC 09/39] richacl: In-memory representation and helper functions
` [RFC 10/39] richacl: Permission mapping functions
` [RFC 11/39] richacl: Compute maximum file masks from an acl
` [RFC 12/39] richacl: Update the file masks in chmod()
` [RFC 13/39] richacl: Permission check algorithm
` [RFC 14/39] vfs: Cache base_acl objects in inodes
` [RFC 15/39] vfs: Cache richacl in struct inode
` [RFC 16/39] richacl: Create-time inheritance
` [RFC 17/39] richacl: Check if an acl is equivalent to a file mode
` [RFC 18/39] richacl: Automatic Inheritance
` [RFC 19/39] richacl: xattr mapping functions
` [RFC 20/39] vfs: Add richacl permission checking
` [RFC 21/39] ext4: Add richacl support
` [RFC 22/39] ext4: Add richacl feature flag
` [RFC 23/39] richacl: acl editing helper functions
` [RFC 24/39] richacl: Move everyone@ aces down the acl
` [RFC 25/39] richacl: Propagate everyone@ permissions to other aces
` [RFC 26/39] richacl: Isolate the owner and group classes
` [RFC 27/39] richacl: Apply the file masks to a richacl
` [RFC 28/39] richacl: Create richacl from mode values
` [RFC 29/39] richacl: Create acl with masks applied in richacl_from_mode()
` [RFC 30/39] nfsd: Remove dead declarations
` [RFC 31/39] nfsd: Keep list of acls to dispose of in compoundargs
` [RFC 32/39] nfsd: Use richacls as internal acl representation
` [RFC 33/39] nfsd: Add richacl support
` [RFC 34/39] nfs/sunrpc: No more encode and decode function pointer casting
` [RFC 35/39] nfs/sunrpc: Return status code from encode functions
` [RFC 36/39] nfs3: Return posix acl encode errors
` [RFC 37/39] nfs: Remove unused xdr page offsets in getacl/setacl arguments
` [RFC 38/39] rpc: Allow to demand-allocate pages to encode into
` [RFC 39/39] nfs: Add richacl support

rpc.mountd reads /etc/mtab 17028 times, 100% CPU
 2015-03-27 16:08 UTC  (3+ messages)

[PATCH 0/2 RESEND] IB/Verbs: Use helpers to refine the checking on transport and link layer
 2015-03-27 16:03 UTC  (11+ messages)
` [PATCH 1/2 RESEND] IB/Verbs: Use helpers to check "
` [PATCH 2/2 RESEND] IB/Verbs: Use helpers to check IBoE technology

panic on 4.20 server exporting xfs filesystem
 2015-03-27 15:13 UTC  (4+ messages)

pNFS layout, ROC and multiple opens
 2015-03-27 15:01 UTC  (3+ messages)

pNFS layout, ROC and multiple opens
 2015-03-27 14:07 UTC  (2+ messages)

Fwd: nfs.5: Add addr mount option for all nfs versions
 2015-03-26 20:13 UTC  (3+ messages)

[PATCH - nfs-utils] mount: improve error message when statd cannot be started
 2015-03-26 15:30 UTC  (2+ messages)

[PATCH] blkmapd: Make sure device root contains valid device id
 2015-03-26 15:29 UTC  (3+ messages)

kernel crashes on commit
 2015-03-26 12:00 UTC  (6+ messages)

[PATCH] NFSD: Fix bad update of layout in nfsd4_return_file_layout
 2015-03-26  1:15 UTC  (3+ messages)

[PATCH 1/1] nfsd: NFSD_FAULT_INJECTION depends on DEBUG_FS
 2015-03-26  1:02 UTC  (2+ messages)

[PATCH 1/1] nfsd: incorrect check for debugfs returns
 2015-03-25 20:41 UTC  (8+ messages)

[PATCH 4/4] NFSv4.1: Don't cache deviceids that have no notifications
 2015-03-25 17:36 UTC  (4+ messages)

[PATCH 0/3] nfsd: fix use-after-free oops in v4.0 (and some other minor cleanups)
 2015-03-25 13:51 UTC  (9+ messages)
` [PATCH 1/3] nfsd: return correct openowner when there is a race to put one in the hash
` [PATCH 2/3] nfsd: remove bogus setting of status in nfsd4_process_open2
` [PATCH 3/3] nfsd: remove unused status arg to nfsd4_cleanup_open_state

[PATCH 1/2] IB/Verbs: Use helpers to refine the checking on transport and link layer
 2015-03-25 11:19 UTC  (4+ messages)
` [PATCH 1/2] IB/Verbs: Use helpers to check "
` [PATCH 2/2] IB/Verbs: Use helpers to check IBoE technology

[PATCH 0/4] Don't cache pNFS deviceids in violation of RFC5661 rules
 2015-03-25  8:55 UTC  (8+ messages)
` [PATCH 1/4] NFSv4.1: Convert pNFS deviceid to use kfree_rcu()
  ` [PATCH 2/4] NFSv4.1: Cleanup - don't opencode nfs4_put_deviceid_node()
    ` [PATCH 3/4] NFSv4.1: Allow getdeviceinfo to return notification info back to caller
      ` [PATCH 4/4] NFSv4.1: Don't cache deviceids that have no notifications

[PATCH] nfs: kstrdup() memory handling
 2015-03-25  8:40 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).