linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-23 12:55:17 to 2014-04-29 12:20:14 UTC [more...]

flock() and NFS [Was: Re: [PATCH] locks: rename file-private locks to file-description locks]
 2014-04-29 12:20 UTC  (9+ messages)

[PATCH -V1 00/22] New ACL format for better NFSv4 acl interoperability
 2014-04-29 12:16 UTC  (38+ messages)
` [PATCH -V1 01/22] vfs: Add generic IS_ACL() test for acl support
` [PATCH -V1 02/22] vfs: Add IS_RICHACL() test for richacl support
` [PATCH -V1 03/22] vfs: Optimize out IS_RICHACL() if CONFIG_FS_RICHACL is not defined
` [PATCH -V1 04/22] vfs: check for directory early
` [PATCH -V1 05/22] vfs: Add new file and directory create permission flags
` [PATCH -V1 06/22] vfs: Add delete child and delete self "
` [PATCH -V1 07/22] vfs: Make the inode passed to inode_change_ok non-const
` [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes
` [PATCH -V1 09/22] vfs: Make acl_permission_check() work for richacls
` [PATCH -V1 10/22] richacl: In-memory representation and helper functions
` [PATCH -V1 11/22] richacl: Permission mapping functions
` [PATCH -V1 12/22] richacl: Compute maximum file masks from an acl
` [PATCH -V1 13/22] richacl: Update the file masks in chmod()
` [PATCH -V1 14/22] richacl: Permission check algorithm
` [PATCH -V1 15/22] richacl: Create-time inheritance
` [PATCH -V1 16/22] richacl: Check if an acl is equivalent to a file mode
` [PATCH -V1 17/22] richacl: Automatic Inheritance
` [PATCH -V1 18/22] richacl: xattr mapping functions
` [PATCH -V1 19/22] vfs: Cache richacl in struct inode
` [PATCH -V1 20/22] vfs: Add richacl permission check
` [PATCH -V1 21/22] ext4: Implement rich acl for ext4
` [PATCH -V1 22/22] ext4: Add Ext4 compat richacl feature flag

OFD ("file private") locks and NFS
 2014-04-29 11:50 UTC  (5+ messages)

[PATCH/RFC] SCHED: allow wait_on_bit functions to support a timeout
 2014-04-29 10:32 UTC  (2+ messages)

[PATCH] locks: ensure that fl_owner is always initialized properly in flock and lease codepaths
 2014-04-28 18:15 UTC  (2+ messages)

possible 3.14.1 lockd problem (?) causing nfsd hangs
 2014-04-28 18:55 UTC  (4+ messages)
` Unix-domain sockets hanging on 3.14.x (was Re: possible 3.14.1 lockd problem (?) causing nfsd hangs)

LOAN
 2014-04-28 17:30 UTC 

Tuning Linux NFSv4 for high latency connections?
 2014-04-28 10:35 UTC  (12+ messages)

[PATCH V1] NFS-RDMA: fix qp pointer validation checks
 2014-04-28  8:58 UTC  (23+ messages)

[PATCH] fs/nfs/idmap.c: fix a Memory leak for variable desc
 2014-04-27  8:34 UTC  (3+ messages)

[PATCH] svcrdma: refactor marshalling logic
 2014-04-26 16:43 UTC  (5+ messages)

[nfsv4] Resolving the fate of FATTR4_CHANGE_SEC_LABEL
 2014-04-26 16:37 UTC  (2+ messages)
`  "

nfs4 idmap problems
 2014-04-26  0:02 UTC  (3+ messages)

[PATCH v2 00/17] NFS: Create a common path used by reads and writes
 2014-04-25 20:56 UTC  (18+ messages)
` [PATCH v2 01/17] NFS: Create a common argument structure for "
` [PATCH v2 02/17] NFS: Create a common results "
` [PATCH v2 03/17] NFS: Create a common read and write data struct
` [PATCH v2 04/17] NFS: Create a common read and write header struct
` [PATCH v2 05/17] NFS: Move the write verifier into the nfs_pgio_header
` [PATCH v2 06/17] NFS: Create a common pgio_alloc and pgio_release function
` [PATCH v2 07/17] NFS: Create a common rw_header_alloc and rw_header_free function
` [PATCH v2 08/17] NFS: Create a common pgio_rpc_prepare function
` [PATCH v2 09/17] NFS: Create a common nfs_pgio_result_common function
` [PATCH v2 10/17] NFS: Create a common rpc_call_ops struct
` [PATCH v2 11/17] NFS: Create a common rpcsetup function for reads and writes
` [PATCH v2 12/17] NFS: Create a common pgio_error function
` [PATCH v2 13/17] NFS: Create a generic_pgio function
` [PATCH v2 14/17] NFS: Create a common initiate_pgio() function
` [PATCH v2 15/17] NFS: Create a common multiple_pgios() function
` [PATCH v2 16/17] NFS: Create a common generic_pg_pgios()
` [PATCH v2 17/17] NFS: Create a common nfs_pageio_ops struct

idmap problems
 2014-04-25 19:30 UTC 

[PATCH 00/18 v2] nfs: support multiple requests per page
 2014-04-25 17:22 UTC  (31+ messages)
` [PATCH 01/18 v2] pnfs: fix race in filelayout commit path
` [PATCH 02/18 v2] nfs: clean up PG_* flags
` [PATCH 03/18 v2] nfs: remove unused arg from nfs_create_request
` [PATCH 04/18 v2] nfs: modify pg_test interface to return size_t
` [PATCH 05/18 v2] nfs: call nfs_can_coalesce_requests for every req
` [PATCH 06/18 v2] nfs: add support for multiple nfs reqs per page
` [PATCH 07/18 v2] nfs: page group syncing in read path
` [PATCH 08/18 v2] nfs: page group syncing in write path
` [PATCH 09/18 v2] nfs: page group support in nfs_mark_uptodate
` [PATCH 10/18 v2] pnfs: clean up filelayout_alloc_commit_info
` [PATCH 11/18 v2] nfs: allow coalescing of subpage requests
` [PATCH 12/18 v2] nfs: chain calls to pg_test
` [PATCH 13/18 v2] nfs: use > 1 request to handle bsize < PAGE_SIZE
` [PATCH 14/18 v2] nfs: remove list of [rw]data from pgio header
` [PATCH 15/18 v2] pnfs: support multiple verfs per direct req
` [PATCH 16/18 v2] pnfs: allow non page aligned pnfs layout segments
` [PATCH 17/18 v2] pnfs: filelayout: support non page aligned layouts
` [PATCH 18/18 v2] nfs: support page groups in nfs_read_completion

[PATCH 1/2] nfs-iostat: Fix columnarization of RPC statistics
 2014-04-25 16:52 UTC  (2+ messages)
` [PATCH 2/2] nfs-iostat: Fix attribute cache statistics

NFS4ERR_STALE_STATEID from Linux 4.1 server
 2014-04-25 15:43 UTC  (3+ messages)

[PATCH nfs-utils/systemd] systemd: add PATH for finding systemctl
 2014-04-25 14:30 UTC  (2+ messages)

[PATCH] xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting
 2014-04-25 14:16 UTC 

Crash in 3.14.0+ (plus hacks)
 2014-04-25 13:30 UTC  (4+ messages)

[PATCH 00/17] NFS: Create a common path used by reads and writes
 2014-04-25 13:02 UTC  (12+ messages)
` [PATCH 07/17] NFS: Create a common rw_header_alloc and rw_header_free function

multiple mounts of same share on one host?
 2014-04-25 10:11 UTC 

nfsd bug fixes for 3.15
 2014-04-25  7:39 UTC  (6+ messages)

[PATCH 00/17] nfs: support multiple requests per page
 2014-04-24 17:23 UTC  (20+ messages)
` [PATCH 05/17] nfs: add support for multiple nfs reqs "
` [PATCH 11/17] nfs: chain calls to pg_test
` [PATCH 13/17] nfs: remove list of [rw]data from pgio header

[PATCH 0/3] nfs4: file locking fixes and cleanups
 2014-04-24 14:25 UTC  (7+ messages)
` [PATCH 1/3] nfs4: treat lock owners as opaque values
` [PATCH 2/3] nfs4: queue free_lock_state job submission to nfsiod
` [PATCH 3/3] nfs4: turn free_lock_state into a void return operation

[PATCH/RFC 0/5] Support loop-back NFS mounts - take 2
 2014-04-24 12:46 UTC  (9+ messages)
` [PATCH 1/5] MM: avoid throttling reclaim for loop-back nfsd threads
` [PATCH 4/5] SUNRPC: track when a client connection is routed to the local host

[PATCH 3/3] NFS4.0: Add some test cases for nfsv4 acl
 2014-04-24 10:59 UTC 

[PATCH 2/3] NFS4.0: Cases for SGID/UID status after writing
 2014-04-24 10:59 UTC 

[PATCH 1/3] NFS4.0: Case for linking to bad source patch with zero-length
 2014-04-24 10:57 UTC 

Incredible slow performance with noac option
 2014-04-24  7:06 UTC 

NFSv4 delegations criteria? Fwd: Tuning Linux NFSv4 for high latency connections?
 2014-04-23 21:03 UTC 

NFS RDMA Git Tree
 2014-04-23 20:58 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).