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