linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-18 14:38:24 to 2011-05-23 16:37:13 UTC [more...]

[PATCHSET v6 0/26] pnfs for 2.6.40
 2011-05-23 16:37 UTC  (15+ messages)
` [PATCH v6 01/26] NFSv4.1: use struct nfs_client to qualify deviceid
` [PATCH v6 02/26] pnfs: resolve header dependency in pnfs.h
` [PATCH v6 03/26] NFSv4.1: make deviceid cache global
` [PATCH v6 04/26] NFSv4.1: purge deviceid cache on nfs_free_client
` [PATCH v6 05/26] pnfs: CB_NOTIFY_DEVICEID
` [PATCH v6 06/26] SUNRPC: introduce xdr_init_decode_pages
` [PATCH v6 07/26] pnfs: Use byte-range for layoutget
` [PATCH v6 08/26] pnfs: align layoutget requests on page boundaries
` [PATCH v6 09/26] pnfs: Use byte-range for cb_layoutrecall
` [PATCH v6 10/26] pnfs: client stats
` [PATCH v6 11/26] pnfs-obj: objlayoutdriver module skeleton
` [PATCH v6 12/26] pnfs-obj: pnfs_osd XDR definitions
` [PATCH v6 13/26] pnfs-obj: pnfs_osd XDR client implementation
` [PATCH v6 14/26] pnfs-obj: decode layout, alloc/free lseg

[PATCHSET V4 00/23 boaz] pnfs for 2.6.40
 2011-05-23 14:54 UTC  (28+ messages)
