summaryrefslogtreecommitdiffstats
path: root/fs/nfs/objlayout
Commit message (Expand)AuthorAgeFilesLines
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* pNFS: Get rid of unnecessary layout parameter in encode_layoutreturn callbackTrond Myklebust2016-12-012-3/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2015-12-121-4/+1
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-271-0/+2
* NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-271-1/+1
* nfs: add nfs_pgio_current_mirror helperPeng Tao2015-02-031-1/+1
* nfs: add mirroring support to pgio layerWeston Andros Adamson2015-02-031-1/+2
* pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson2015-02-031-0/+2
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-10-214-4/+4
|\
| * Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-194-4/+4
* | pnfs/objlayout: fix endianess annotation in objio_alloc_deviceid_nodeChristoph Hellwig2014-09-121-1/+1
* | pnfs: factor GETDEVICEINFO implementationsChristoph Hellwig2014-09-103-147/+41
|/
* nfs: remove unused writeverf codeWeston Andros Adamson2014-06-241-2/+2
* nfs: merge nfs_pgio_data into _headerWeston Andros Adamson2014-06-243-59/+54
* nfs: rename members of nfs_pgio_dataWeston Andros Adamson2014-06-241-2/+2
* pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust2014-05-291-4/+4
* nfs: chain calls to pg_testWeston Andros Adamson2014-05-291-3/+6
* nfs: modify pg_test interface to return size_tWeston Andros Adamson2014-05-291-5/+10
* NFS: Create a common read and write data structAnna Schumaker2014-05-283-15/+15
* NFSv4.1 use pnfs_device maxcount for the objectlayout gdia_maxcountAndy Adamson2013-06-281-0/+1
* NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust2013-06-061-1/+2
* treewide: Fix typo in printksMasanari Iida2013-04-122-2/+2
* umount oops when remove blocklayoutdriver firstfanchaoting2013-02-171-0/+1
* NFSv4.1: Remove unused function last_byte_offsetTrond Myklebust2012-11-041-11/+0
* NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust2012-10-161-3/+3
* NFS41: send real write size in layoutgetPeng Tao2012-10-081-1/+8
* pnfs-obj: Better IO pattern in case of unaligned offsetBoaz Harrosh2012-08-021-3/+52
* pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-07-201-3/+13
* pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh2012-07-201-2/+7
* NFS: Fix sparse warningsTrond Myklebust2012-05-041-1/+1
* NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-272-15/+20
* pnfs-obj: Remove unused variable from objlayout_get_deviceinfo()Sachin Bhamare2012-04-261-2/+0
* pnfs-obj: autologin: Add support for protocol autologinSachin Bhamare2012-03-213-0/+145
* pnfs-obj: Uglify objio_segment allocation for the sake of the principle :-(Boaz Harrosh2012-03-131-14/+25
* NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-1/+1
* NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-062-6/+6
* pnfs-obj: Must return layout on IO errorBoaz Harrosh2012-01-061-1/+2
* pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh2012-01-061-0/+4
* pnfs-obj: Support for RAID5 read-4-write interface.Boaz Harrosh2011-11-021-0/+38
* pnfs-obj: move to ore 03: Remove old raid engineBoaz Harrosh2011-11-021-504/+0
* pnfs-obj: move to ore 02: move to OREBoaz Harrosh2011-11-021-74/+59
* pnfs-obj: move to ore 01: ore_layout & ore_componentsBoaz Harrosh2011-11-021-144/+128
* pnfs-obj: Rename objlayout_io_state => objlayout_io_resBoaz Harrosh2011-11-023-47/+48
* pnfs-obj: Get rid of objlayout_{alloc,free}_io_stateBoaz Harrosh2011-11-023-142/+112
* pnfs-obj: Return PNFS_NOT_ATTEMPTED in case of read/write_pagelistBoaz Harrosh2011-11-023-35/+37
* pnfs-obj: Remove redundant EOF from objlayout_io_stateBoaz Harrosh2011-11-022-10/+7
* pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2011-08-042-9/+10
* pnfs-obj: Bug when we are running out of bioBoaz Harrosh2011-08-041-7/+5