linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-13 23:38:18 to 2012-09-25 10:10:38 UTC [more...]

[QUESTION]about libmount library performance problems
 2012-09-25 10:10 UTC  (2+ messages)

[PATCH] NFS: fix the return value of nfs4_blkdev_get()
 2012-09-25  7:59 UTC  (3+ messages)

[PATCH] svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
 2012-09-25  5:54 UTC  (3+ messages)

WARNING: at fs/inode.c:280 drop_nlink+0x31/0x33()
 2012-09-25  5:27 UTC  (3+ messages)

[PATCH v3 01/28] NFS: Clean up the pNFS layoutget interface
 2012-09-24 19:56 UTC  (28+ messages)
` [PATCH v3 02/28] NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
  ` [PATCH v3 03/28] NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
    ` [PATCH v3 04/28] NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
      ` [PATCH v3 05/28] NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
        ` [PATCH v3 06/28] NFSv4.1: Add helpers for setting/reading the I/O fail bit
          ` [PATCH v3 07/28] NFSv4.1: Retry pNFS after a 2 minute timeout
            ` [PATCH v3 08/28] NFSv4.1: pNFS data servers may be temporarily offline
              ` [PATCH v3 09/28] NFSv4.1: Fix a reference leak in pnfs_update_layout
                ` [PATCH v3 10/28] NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failure
                  ` [PATCH v3 11/28] NFSv4.1: pnfs_layout_io_set_failed must clear invalid lsegs
                    ` [PATCH v3 12/28] NFSv4.1: Fix a race in the pNFS return-on-close code
                      ` [PATCH v3 13/28] NFSv4.1: Simplify "
                        ` [PATCH v3 14/28] NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
                          ` [PATCH v3 15/28] NFSv4.1: reset the inode MDS threshold counters on layout destruction
                            ` [PATCH v3 16/28] NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lseg
                              ` [PATCH v3 17/28] NFSv4.1: Remove redundant reference to the pnfs_layout_hdr
                                ` [PATCH v3 18/28] NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
                                  ` [PATCH v3 19/28] NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server list
                                    ` [PATCH v3 20/28] NFSv4.1: Clean up pnfs_put_lseg()
                                      ` [PATCH v3 21/28] NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lseg
                                        ` [PATCH v3 22/28] NFSv4.1: Get rid of pNFS spin lock debugging asserts
                                          ` [PATCH v3 23/28] NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()
                                            ` [PATCH v3 24/28] NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state
                                              ` [PATCH v3 25/28] NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freed
                                                ` [PATCH v3 26/28] NFSv4.1: Remove the NFS_LAYOUT_RETURNED state
                                                  ` [PATCH v3 27/28] NFSv4.1: _pnfs_return_layout() shouldn't invalidate the layout on failure
                                                    ` [PATCH v3 28/28] NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets count

[PATCH v2 01/26] NFS: Clean up the pNFS layoutget interface
 2012-09-24 19:50 UTC  (30+ messages)
` [PATCH v2 02/26] NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
  ` [PATCH v2 03/26] NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
    ` [PATCH v2 04/26] NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
      ` [PATCH v2 05/26] NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
        ` [PATCH v2 06/26] NFSv4.1: Add helpers for setting/reading the I/O fail bit
          ` [PATCH v2 07/26] NFSv4.1: Retry pNFS after a 2 minute timeout
            ` [PATCH v2 08/26] NFSv4.1: pNFS data servers may be temporarily offline
              ` [PATCH v2 09/26] NFSv4.1: Fix a reference leak in pnfs_update_layout
                ` [PATCH v2 10/26] NFSv4.1: pnfs_layout_io_test_failed must clear invalid lsegs before a retry
                  ` [PATCH v2 11/26] NFSv4.1: Fix a race in the pNFS return-on-close code
                    ` [PATCH v2 12/26] NFSv4.1: Simplify "
                      ` [PATCH v2 13/26] NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
                        ` [PATCH v2 14/26] NFSv4.1: reset the inode MDS threshold counters on layout destruction
                          ` [PATCH v2 15/26] NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lseg
                            ` [PATCH v2 16/26] NFSv4.1: Remove redundant reference to the pnfs_layout_hdr
                              ` [PATCH v2 17/26] NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
                                ` [PATCH v2 18/26] NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server list
                                  ` [PATCH v2 19/26] NFSv4.1: Clean up pnfs_put_lseg()
                                    ` [PATCH v2 20/26] NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lseg
                                      ` [PATCH v2 21/26] NFSv4.1: Get rid of pNFS spin lock debugging asserts
                                        ` [PATCH v2 22/26] NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()
                                          ` [PATCH v2 23/26] squash! NFSv4.1: Remove redundant reference to the pnfs_layout_hdr
                                            ` [PATCH v2 24/26] NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state
                                              ` [PATCH v2 25/26] NFSv4.1: Clear NFS_LAYOUT_BULK_RECALL when the layout segments are freed
                                                ` [PATCH v2 26/26] NFSv4.1: Remove the NFS_LAYOUT_RETURNED state

