linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-09 16:15:49 to 2014-09-16 13:30:22 UTC [more...]

[PATCH v2 00/11] Porting nfs-utils to musl libc
 2014-09-16 13:30 UTC  (2+ messages)

[PATCH 0/4] Remove possible deadlocks in nfs_release_page()
 2014-09-16 12:39 UTC  (7+ messages)
` [PATCH 2/4] MM: export page_wakeup functions
` [PATCH 4/4] NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
` [PATCH 1/4] SCHED: add some "wait..on_bit...timeout()" interfaces
` [PATCH 3/4] NFS: avoid deadlocks with loop-back mounted NFS filesystems

layoutcommit space reservation for the objlayout driver
 2014-09-16  8:32 UTC  (4+ messages)

[PATCH v2 0/5] nfsd: support for lifting grace period early
 2014-09-16  0:19 UTC  (10+ messages)
` [PATCH v2 1/5] lockd: move lockd's grace period handling into its own module

layoutcommit space reservation for the objlayout driver
 2014-09-15 21:11 UTC  (2+ messages)

pnfs/blocklayout: refactor extent processing
 2014-09-15 19:37 UTC 

[PATCH v4 0/9] nfsd: support for lifting grace period early
 2014-09-15 19:02 UTC  (11+ messages)
` [PATCH v4 1/9] lockd: move lockd's grace period handling into its own module
` [PATCH v4 2/9] nfsd: remove redundant boot_time parm from grace_done client tracking op
` [PATCH v4 3/9] nfsd: reject reclaim request when client has already sent RECLAIM_COMPLETE
` [PATCH v4 4/9] lockd: add a /proc/fs/lockd/nlm_end_grace file
` [PATCH v4 5/9] nfsd: add a v4_end_grace file to /proc/fs/nfsd
` [PATCH v4 6/9] nfsd: pass extra info in env vars to upcalls to allow for early grace period end
` [PATCH v4 7/9] nfsd: serialize nfsdcltrack upcalls for a particular client
` [PATCH v4 8/9] nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcalls
` [PATCH v4 9/9] nfsd: skip subsequent UMH "create" operations after the first one for v4.0 clients

[PATCH 00/14] Stable fixes for NFS client read/write code in 3.16.x
 2014-09-15 18:14 UTC  (15+ messages)
` [PATCH 01/14] nfs: move nfs_pgio_data and remove nfs_rw_header
  ` [PATCH 02/14] nfs: rename members of nfs_pgio_data
    ` [PATCH 03/14] nfs: merge nfs_pgio_data into _header
      ` [PATCH 04/14] nfs: remove pgio_header refcount, related cleanup
        ` [PATCH 05/14] nfs: check wait_on_bit_lock err in page_group_lock
          ` [PATCH 06/14] pnfs: add pnfs_put_lseg_async
            ` [PATCH 07/14] nfs: clear_request_commit while holding i_lock
              ` [PATCH 08/14] nfs: change nfs_page_group_lock argument
                ` [PATCH 09/14] nfs: fix nonblocking calls to nfs_page_group_lock
                  ` [PATCH 10/14] nfs: use blocking page_group_lock in add_request
                    ` [PATCH 11/14] nfs: fix error handling in lock_and_join_requests
                      ` [PATCH 12/14] nfs: don't sleep with inode lock "
                        ` [PATCH 13/14] nfs: disallow duplicate pages in pgio page vectors
                          ` [PATCH 14/14] nfs: can_coalesce_requests must enforce contiguity

[PATCH] nfsdcltrack: fix some minor nits in the manpage
 2014-09-15 14:13 UTC 

[PATCH v4 0/7] nfs-utils: support for lifting grace period early
 2014-09-15 14:01 UTC  (8+ messages)
` [PATCH v4 1/7] sm-notify: inform the kernel if there were no hosts to notify
` [PATCH v4 2/7] nfsdcltrack: update comments in sqlite.c
` [PATCH v4 3/7] nfsdcltrack: rename CLD_* constants with CLTRACK_* prefixes
` [PATCH v4 4/7] nfsdcltrack: overhaul database initializtion
` [PATCH v4 5/7] nfsdcltrack: update schema to v2
` [PATCH v4 6/7] nfsdcltrack: grab the NFSDCLTRACK_CLIENT_HAS_SESSION env var if it's present
` [PATCH v4 7/7] nfsdcltrack: fetch NFSDCLTRACK_GRACE_START out of environment

[PATCH v2] nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size
 2014-09-14 16:43 UTC  (3+ messages)

pnfs block layout driver fixes V4
 2014-09-14 14:28 UTC  (31+ messages)
` [PATCH 1/9] pnfs: force a layout commit when encountering busy segments during recall
` [PATCH 2/9] pnfs: add flag to force read-modify-write in ->write_begin
` [PATCH 3/9] pnfs: add return_range method
` [PATCH 4/9] pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist
` [PATCH 5/9] pnfs/blocklayout: don't set pages uptodate
` [PATCH 6/9] pnfs/blocklayout: rewrite extent tracking
` [PATCH 7/9] pnfs/blocklayout: implement the return_range method
` [PATCH 8/9] pnfs/blocklayout: return layouts on setattr
` [PATCH 9/9] pnfs/blocklayout: allocate separate pages for the layoutcommit payload

[PATCH nfs-utils] rework access to /proc/net/rpc
 2014-09-13 10:46 UTC  (4+ messages)

