aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4filelayout.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24NFS4.1: remove duplicate variable declaration in filelayout_clear_request_commitFred Isaman1-1/+0
2012-03-20NFS: Use cond_resched_lock() to reduce latencies in the commit scansTrond Myklebust1-3/+8
2012-03-17NFSv4.1: Fix a few issues in filelayout_commit_pagelistTrond Myklebust1-23/+24
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust1-20/+62
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-5/+5
2012-03-10NFS: remove nfs_inode radix treeFred Isaman1-21/+88
2012-03-08NFSv4.1 cleanup DS stateid error handlingAndy Adamson1-7/+2
2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson1-1/+28
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson1-0/+19
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-2/+4
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson1-1/+1
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust1-2/+2
2012-01-05nfs: fix a minor do_div portability issueChris Metcalf1-4/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-31NFS: Remove no-op less-than-zero checks on unsigned variables.Chuck Lever1-4/+3
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust1-10/+4
2011-10-18pnfs: make _set_lo_fail genericPeng Tao1-16/+3
2011-07-31pnfs: save layoutcommit lwb at layout headerPeng Tao1-1/+1
2011-07-15pnfs: simplify pnfs files module autoloadingJ. Bruce Fields1-0/+2
2011-07-15NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust1-3/+2
2011-07-15NFS: Move the pnfs write code into pnfs.cTrond Myklebust1-1/+1
2011-07-15NFS: Move the pnfs read code into pnfs.cTrond Myklebust1-1/+1
2011-07-12NFSv4.1: do not use deviceids after MDS clientid invalidationAndy Adamson1-0/+10
2011-07-12NFSv4.1: File layout only supports whole file layoutsAndy Adamson1-2/+45
2011-07-12NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust1-2/+0
2011-07-12NFSv4.1: Add an initialisation callback for pNFSTrond Myklebust1-0/+2
2011-07-12NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfixTrond Myklebust1-2/+13
2011-07-12NFS: pnfs IPv6 supportWeston Andros Adamson1-4/+3
2011-06-28pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh1-1/+0
2011-06-20NFSv4.1: file layout must consider pg_bsize for coalescingBenny Halevy1-2/+4
2011-06-15NFSv4.1: allow zero fh array in filelayout decode layoutAndy Adamson1-5/+10
2011-05-29NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy1-0/+3
2011-05-29NFSv4.1: change pg_test return type to boolBenny Halevy1-3/+3
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-7/+2
2011-05-29NFSv4.1: use layout driver in global device cacheBenny Halevy1-1/+2
2011-05-29NFSv4.1: purge deviceid cache on nfs_free_clientBenny Halevy1-0/+7
2011-05-29NFSv4.1: make deviceid cache globalBenny Halevy1-4/+6
2011-05-29NFSv4.1: use struct nfs_client to qualify deviceidBenny Halevy1-1/+1
2011-05-29NFSv4.1: fix typo in filelayout_check_layoutJim Rees1-1/+1
2011-05-11NFSv4.1: Ensure that layoutget uses the correct gfp modesTrond Myklebust1-11/+14
2011-05-11NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REPAndy Adamson1-0/+2
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson1-9/+44
2011-03-23NFSv4.1 remove temp code that prevented ds commitsFred Isaman1-4/+0
2011-03-23NFSv4.1: layoutcommitAndy Adamson1-0/+18
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman1-0/+235
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman1-0/+22
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman1-10/+10
2011-03-11NFSv4.1: reject zero layout with zeroed stripe unitBenny Halevy1-2/+2
2011-03-11NFSv4.1: pnfs filelayout driver writeFred Isaman1-1/+100