` [PATCH 01/23] pnfs: CB_NOTIFY_DEVICEID
` [PATCH 02/23] pnfs: Use byte-range for layoutget
` [PATCH 03/23] pnfs: align layoutget requests on page boundaries
` [PATCH 04/23] pnfs: Use byte-range for cb_layoutrecall
` [PATCH 05/23] pnfs: client stats
` [PATCH 06/23] pnfs: resolve header dependency in pnfs.h
` [PATCH 07/23] pnfs-obj: objlayoutdriver module skeleton
` [PATCH 08/23] pnfs-obj: pnfs_osd XDR definitions
` [PATCH 09/23] pnfs-obj: pnfs_osd XDR client implementation
` [PATCH 10/23] pnfs-obj: decode layout, alloc/free lseg
` [PATCH 11/23] pnfs: per mount layout driver private data
` [PATCH 12/23] pnfs-obj: objio_osd device information retrieval and caching
` [PATCH 13/23] pnfs: set/unset layoutdriver
` [PATCH 14/23] pnfs: alloc and free layout_hdr layoutdriver methods
` [PATCH 15/23] pnfs-obj: define per-mount and per-inode private structures
` [PATCH 16/23] pnfs: support for non-rpc layout drivers
` [PATCH 17/23] pnfs-obj: osd raid engine read/write implementation
` [PATCH 18/23] pnfs: layoutreturn
` [PATCH 19/23] pnfs: layoutret_on_setattr
` [PATCH 20/23] pnfs: encode_layoutreturn
` [PATCH 21/23] pnfs-obj: report errors and .encode_layoutreturn Implementation
` [PATCH 22/23] pnfs: encode_layoutcommit
` [PATCH 23/23] pnfs-obj: objlayout_encode_layoutcommit implementation

[PATCH] SQUASHME: BUGs squashing in new pnfs for LD code
 2011-05-23 14:38 UTC  (2+ messages)

Smack on the head: Questions about pnfs write path
 2011-05-23 14:22 UTC  (3+ messages)

Report bug: space not released when file deleted
 2011-05-23 14:02 UTC  (3+ messages)

[PATCHSET v5 0/38] pnfs for 2.6.40
 2011-05-23 13:53 UTC  (48+ messages)
` [PATCH v5 01/38] NFSv4.1: use struct nfs_client to qualify deviceid
` [PATCH v5 02/38] pnfs: resolve header dependency in pnfs.h
` [PATCH v5 03/38] NFSv4.1: make deviceid cache global
` [PATCH v5 04/38] NFSv4.1: purge deviceid cache on nfs_free_client
` [PATCH v5 05/38] pnfs: CB_NOTIFY_DEVICEID
` [PATCH v5 06/38] SQUASHME: use be32 res in nfs4_callback_devicenotify
` [PATCH v5 07/38] SQUASHME: pnfs: use nfs_client to qualify deviceid for cb_notify_deviceid
` [PATCH v5 08/38] SQUASHME: pnfs: use global deviceid cache for CB_NOTIFY_DEVICEID
` [PATCH v5 09/38] SQUASHME: pnfs: refactor device cache _lookup_deviceid
` [PATCH v5 10/38] SQUASHME: pnfs: refactor device cache _find_get_deviceid
` [PATCH v5 11/38] SUNRPC: introduce xdr_init_decode_pages
` [PATCH v5 12/38] pnfs: Use byte-range for layoutget
` [PATCH v5 13/38] pnfs: align layoutget requests on page boundaries
` [PATCH v5 14/38] pnfs: Use byte-range for cb_layoutrecall
` [PATCH v5 15/38] pnfs: client stats
` [PATCH v5 16/38] pnfs-obj: objlayoutdriver module skeleton
` [PATCH v5 17/38] pnfs-obj: pnfs_osd XDR definitions
` [PATCH v5 18/38] pnfs-obj: pnfs_osd XDR client implementation
` [PATCH v5 19/38] pnfs-obj: decode layout, alloc/free lseg
` [PATCH v5 20/38] pnfs: per mount layout driver private data
` [PATCH v5 21/38] pnfs-obj: objio_osd device information retrieval and caching
` [PATCH v5 22/38] pnfs: set/unset layoutdriver
` [PATCH v5 23/38] SQUASHME: pnfs-obj: use global device cache
` [PATCH v5 24/38] SQUASHME: Revert "pnfs: per mount layout driver private data"
` [PATCH v5 25/38] SQUASHME: Revert "pnfs: set/unset layoutdriver"
` [PATCH v5 26/38] NFSv4.1: use layout driver in global device cache
` [PATCH v5 27/38] pnfs: alloc and free layout_hdr layoutdriver methods
` [PATCH v5 28/38] pnfs-obj: define per-inode private structure
` [PATCH v5 29/38] pnfs: support for non-rpc layout drivers
` [PATCH v5 30/38] SQUASHME: initialize data->task on the non-rpc io done success paths
` [PATCH v5 31/38] pnfs-obj: osd raid engine read/write implementation
  ` [PTACH] SQUASHME: pnfs-obj: Important fallout from the last rebase
` [PATCH v5 32/38] pnfs: layoutreturn
` [PATCH v5 33/38] SQUASHME: pnfs: fix layout stateid in layoutreturn args
` [PATCH v5 34/38] pnfs: layoutret_on_setattr
` [PATCH v5 35/38] pnfs: encode_layoutreturn
` [PATCH v5 36/38] pnfs-obj: report errors and .encode_layoutreturn Implementation
` [PATCH v5 37/38] pnfs: encode_layoutcommit
` [PATCH v5 38/38] pnfs-obj: objlayout_encode_layoutcommit implementation

[PATCH] NFS: nfs_update_inode: print current and new inode size in debug output
 2011-05-23 12:52 UTC 

[PATCH] nfsstat: reorder nfs4 stats for 2.6.38 and up
 2011-05-23 12:39 UTC  (2+ messages)

[PATCH] nfs-utils: getexportent interprets -test-client- as default options
 2011-05-23 12:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] Two small fixes for nfs-utils
 2011-05-23 12:26 UTC  (5+ messages)
` [PATCH 1/2] Remove risk of nfs_addmntent corrupting mtab
` [PATCH 2/2] supress socket error when address family is not supported

[PATCHSET 00/13] SQUASHME pnfs-obj: Lots of changes addressing comments by Trond and Benny
 2011-05-23  4:26 UTC  (17+ messages)
` [PATCH 01/13] SQUASHME: re-reorder the functions so it compares better with raids base
  ` pnfs-obj: git diff pnfs-all-2.6.38 to pnfs-submit. Without the reordering
