aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/objlayout (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20nfs: remove the objlayout driverChristoph Hellwig5-1984/+0
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-01pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust2-3/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins1-4/+1
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust1-0/+2
2015-03-27NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust1-1/+1
2015-02-03nfs: add nfs_pgio_current_mirror helperPeng Tao1-1/+1
2015-02-03nfs: add mirroring support to pgio layerWeston Andros Adamson1-1/+2
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson1-0/+2
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-4/+4
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh4-4/+4
2014-09-12pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_nodeChristoph Hellwig1-1/+1
2014-09-10pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig3-147/+41
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson1-2/+2
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson3-59/+54
2014-06-24nfs: rename members of nfs_pgio_dataWeston Andros Adamson1-2/+2
2014-05-29pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust1-4/+4
2014-05-29nfs: chain calls to pg_testWeston Andros Adamson1-3/+6
2014-05-29nfs: modify pg_test interface to return size_tWeston Andros Adamson1-5/+10
2014-05-28NFS: Create a common read and write data structAnna Schumaker3-15/+15
2013-06-28NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcountAndy Adamson1-0/+1
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust1-1/+2
2013-04-12treewide: Fix typo in printksMasanari Iida2-2/+2
2013-02-17umount oops when remove blocklayoutdriver firstfanchaoting1-0/+1
2012-11-04NFSv4.1: Remove unused function last_byte_offsetTrond Myklebust1-11/+0
2012-10-16NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust1-3/+3
2012-10-08NFS41: send real write size in layoutgetPeng Tao1-1/+8
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