linux/fs/nfs/blocklayout
Christoph Hellwig 34dc93c2fc pnfs/blocklayout: allocate separate pages for the layoutcommit payload
Instead of overflowing the XDR send buffer with our extent list allocate
pages and pre-encode the layoutupdate payload into them.  We optimistically
allocate a single page use alloc_page and only switch to vmalloc when we
have more extents outstanding.  Currently there is only a single testcase
(xfstests generic/113) which can reproduce large enough extent lists for
this to occur.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
2014-09-12 13:22:45 -04:00
..
blocklayout.c pnfs/blocklayout: allocate separate pages for the layoutcommit payload 2014-09-12 13:22:45 -04:00
blocklayout.h pnfs/blocklayout: allocate separate pages for the layoutcommit payload 2014-09-12 13:22:45 -04:00
blocklayoutdev.c pnfs/blocklayout: use the device id cache 2014-09-10 12:47:04 -07:00
blocklayoutdm.c pnfs/blocklayout: use the device id cache 2014-09-10 12:47:04 -07:00
extent_tree.c pnfs/blocklayout: allocate separate pages for the layoutcommit payload 2014-09-12 13:22:45 -04:00
Makefile pnfs/blocklayout: rewrite extent tracking 2014-09-10 12:47:03 -07:00