` [PATCH 02/13] SQUASHME: pnfs-obj: objio_segment only needs the pnfs_osd_layout->olo_comps
` [PATCH 03/13] SQUASHME: pnfs-obj: Rename ios->objio_seg => ios->layout
` [PATCH 05/13] SQUASHME: pnfs-obj: Convert layout and deviceinfo decoding to new XDR
` [PATCH 06/13] SQUASHME: pnfs-obj: Change API of objlayout_io_set_result
` [PATCH 07/13] SQUASHME: pnfs-obj: Avoid double allocation logic in objlayout_alloc_lseg
` [PATCH 08/13] SQUASHME: pnfs_osd_xdr: Remove Server API declarations
` [PATCH 09/13] SQUASHME: pnfs_osd_xdr: Avoid using xdr_rewind_stream
` [PATCH 10/13] [RFC] Bugs in new pnfs write path
` [PATCH 11/13] SQUASHME: pnfs_osd_xdr: Add Server API for encoding/decoding osd XDRs
` [PATCH 12/13] SQUASHME: XDR API changes to pnfs_osd_xdr_decode_ioerr()
` [PATCH 13/13] SQUASHME: dbg Print the full device_id returned

[OUT-OF-TREE] DEBUGME: pnfs: DEBUGING of lseg ref counting
 2011-05-22  2:56 UTC 

pnfs-submit for objects: BUGs Please help
 2011-05-21  8:43 UTC  (2+ messages)
` [RFC] Bugs in new pnfs write path

2.6.38.6 - state manager constantly respawns
 2011-05-20 20:27 UTC  (27+ messages)

[PATCH v2 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-05-20 20:16 UTC  (5+ messages)
` [PATCH 1/2] NFSD: added FREE_STATEID operation
` [PATCH 2/2] NFSD: Added TEST_STATEID operation

[PATCH v2 0/2] NFSD: add FREE_STATEID and TEST_STATEID operations
 2011-05-20 18:29 UTC  (11+ messages)
` [PATCH v2 1/2] NFSD: added FREE_STATEID operation
` [PATCH v2 2/2] NFSD: Added TEST_STATEID opreation

[RFC v2] NFSD: Added basic fault injection
 2011-05-20 18:13 UTC 

How to control the order of different export options for different client formats?
 2011-05-20 16:41 UTC  (16+ messages)
    ` Performance Issue with multiple dataserver

[PATCH] nfs41: Correct offset for LAYOUTCOMMIT v2
 2011-05-19 21:34 UTC 

[PATCH] nfs41: Correct offset for LAYOUTCOMMIT
 2011-05-19 19:56 UTC  (4+ messages)

Improved NFS4.1 packet dissectors for wireshark
 2011-05-19 19:57 UTC 

[RFC] NFSD: Added basic fault injection
 2011-05-19 16:32 UTC  (4+ messages)

[PATCH v3 0/29] pnfs for 2.6.40
 2011-05-19 12:46 UTC  (3+ messages)
` [PATCH v3 12/29] pnfs-obj: decode layout, alloc/free lseg

[PATCH] nfsd41: check the size of response
 2011-05-19  5:35 UTC  (3+ messages)

[PATCH] nfsd41: check the size of request
 2011-05-19  1:02 UTC  (2+ messages)

[PATCH] nfsd41: error out when client sets maxreq_sz or maxresp_sz too small
 2011-05-19  0:51 UTC  (2+ messages)

NFS: pnfs ipv6 and multipath parsing
 2011-05-18 20:41 UTC  (7+ messages)
` [PATCH 1/2] NFS: pnfs IPv6 support
` [PATCH 2/2] NFS: Parse and store all multipath DS addresses

[PATCH 1/2] nfs: make local functions static
 2011-05-18 19:29 UTC  (3+ messages)
` [PATCH 2/2] nfsd: "

fixing leases/delegations
 2011-05-18 19:19 UTC  (3+ messages)
` [RFC PATCH 1/2] locks: introduce i_blockleases to close lease races
` [RFC PATCH 2/2] locks: break lease on unlink

[RFC V2 0/1] SUNRPC: dynamic rpc_slot allocator
 2011-05-18 19:13 UTC  (4+ messages)
` [RFC V2 1/1] "

Linux pNFS status meeting 05/19/11
 2011-05-18 17:36 UTC 

[PATCH] Removed compilation warnings from mountd/cache.c (take 2)
 2011-05-18 16:48 UTC 

pynfs server-side unlink test
 2011-05-18 16:44 UTC  (3+ messages)
` [PATCH 1/2] Generalize reboot helper script
` [PATCH 2/2] TESTS: add server-side unlink test


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