aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai2-2/+0
2014-09-15pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell1-0/+2
2014-09-12pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2-4/+1
2014-09-12pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig5-148/+530
2014-09-12pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig6-408/+378
2014-09-12pnfs/blocklayout: refactor extent processingChristoph Hellwig1-102/+105
2014-09-12pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig3-188/+186
2014-09-12pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig3-34/+91
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig1-1/+1
2014-09-12pnfs/blocklayout: remove some debuggingChristoph Hellwig1-8/+0
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig5-250/+65
2014-09-10pnfs/blocklayout: return layouts on setattrChristoph Hellwig1-1/+2
2014-09-10pnfs/blocklayout: implement the return_range methodChristoph Hellwig1-0/+30
2014-09-10pnfs/blocklayout: rewrite extent trackingChristoph Hellwig6-1212/+651
2014-09-10pnfs/blocklayout: don't set pages uptodateChristoph Hellwig1-23/+1
2014-09-10pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelistChristoph Hellwig1-435/+63
2014-09-10pnfs/blocklayout: correctly decrement extent lengthChristoph Hellwig1-3/+4
2014-09-10pnfs/blocklayout: plug block queuesChristoph Hellwig1-0/+9
2014-09-10pnfs/blocklayout: improve GETDEVICEINFO error reportingChristoph Hellwig1-2/+3
2014-09-10pnfs/blocklayout: reject pnfs blocksize larger than page sizeChristoph Hellwig1-0/+6
2014-06-25FS/NFS: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson1-1/+1
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson1-51/+47
2014-06-24nfs: rename members of nfs_pgio_dataWeston Andros Adamson1-7/+10
2014-05-29nfs: modify pg_test interface to return size_tWeston Andros Adamson1-4/+12
2014-05-28NFS: Create a common read and write data structAnna Schumaker1-11/+11
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2-1/+2
2013-12-04nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-4/+5
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet1-21/+13
2013-11-19NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker1-0/+1
2013-06-28NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcountAndy Adamson1-0/+1
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust1-1/+1
2013-05-07make blkdev_put() return voidAl Viro3-10/+4
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-02-17umount oops when remove blocklayoutdriver firstfanchaoting1-0/+1
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust1-0/+1
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao2-21/+5
2012-10-08NFS41: send real write size in layoutgetPeng Tao1-3/+35
2012-10-02NFSv4.1: bl_pg_init_write should be staticTrond Myklebust1-1/+1
2012-10-01pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-10-01pnfsblock: fix non-aligned DIO writePeng Tao1-3/+31
2012-10-01pnfsblock: fix non-aligned DIO readPeng Tao1-8/+56
2012-10-01pnfsblock: fix partial page buffer wirtePeng Tao2-12/+166
2012-10-01Revert "pnfsblock: bail out partial page IO"Peng Tao1-36/+3
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust1-1/+1
2012-07-30pnfsblock: bail out partial page IOPeng Tao1-3/+36