[PATCH] pNFS/blocklayout: Remove a couple of unused variables
 2014-09-12 20:48 UTC  (2+ messages)

[PATCH] nfs-utils: nfs_get_tcpclient/nfs_get_udpclient - make bind(2) implicit
 2014-09-12 18:49 UTC 

NFSv2/3 vs v4 error codes?
 2014-09-12 17:55 UTC  (4+ messages)

[GIT PULL] Please pull NFS client fixes
 2014-09-12 17:04 UTC 

[PATCH v3 0/7] nfs-utils: support for lifting grace period early
 2014-09-12 16:33 UTC  (16+ messages)
` [PATCH v3 2/7] nfsdcltrack: update comments in sqlite.c
` [PATCH v3 5/7] nfsdcltrack: update schema to v2

NFSv4 O_DIRECT with 3.16.2 kernel issue (qemu kvm cache=none / RHEL5 guest)
 2014-09-12 16:31 UTC  (2+ messages)

[PATCH] nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on chown/truncate
 2014-09-12  3:03 UTC  (2+ messages)

[PATCH] nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on chown/truncate
 2014-09-12  2:23 UTC  (3+ messages)

NFSoRDMA developers bi-weekly meeting minutes (9/11)
 2014-09-11 17:10 UTC 

a few more pnfs/blocklayout fixes
 2014-09-11 16:00 UTC  (11+ messages)
` [PATCH 1/4] pnfs/blocklayout: remove some debugging
` [PATCH 2/4] pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_node
` [PATCH 3/4] pnfs/blocklayout: allocate separate pages for the layoutcommit payload
` [PATCH 4/4] pnfs: remove GETDEVICELIST implementation

NFSoRDMA developers bi-weekly meeting (every other Thursday)
 2014-09-11 14:14 UTC 

[PATCH] NFS: remove BUG possibility in nfs4_open_and_get_state
 2014-09-11 11:15 UTC  (2+ messages)

[PATCH v2 1/2] SUNRPC: Fix memory reclaim deadlocks in rpciod
 2014-09-11 10:53 UTC  (14+ messages)

kernel BUG in fs/dcache.c running nfs
 2014-09-11  6:20 UTC  (11+ messages)

pnfs: add CB_NOTIFY_DEVICEID support V2
 2014-09-11  0:37 UTC  (6+ messages)
` [PATCH 1/5] pnfs/blocklayout: move extent processing to blocklayout.c
` [PATCH 2/5] pnfs/blocklayout: refactor extent processing
` [PATCH 3/5] pnfs/blocklayout: move all rpc_pipefs related code into a single file
` [PATCH 4/5] pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing
` [PATCH 5/5] pnfs: enable CB_NOTIFY_DEVICEID support

[PATCH 0/3] NFSD: Add ALLOCATE and DEALLOCATE support
 2014-09-10 22:26 UTC  (16+ messages)
` [PATCH 1/3] VFS: Rename do_fallocate() to vfs_fallocate()
` [PATCH 2/3] nfsd: Add ALLOCATE support
` [PATCH 3/3] nfsd: Add DEALLOCATE support

[PATCH v3 0/8] nfsd: support for lifting grace period early
 2014-09-10 13:22 UTC  (6+ messages)
` [PATCH v3 7/8] nfsd: set and test NFSD4_CLIENT_STABLE bit to reduce nfsdcltrack upcalls
` [PATCH v3 9/8] nfsd: skip subsequent UMH "create" operations after the first one for v4.0 clients

How to use NFS with multiple principals in different realms?
 2014-09-10 13:06 UTC  (9+ messages)

[PATCH] nfs: add __acquires and __releases annotations to seqfile start/stop routines
 2014-09-10 13:04 UTC 

[PATCH] nfs: fix RCU cl_xprt handling in nfs_swap_activate/deactivate
 2014-09-10 13:03 UTC 

[PATCH] pnfs: fix filelayout_retry_commit when idx > 0
 2014-09-09 21:51 UTC 

nfs-utils - TCP ephemeral port exhaustion results in mount failures
 2014-09-09 21:01 UTC  (10+ messages)

[PATCH v2] NFS: Add v4.2 SEEK support
 2014-09-09 19:26 UTC  (5+ messages)
` [PATCH v2] NFS: Implement SEEK

[PATCH v2 0/2] NFSD: Add v4.2 SEEK support
 2014-09-09 19:17 UTC  (6+ messages)
` [PATCH v2 1/2] NFSD: Add generic v4.2 infrastructure
` [PATCH v2 2/2] NFSD: Implement SEEK

pnfs block layout driver fixes V3
 2014-09-09 18:30 UTC  (14+ messages)
` [PATCH 1/9] pnfs: force a layout commit when encountering busy segments during recall
` [PATCH 2/9] pnfs: add flag to force read-modify-write in ->write_begin
` [PATCH 3/9] pnfs: add return_range method
` [PATCH 4/9] pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist
` [PATCH 5/9] pnfs/blocklayout: don't set pages uptodate
` [PATCH 6/9] pnfs/blocklayout: rewrite extent tracking
` [PATCH 7/9] pnfs/blocklayout: implement the return_range method
` [PATCH 8/9] pnfs/blocklayout: return layouts on setattr
` [PATCH 9/9] pnfs/blocklayout: allocate separate pages for the layoutcommit payload

[PATCH 0/2] NFS: Add ALLOCATE and DEALLOCATE support
 2014-09-09 18:01 UTC  (5+ 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 NNTP newsgroup(s).