summaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout
AgeCommit message (Expand)AuthorLines
2017-06-09block: switch bios to blk_status_tChristoph Hellwig-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2016-10-13pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington-1/+2
2016-08-23pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington-5/+10
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-41/+96
2016-07-24Merge branch 'pnfs'Trond Myklebust-35/+75
2016-07-22Fix NULL pointer dereference in bl_free_device().Artem Savkov-9/+13
2016-07-19pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington-6/+21
2016-07-15nfs/blocklayout: Check max uuids and devices before decodingKinglong Mee-2/+12
2016-07-15nfs/blocklayout: Make sure calculate signature length alignedKinglong Mee-1/+2
2016-07-15nfs/blocklayout: support RH/Fedora dm-mpath device nodesChristoph Hellwig-1/+25
2016-07-15nfs/blocklayout: refactor open-by-wwnChristoph Hellwig-26/+27
2016-07-15nfs/blocklayout: use proper fmode for opening block devicesChristoph Hellwig-2/+2
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie-2/+2
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie-10/+12
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-14/+14
2016-03-24Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-25/+238
2016-03-21nfs/blocklayout: make sure making a aligned read requestKinglong Mee-6/+7
2016-03-18nfs/blocklayout: add SCSI layout supportChristoph Hellwig-25/+238
2016-02-17pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee-2/+8
2015-10-21nfs/blocklayout: Fix bad using of page offset in bl_read_pagelistKinglong Mee-5/+2
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-28/+19
2015-08-17pnfs: move common blocklayout XDR defintions to nfs4.hChristoph Hellwig-19/+2
2015-08-17pnfs/blocklayout: pass proper file mode to blkdev_get/putChristoph Hellwig-2/+2
2015-08-17pnfs/blocklayout: reject too long signaturesChristoph Hellwig-0/+5
2015-08-17pnfs/blocklayout: set up layoutupdate_pages properlyChristoph Hellwig-5/+2
2015-08-17pnfs/blocklayout: calculate layoutupdate size correctlyChristoph Hellwig-3/+9
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-8/+6
2015-03-27NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust-0/+1
2015-03-27NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust-1/+1
2015-02-03pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson-0/+2
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro-6/+10
2014-11-24pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig-1/+1
2014-11-19rpc_pipefs.c: get rid of f_dentryAl Viro-1/+1
2014-11-12nfs: Remove bogus assignmentJan Kara-1/+1
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig-5/+9
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+0
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust-3/+6
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai-2/+0
2014-09-15pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell-0/+2
2014-09-12pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust-4/+1
2014-09-12pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig-148/+530
2014-09-12pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig-408/+378
2014-09-12pnfs/blocklayout: refactor extent processingChristoph Hellwig-102/+105
2014-09-12pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig-188/+186
2014-09-12pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig-34/+91
2014-09-12pnfs: remove GETDEVICELIST implementationChristoph Hellwig-1/+1
2014-09-12pnfs/blocklayout: remove some debuggingChristoph Hellwig-8/+0
2014-09-10pnfs/blocklayout: use the device id cacheChristoph Hellwig-250/+65