Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-11-14 14:49:54 to 2014-11-26 00:09:42 UTC [more...]

[PATCH 0/4] sunrpc: reduce pool->sp_lock contention when queueing a xprt for servicing
 2014-11-26  0:09 UTC  (7+ messages)
` [PATCH 1/4] sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it
` [PATCH 2/4] sunrpc: fix potential races in pool_stats collection
` [PATCH 3/4] sunrpc: convert to lockless lookup of queued server threads
` [PATCH 4/4] sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt

[GIT PULL] nfsd bugfixes for 3.18
 2014-11-25 23:54 UTC 

[PATCH] rpcbind: systemd socket activation (v2)
 2014-11-25 22:40 UTC  (3+ messages)
` [PATCH] rpcbind: add support for systemd socket activation

[PATCH v4 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-25 22:08 UTC  (22+ messages)
` [PATCH v4 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v4 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v4 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v4 4/7] fs/fuse: support compiling out splice
` [PATCH v4 5/7] fs/nfsd: "
` [PATCH v4 6/7] net/core: "
` [PATCH v4 7/7] fs/splice: full support for "

[PATCH] sunrpc: add debugfs file for displaying client rpc_task queue
 2014-11-25 21:00 UTC  (10+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] lockd: eliminate LOCKD_DEBUG
  ` [PATCH v2 2/4] sunrpc: eliminate RPC_DEBUG
  ` [PATCH v2 3/4] sunrpc: eliminate RPC_TRACEPOINTS
  ` [PATCH v2 4/4] sunrpc: add debugfs file for displaying client rpc_task queue

[PATCH v5 0/2] NFS: Add ALLOCATE and DEALLOCATE support
 2014-11-25 18:18 UTC  (3+ messages)
` [PATCH v5 1/2] nfs: Add ALLOCATE support
` [PATCH v5 2/2] nfs: Add DEALLOCATE support

[PATCH] nfsd4: fix leak of inode reference on delegation failure
 2014-11-25 18:07 UTC  (2+ messages)

[PATCH] rpcbind: systemd socket activation
 2014-11-25 16:57 UTC  (4+ messages)
` [PATCH] rpcbind: add support for "
  ` [systemd-devel] "

[PATCH v4 0/2] NFS: Add ALLOCATE and DEALLOCATE support
 2014-11-25 15:56 UTC  (5+ messages)
` [PATCH v4 1/2] nfs: Add ALLOCATE support

NFS over RMDA
 2014-11-25 15:11 UTC  (3+ messages)

[PATCH] NFS: fix subtle change in COMMIT behavior
 2014-11-25 13:06 UTC  (9+ messages)

[PATCH v5 0/7] kernel tinification: optionally compile out splice family of syscalls (splice, vmsplice, tee and sendfile)
 2014-11-25  7:19 UTC  (8+ messages)
` [PATCH v5 1/7] fs: move sendfile syscall into fs/splice
` [PATCH v5 2/7] fs: moved kernel_write to fs/read_write
` [PATCH v5 3/7] fs/splice: support compiling out splice-family syscalls
` [PATCH v5 4/7] fs/fuse: support compiling out splice
` [PATCH v5 5/7] net/core: "
` [PATCH v5 6/7] fs/nfsd: "
` [PATCH v5 7/7] fs/splice: full support for "

[PATCH v2 0/5] btrfs: implement swap file support
 2014-11-25  5:55 UTC  (16+ messages)
` [PATCH v2 1/5] direct-io: don't dirty ITER_BVEC pages on read
` [PATCH v2 2/5] nfs: don't dirty ITER_BVEC pages read through direct I/O
` [PATCH v2 3/5] swap: use direct I/O for SWP_FILE swap_readpage
` [PATCH v2 4/5] btrfs: don't allow -C or +c chattrs on a swap file
` [PATCH v2 5/5] btrfs: enable swap file support

xprt_adjust_timeout followed by lockd: server not responding / server OK
 2014-11-25  1:06 UTC 

BUG when umounting exported EXT4 fs
 2014-11-24 17:35 UTC  (2+ messages)

Fwd: [Lsf-pc] LSF/MM 2015 Call For Proposals
 2014-11-24 13:57 UTC 

NFSoRDMA developers bi-weekly meeting minutes (11/20)
 2014-11-24 11:43 UTC  (5+ messages)

[PATCH nfs-utils v2] configure: use pkg-config to find libtirpc
 2014-11-23 17:43 UTC 

[PATCH libtirpc v2] pkg-config: needs pthread as private library
 2014-11-23 17:43 UTC 

[PATCH nfs-utils] configure: use pkg-config to find libtirpc
 2014-11-23 15:09 UTC 

[PATCH 2/2] nfs: define nfs_inc_fscache_stats and using it as possible
 2014-11-23  4:47 UTC 

[PATCH 1/2] nfs: replace nfs_add_stats with nfs_inc_stats when add one
 2014-11-23  4:47 UTC 

[GIT PULL] Keyrings (& NFS) fixes
 2014-11-21 21:53 UTC 

[PATCH] exportfs: warn when really nothing is exported
 2014-11-21 17:12 UTC 

is receiving BAD_STATEID during IO on delegated stateid unrecoverable?
 2014-11-20 21:23 UTC  (3+ messages)

[PATCH 00/10] sunrpc: fixes and cleanups for svc creation and thread handling
 2014-11-20 14:17 UTC  (15+ messages)
` [PATCH 01/10] sunrpc: release svc_pool_map reference when serv allocation fails
` [PATCH 02/10] sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it
` [PATCH 03/10] sunrpc: move rq_local field to rq_flags
` [PATCH 04/10] sunrpc: move rq_usedeferral flag "
` [PATCH 05/10] sunrpc: move rq_dropme flag into rq_flags
` [PATCH 06/10] sunrpc: move rq_splice_ok "
` [PATCH 07/10] sunrpc: move rq_cachetype field to better optimize space
` [PATCH 08/10] sunrpc: convert sp_task_pending flag to use atomic bitops
` [PATCH 09/10] sunrpc: have svc_wake_up only deal with pool 0
` [PATCH 10/10] sunrpc: require svc_create callers to pass in meaningful shutdown routine

Client never uses DATA_SYNC
 2014-11-20  5:48 UTC  (11+ messages)

[PATCH] sunrpc: eliminate the XPT_DETACHED flag
 2014-11-19 20:51 UTC  (2+ messages)

[PATCH] nfsd: Fix slot wake up race in the nfsv4.1 callback code
 2014-11-19 20:49 UTC  (2+ messages)

[Keyrings] [PATCH 1/2] KEYS: Simplify KEYRING_SEARCH_{NO, DO}_STATE_CHECK flags
 2014-11-19 19:14 UTC  (3+ messages)
` [Keyrings] [PATCH 2/2] KEYS: request_key() should reget expired keys rather than give EKEYEXPIRED

