summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Convert v4 into a moduleBryan Schumaker2012-07-311-0/+2
* NFSv4.1 do not send LAYOUTRETURN on emtpy plh_segs listAndy Adamson2012-07-161-4/+19
* NFSv4.1 mark layout when already returnedAndy Adamson2012-07-161-2/+8
* NFS: Create an write_pageio_init() functionBryan Schumaker2012-06-291-6/+5Star
* NFS: Create an read_pageio_init() functionBryan Schumaker2012-06-291-6/+5Star
* NFSv4.1: Fix a race in set_pnfs_layoutdriverTrond Myklebust2012-06-191-4/+4
* NFSv4.1: Fix umount when filelayout DS is also the MDSTrond Myklebust2012-06-181-0/+5
* NFSv4.1 test the mdsthreshold hint parametersAndy Adamson2012-05-241-0/+79
* NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson2012-05-241-0/+3
* NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-241-0/+12
* NFSv4.1 resend LAYOUTGET on data server invalid layout errorsAndy Adamson2012-05-191-0/+1
* NFSv4.1 send layoutreturn to fence disconnected data serverAndy Adamson2012-05-191-0/+1
* NFSv4.1: mark deviceid invalid on filelayout DS connection errorsAndy Adamson2012-05-191-2/+4
* NFS: Clean up nfs read and write error pathsTrond Myklebust2012-05-011-2/+0Star
* NFS: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.cTrond Myklebust2012-04-271-1/+1
* NFS: prepare coalesce testing for directioFred Isaman2012-04-271-0/+8
* NFS: create completion structure to pass into page_init functionsFred Isaman2012-04-271-14/+25
* NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-22/+36
* NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-271-19/+36
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-43/+59
* NFS4.1: make pnfs_ld_[read|write]_done consistentFred Isaman2012-04-271-26/+38
* NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-04-261-1/+1
* NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust2012-03-171-0/+3
* NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-5/+5
* NFSv4: Add helpers for basic copying of stateidsTrond Myklebust2012-03-061-6/+4Star
* NFSv4.1: Get rid of redundant NFS4CLNT_LAYOUTRECALL testsTrond Myklebust2012-03-011-5/+2Star
* NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-071-7/+7
* NFS: Use kcalloc() when allocating arraysTrond Myklebust2012-02-011-1/+1
* NFS: Remove pNFS bloat from the generic write pathTrond Myklebust2012-01-061-2/+28
* pnfs-obj: Must return layout on IO errorBoaz Harrosh2012-01-061-0/+12
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-221-5/+21
|\
| * NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust2011-11-101-5/+21
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\ \ | |/ |/|
| * fs: add module.h to files that were implicitly using itPaul Gortmaker2011-11-011-0/+1
* | nfs4: serialize layoutcommitPeng Tao2011-10-311-3/+22
|/
* pnfs: recoalesce when ld read pagelist failsPeng Tao2011-10-181-13/+7Star
* pnfs: recoalesce when ld write pagelist failsPeng Tao2011-10-181-13/+7Star
* pnfs: make _set_lo_fail genericPeng Tao2011-10-181-0/+12
* pnfs: cleanup_layoutcommitAndy Adamson2011-07-311-0/+8
* pnfs: add set-clear layoutdriver interfaceBenny Halevy2011-07-311-2/+13
* pnfs: let layoutcommit handle a list of lsegPeng Tao2011-07-311-16/+16
* pnfs: save layoutcommit cred at layout header initPeng Tao2011-07-311-10/+11
* pnfs: save layoutcommit lwb at layout headerPeng Tao2011-07-311-4/+6
* NFS: Clean up - simplify the switch to read/write-through-MDSTrond Myklebust2011-07-151-2/+2
* NFS: Move the pnfs write code into pnfs.cTrond Myklebust2011-07-151-2/+55
* NFS: Move the pnfs read code into pnfs.cTrond Myklebust2011-07-151-2/+55
* NFSv4.1: do not use deviceids after MDS clientid invalidationAndy Adamson2011-07-121-0/+3
* NFSv4.1: Clean up layoutreturnTrond Myklebust2011-07-121-0/+1
* NFSv4.1: File layout only supports whole file layoutsAndy Adamson2011-07-121-2/+4
* NFSv4.1: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust2011-07-121-0/+7