[PATCH] SUNRPC: Set alloc_slot for backchannel tcp ops
 2012-09-24 19:31 UTC  (4+ messages)

What is NFSv4 READDIR doesn't return a filehandle
 2012-09-24  1:53 UTC  (6+ messages)

unhandled error -10026
 2012-09-23 13:50 UTC  (9+ messages)

[3.2.5] NFSv3 CLOSE_WAIT hang
 2012-09-21  7:30 UTC  (16+ messages)

[PATCH] NFS: fix the return value check by using IS_ERR
 2012-09-21  4:27 UTC 

[PATCH 01/14] NFSv4.1: Fix a reference leak in pnfs_update_layout
 2012-09-21  1:35 UTC  (14+ messages)
` [PATCH 02/14] NFSv4.1: pnfs_layout_io_test_failed must clear invalid lsegs before a retry
  ` [PATCH 03/14] NFSv4.1: Fix a race in the pNFS return-on-close code
    ` [PATCH 04/14] NFSv4.1: Simplify "
      ` [PATCH 05/14] NFSv4.1: Get rid of pNFS layout state "NFS_LAYOUT_INVALID"
        ` [PATCH 06/14] NFSv4.1: reset the inode MDS threshold counters on layout destruction
          ` [PATCH 07/14] NFSv4.1: Rename the pnfs_put_lseg_common to pnfs_layout_remove_lseg
            ` [PATCH 08/14] NFSv4.1: Remove redundant reference to the pnfs_layout_hdr
              ` [PATCH 09/14] NFSv4.1: Free the pnfs_layout_hdr outside the inode->i_lock
                ` [PATCH 10/14] NFSv4.1: Clean up the removal of pnfs_layout_hdr from the server list
                  ` [PATCH 11/14] NFSv4.1: Clean up pnfs_put_lseg()
                    ` [PATCH 12/14] NFSv4.1: Balance pnfs_layout_hdr refcount in pnfs_layout_(insert|remove)_lseg
                      ` [PATCH 13/14] NFSv4.1: Get rid of pNFS spin lock debugging asserts
                        ` [PATCH 14/14] NFSv4.1: Remove unused 'default allocation' for pnfs_alloc_layout_hdr()

wait_for_key_construction oops
 2012-09-20 16:11 UTC  (2+ messages)

[nfs:testing 13/18] nfs4proc.c:(.text+0x157ca4): undefined reference to `pnfs_put_layout_hdr'
 2012-09-20 12:17 UTC  (2+ messages)

[PATCH-resend 0/6] NFS41 and pnfsblock bugfixes
 2012-09-20  2:20 UTC  (2+ messages)

[3.6-rc3] rdirplus broken? (EBUSY)
 2012-09-20  0:13 UTC  (5+ messages)

Linux pNFS status meeting 09/20/12
 2012-09-19 15:54 UTC 

NFS over RDMA small block DIRECT_IO bug
 2012-09-19 15:50 UTC  (4+ messages)

[PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate
 2012-09-19 13:16 UTC  (4+ messages)
` Fwd: "
  `  "

[PATCH 1/8] NFS: Clean up the pNFS layoutget interface
 2012-09-19  1:35 UTC  (8+ messages)
` [PATCH 2/8] NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
  ` [PATCH 3/8] NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()
    ` [PATCH 4/8] NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()
      ` [PATCH 5/8] NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
        ` [PATCH 6/8] NFSv4.1: Add helpers for setting/reading the I/O fail bit
          ` [PATCH 7/8] NFSv4.1: Retry pNFS after a 2 minute timeout
            ` [PATCH 8/8] NFSv4.1: pNFS data servers may be temporarily offline

Should "mount -o proto=udp" be usable against an IPv6 only server?
 2012-09-19  1:00 UTC  (6+ messages)

[PATCH 1/1] SRVR: set OPEN4_RESULT_LOCKTYPE_POSIX on open
 2012-09-18 20:28 UTC 

[PATCH v2 0/3] lockd: use per-net refrence-counted NSM clients
 2012-09-18  9:37 UTC  (4+ messages)
` [PATCH v2 1/3] lockd: per-net NSM client creation and destruction helpers introduced
` [PATCH v2 2/3] lockd: use rpc client's cl_nodename for id encoding
` [PATCH v2 3/3] lockd: create and use per-net NSM RPC clients on MON/UNMON requests

Inconsistency when mounting a directory that 'world' cannot access
 2012-09-18  1:23 UTC 

[PATCH 00/10] NFSD: Improve fault injection
 2012-09-17 20:16 UTC  (11+ messages)
` [PATCH 01/10] NFSD: Fold fault_inject.h into state.h
` [PATCH 02/10] NFSD: Lock state before calling fault injection function
` [PATCH 03/10] NFSD: Clean up forgetting clients
` [PATCH 04/10] NFSD: Clean up forgetting locks
` [PATCH 05/10] NFSD: Clean up forgetting openowners
` [PATCH 06/10] NFSD: Clean up forgetting and recalling delegations
` [PATCH 07/10] NFSD: Fault injection operations take a per-client forget function
` [PATCH 08/10] NFSD: Reading a fault injection file prints a state count
` [PATCH 09/10] NFSD: Add a custom file operations structure for fault injection
` [PATCH 10/10] NFSD: Forget state for a specific client

readdir cookies
 2012-09-17 19:53 UTC  (7+ messages)

[PATCH]fix bugs and compiling warnings in libgssglue
 2012-09-17 19:07 UTC 

[PATCH 0/3] lockd: use per-net refrence-counted NSM clients
 2012-09-17 15:23 UTC  (12+ messages)
` [PATCH 1/3] lockd: use rpc client's cl_nodename for id encoding
` [PATCH 2/3] lockd: per-net NSM client creation and destruction helpers introduced
` [PATCH 3/3] lockd: create and use per-net NSM RPC clients on MON/UNMON requests

[PATCH 0/2] nfsd: backport fixes for 3.5 kernel
 2012-09-17 15:01 UTC  (4+ messages)
` [PATCH 1/2] NFSd: introduce nfsd_destroy() helper
` [PATCH 2/2] NFSd: set nfsd_serv to NULL after service destruction

PROBLEM: kernel BUG at fs/nfs/idmap.c:684!
 2012-09-17 14:04 UTC  (3+ messages)

[PATCH] NFS4: avoid underflow when converting error to pointer
 2012-09-17  6:46 UTC 

NFS: kernel forces trailing slash for export in /proc/self/mounts
 2012-09-16 20:41 UTC  (5+ messages)
    ` Bug#669314: "

[PATCH 00/10] 3.7 candidates
 2012-09-14 21:24 UTC  (11+ messages)
` [PATCH 01/10] NFS: nfs_parsed_mount_options can use unsigned int
` [PATCH 02/10] NFS: Slow down state manager after an unhandled error
` [PATCH 03/10] SUNRPC: Clean up dprintk messages in rpc_pipe.c
` [PATCH 04/10] SUNRPC: Use __func__ in dprintk() in auth_gss.c
` [PATCH 05/10] SUNRPC: Refactor rpc_clone_client()
` [PATCH 06/10] SUNRPC: Introduce rpc_clone_client_set_auth()
` [PATCH 07/10] NFS: Introduce "migration" mount option
` [PATCH 08/10] NFS: Use the same nfs_client_id4 for every server
` [PATCH 09/10] NFS: Discover NFSv4 server trunking when mounting
` [PATCH 10/10] NFS: Add nfs4_unique_id boot parameter

[PATCH Version 2 0/5] RFC Avoid expired credential keys for buffered writes
 2012-09-14 21:11 UTC  (6+ messages)
` [PATCH Version 2 1/5] SUNRPC handle EKEYEXPIRED in call_refreshresult
` [PATCH Version 2 2/5] SUNRPC set gss gc_expiry to full lifetime
` [PATCH Version 2 3/5] SUNRPC new rpc_credops to test credential expiry
` [PATCH Version 2 4/5] NFS avoid expired credential keys for buffered writes
` [PATCH Version 2 5/5] SUNRPC Fix rpc_verify_header error returns

Debian and Netapp NFSv4 locks/owner exhaustion
 2012-09-14 12:04 UTC  (2+ messages)

wireshark status flag parsing
 2012-09-14  0:25 UTC 

[PATCHSET 00/10] pnfsd + pnfsd-exofs: Fixes and enhancements to layouts / recalls
 2012-09-13 23:39 UTC  (4+ messages)
` [PATCH 08/10] SQUASHME: pnfsd-exofs: Autologin XDR also encode URI in device_info
` [PATCH 09/10] SQUASHME: pnfsd-exofs: Autologin support to get_device_info
` [PATCH 10/10] pnfsd-exofs: Two clients must not write to the same RAID stripe


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