summaryrefslogtreecommitdiff
path: root/fs/nfs/blocklayout
AgeCommit message (Expand)Author
2014-06-25FS/NFS: replace count*size kzalloc by kcallocFabian Frederick
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson
2014-06-24nfs: rename members of nfs_pgio_dataWeston Andros Adamson
2014-05-29nfs: modify pg_test interface to return size_tWeston Andros Adamson
2014-05-28NFS: Create a common read and write data structAnna Schumaker
2014-04-03mm: filemap: move radix tree hole searching hereJohannes Weiner
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-04nfs: fix do_div() warning by instead using sector_div()Helge Deller
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23block: Convert various code to bio_for_each_segment()Kent Overstreet
2013-11-19NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker
2013-06-28NFSv4.1 use pnfs_device maxcount for the blocklayout gdia_maxcountAndy Adamson
2013-06-06NFSv4.1: Use layout credentials for get_deviceinfo callsTrond Myklebust
2013-05-07make blkdev_put() return voidAl Viro
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-02-17umount oops when remove blocklayoutdriver firstfanchaoting
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust
2012-10-08pnfsblock: cleanup nfs4_blkdev_getPeng Tao
2012-10-08NFS41: send real write size in layoutgetPeng Tao
2012-10-02NFSv4.1: bl_pg_init_write should be staticTrond Myklebust
2012-10-01pnfsblock: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-10-01pnfsblock: fix non-aligned DIO writePeng Tao
2012-10-01pnfsblock: fix non-aligned DIO readPeng Tao
2012-10-01pnfsblock: fix partial page buffer wirtePeng Tao
2012-10-01Revert "pnfsblock: bail out partial page IO"Peng Tao
2012-09-28NFSv4.1: Replace get_device_info() with filelayout_get_device_info()Trond Myklebust
2012-07-30pnfsblock: bail out partial page IOPeng Tao
2012-05-22NFS: Use proper naming conventions for the nfs_client.net fieldChuck Lever
2012-04-27NFS: create struct nfs_page_arrayFred Isaman
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman
2012-04-26fix page number calculation bug for block layout decode bufferJim Rees
2012-03-21NFS: Fix more NFS debug related build warningsTrond Myklebust
2012-03-13NFS: null dereference in dev_remove()Dan Carpenter
2012-03-11NFS: replace global bl_wq with per-net oneStanislav Kinsbursky
2012-03-11NFS: replace global bl_mount_reply with per-net oneStanislav Kinsbursky
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson
2012-01-31NFS: Use kcalloc() when allocating arraysTrond Myklebust
2012-01-31NFS: remove RPC PipeFS mount point reference from blocklayout routinesStanislav Kinsbursky
2012-01-31NFS: blocklayout PipeFS notifier introducedStanislav Kinsbursky
2012-01-31NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky
2012-01-31NFS: handle blocklayout pipe PipeFS dentry by network namespace aware routinesStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky
2012-01-12pnfsblock: alloc short extent before submit bioPeng Tao
2012-01-12pnfsblock: remove rpc_call_ops from struct parallel_ioPeng Tao
2012-01-12pnfsblock: move find lock page logic out of bl_write_pagelistPeng Tao
2012-01-12pnfsblock: cleanup bl_mark_sectors_initPeng Tao
2012-01-12pnfsblock: limit bio page countPeng Tao
2012-01-12pnfsblock: don't spinlock when freeing block_devPeng Tao