Linux NFS development
 help / color / mirror / Atom feed
 messages from 2014-11-18 20:10:50 to 2014-12-02 17:21:04 UTC [more...]

[nfs-utils PATCH v2 00/17] A few enhancements to mountstats.py
 2014-12-02 17:20 UTC  (19+ messages)
` [nfs-utils PATCH v2 01/17] mountstats: Fix up NFS event counters
` [nfs-utils PATCH v2 02/17] mountstats: Add lists of various counters
` [nfs-utils PATCH v2 03/17] mountstats: Refactor __parse_nfs_line and __parse_rpc_line
` [nfs-utils PATCH v2 04/17] mountstats: Refactor compare_iostats
` [nfs-utils PATCH v2 05/17] mountstats: Convert existing option parsing to use the argparse module
` [nfs-utils PATCH v2 06/17] mountstats: Make ms-iostat output match that of nfs-iostat.py
` [nfs-utils PATCH v2 07/17] mountstats: Make print_iostat_summary handle newly appearing mounts
` [nfs-utils PATCH v2 08/17] mountstats: Add support for -f/--file to the mountstats and ms-iostat commands
` [nfs-utils PATCH v2 09/17] mountstats: Add support for -S/--since "
` [nfs-utils PATCH v2 10/17] mountstats: Fix IndexError in __parse_nfs_line
` [nfs-utils PATCH v2 11/17] mountstats: Allow mountstats_command to take a variable number of mountpoints
` [nfs-utils PATCH v2 12/17] mountstats: Add support for -R/--raw to mountstats_command
` [nfs-utils PATCH v2 13/17] mountstats: Implement nfsstat_command
` [nfs-utils PATCH v2 14/17] mountstats: Updated the mountstats(8) man page
` [nfs-utils PATCH v2 15/17] mountstats: Added man page for ms-iostat(8)
` [nfs-utils PATCH v2 16/17] mountstats: Added man page for ms-nfsstat(8)
` [nfs-utils PATCH v2 17/17] mountstats: add ms-iostat and ms-nfsstat to Makefile.am

[PATCH 0/4] sunrpc: reduce pool->sp_lock contention when queueing a xprt for servicing
 2014-12-02 16:50 UTC  (21+ 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

[PATCH 0/3] nfs-utils build fixes
 2014-12-02 12:40 UTC  (4+ messages)
` [PATCH 1/3] nfs-utils: fix gssd build flags
` [PATCH 2/3] [RFC] nfs-utils: change internal rpcgen to support separate builddir
` [PATCH 3/3] [RFC] nfs-utils: include headers from srcdir

[PATCH] common: recognise NFS export over IPv6 in _require_scratch_nocheck()
 2014-12-02  4:31 UTC 

[GIT PULL] Keyrings (& NFS) fixes
 2014-12-01 23:16 UTC 

[GIT PULL] Keyrings (& NFS) fixes
 2014-12-01 22:49 UTC  (2+ messages)
` [Keyrings] "

[PATCH 00/10] sunrpc: fixes and cleanups for svc creation and thread handling
 2014-12-01 20:12 UTC  (18+ 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

nfsd: add support for the chage_attr_type attribute
 2014-12-01 19:50 UTC  (6+ messages)
` [PATCH 2/2] nfsd: implement "

[PATCH] sunrpc: only call test_bit once in svc_xprt_received
 2014-12-01 18:45 UTC 

[PATCH v2 0/5] btrfs: implement swap file support
 2014-12-01 18:18 UTC  (17+ 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

[PATCH libtirpc v2] pkg-config: needs pthread as private library
 2014-11-29 18:15 UTC  (2+ messages)

[PATCH v1] sunrpc/cache: convert to use string_escape_str()
 2014-11-28 15:50 UTC 

[patch] nfsd: minor off by one checks in __write_versions()
 2014-11-28  1:17 UTC  (2+ messages)

[PATCH nfs-utils v3] configure: use pkg-config to find libtirpc
 2014-11-27 19:44 UTC 

Today's Linux NFS town hall meeting 11/27/14 (Cancelled)
 2014-11-27 14:02 UTC 

[PATCH] sunrpc: add debugfs file for displaying client rpc_task queue
 2014-11-26 20:52 UTC  (19+ 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 v3 0/5] sunrpc: add some debugfs files for dumping task and xprt info
    ` [PATCH v3 1/5] lockd: eliminate LOCKD_DEBUG
    ` [PATCH v3 2/5] sunrpc: eliminate RPC_DEBUG
    ` [PATCH v3 3/5] sunrpc: eliminate RPC_TRACEPOINTS
    ` [PATCH v3 4/5] sunrpc: add debugfs file for displaying client rpc_task queue
    ` [PATCH v3 5/5] sunrpc: add a debugfs rpc_xprt directory with an info file in it

[PATCH v2 00/10] NFS/RDMA patches for 3.19
 2014-11-26 16:36 UTC  (3+ messages)

[GIT PULL] Please pull additional NFS client changes for 3.19
 2014-11-26 16:12 UTC 

[GIT PULL] Please pull NFS client RDMA changes for 3.19
 2014-11-26 16:09 UTC 

ANNOUNCE: rpcbind-0.2.2 released
 2014-11-26 13:00 UTC 

[PATCH] rpcbind: systemd socket activation (v2)
 2014-11-26 12:48 UTC  (5+ 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-26 12:19 UTC  (23+ 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 "

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

[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  (8+ 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 "

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

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)


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