[PATCH] SUNRPC: Fix locking around callback channel reply receive
 2014-11-19 16:06 UTC  (7+ messages)

[PATCH 0/3] lockd/sunrpc: eliminate some pointless macro indirection
 2014-11-18 17:08 UTC  (8+ messages)
` [PATCH 1/3] lockd: eliminate LOCKD_DEBUG
` [PATCH 2/3] sunrpc: eliminate RPC_DEBUG
` [PATCH 3/3] sunrpc: eliminate RPC_TRACEPOINTS

[PATCH v2 0/5] re-enable tests that require scratch dev on NFS
 2014-11-18 16:16 UTC  (13+ messages)
` [PATCH v2 1/5] common: "

[PATCH] KEYS: Ensure expired keys are renewed
 2014-11-18 15:49 UTC  (11+ messages)
` Are both DO_STATE_CHECK and NO_STATE_CHECK required?
  ` [Keyrings] "
` [Keyrings] [PATCH] KEYS: search_nested_keyrings() should honour NO_STATE_CHECK for the root
` [Keyrings] [PATCH] KEYS: Simplify KEYRING_SEARCH_{NO, DO}_STATE_CHECK flags

[TROLL PATCH] namei: retry -EBUSY returns to workaround distributed fs race
 2014-11-18 15:45 UTC 

[PATCH v2 0/6] mount.nfs default version
 2014-11-18 14:06 UTC  (7+ messages)
` [PATCH 1/6] mount.nfs: default enable mount config file (nfsmount.conf)
` [PATCH 2/6] mount.nfs: fix a comment typo in parse options
` [PATCH 3/6] mount.nfs: parse options - add helper po_contains_prefix
` [PATCH 4/6] mount.nfs: Add struct nfs_version and generalize version parsing
` [PATCH 5/6] nfsmount.conf: Always parse versions
` [PATCH 6/6] mount.nfs: configurable minor version defaults

[PATCH 1/1] NFS: Deletion of unnecessary checks before the function call "nfs_put_client"
 2014-11-18 13:10 UTC 

[PATCH] mount.nfs: configurable minor version defaults
 2014-11-18 12:29 UTC  (3+ messages)

xfstest generic/035 and rename
 2014-11-17 22:06 UTC 

[PATCH 1/1] nfsd/exportfs: allow empty exports file
 2014-11-17 21:31 UTC  (6+ messages)

mount default minor version behavior
 2014-11-17 21:02 UTC  (4+ messages)

[PATCH RFC 0/2] nfsdcltrack: don't use libsqlite3 functions that are too new
 2014-11-17 19:04 UTC  (4+ messages)
` [PATCH RFC 1/2] nfsdcltrack: use sqlite3_close instead of sqlite3_close_v2
` [PATCH RFC 2/2] nfsdcltrack: use sqlite3_errmsg instead of sqlite3_errstr

[PATCH] exportfs: Do not fail on empty exports file
 2014-11-17 18:32 UTC  (2+ messages)

[PATCH] mountstats: Fix spurious I/O errors
 2014-11-17 18:32 UTC  (2+ messages)

[PATCH v2] nfsidmap: keyctl_invalidate kernel compatibility
 2014-11-17 17:48 UTC  (7+ messages)

[PATCH] nfs41: fix nfs4_proc_layoutget error handling
 2014-11-17  3:05 UTC 

Setting up NFS on Centos 6.6
 2014-11-16  0:21 UTC  (2+ messages)

[PATCH 2/2] nfsd: implement chage_attr_type attribute
 2014-11-15  1:24 UTC  (11+ messages)

[GIT PULL] Please pull NFS client bugfixes
 2014-11-14 23:04 UTC 

calls to rpc_peeraddr2str()
 2014-11-14 21:36 UTC  (2+ messages)

xfstests and 3.18-rc3 nfs
 2014-11-14 20:28 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