aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/objlayout (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-02pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh1-3/+52
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-05-04NFS: Fix sparse warningsTrond Myklebust1-1/+1
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman2-15/+20
2012-04-26pnfs-obj: Remove unused variable from objlayout_get_deviceinfo()Sachin Bhamare1-2/+0
2012-03-21pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare3-0/+145
2012-03-13pnfs-obj: Uglify objio_segment allocation for the sake of the principle :-(Boaz Harrosh1-14/+25
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-1/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2-6/+6
2012-01-06pnfs-obj: Must return layout on IO errorBoaz Harrosh1-1/+2
2012-01-06pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh1-0/+4
2011-11-02pnfs-obj: Support for RAID5 read-4-write interface.Boaz Harrosh1-0/+38
2011-11-02pnfs-obj: move to ore 03: Remove old raid engineBoaz Harrosh1-504/+0
2011-11-02pnfs-obj: move to ore 02: move to OREBoaz Harrosh1-74/+59
2011-11-02pnfs-obj: move to ore 01: ore_layout & ore_componentsBoaz Harrosh1-144/+128
2011-11-02pnfs-obj: Rename objlayout_io_state => objlayout_io_resBoaz Harrosh3-47/+48
2011-11-02pnfs-obj: Get rid of objlayout_{alloc,free}_io_stateBoaz Harrosh3-142/+112
2011-11-02pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelistBoaz Harrosh3-35/+37
2011-11-02pnfs-obj: Remove redundant EOF from objlayout_io_stateBoaz Harrosh2-10/+7
2011-08-04pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2-9/+10
2011-08-04pnfs-obj: Bug when we are running out of bioBoaz Harrosh1-7/+5
2011-07-15pnfs: simplify pnfs files module autoloadingJ. Bruce Fields1-0/+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: Fall back to ordinary i/o through the mds if we have no layout segmentTrond Myklebust1-3/+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-1/+12
2011-06-21NFSv4.1: Fix some issues with pnfs_generic_pg_testTrond Myklebust1-0/+3
2011-06-19pnfs-obj: No longer needed to take an extra ref at add_deviceBoaz Harrosh1-1/+0
2011-06-15NFS: (d)printks should use %zd for ssize_t argumentsDavid Howells1-1/+1
2011-05-29pnfs-obj: pg_test check for max_io_sizeBoaz Harrosh1-1/+18
2011-05-29NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy1-13/+1
2011-05-29NFSv4.1: change pg_test return type to boolBenny Halevy1-4/+3
2011-05-29pnfs-obj: objlayout_encode_layoutcommit implementationBoaz Harrosh3-0/+61
2011-05-29pnfs-obj: report errors and .encode_layoutreturn Implementation.Boaz Harrosh3-2/+297
2011-05-29pnfs: layoutret_on_setattrBenny Halevy1-0/+1
2011-05-29pnfs-obj: osd raid engine read/write implementationBoaz Harrosh3-0/+901
2011-05-29pnfs-obj: define per-inode private structureBenny Halevy3-0/+46
2011-05-29pnfs-obj: objio_osd device information retrieval and cachingBoaz Harrosh3-0/+233
2011-05-29pnfs-obj: decode layout, alloc/free lsegBoaz Harrosh4-2/+341
2011-05-29pnfs-obj: pnfs_osd XDR client implementationBoaz Harrosh2-1/+413
2011-05-29pnfs-obj: objlayoutdriver module skeletonBenny Halevy2-0/+81