summaryrefslogtreecommitdiffstats
path: root/fs/nfs/blocklayout
Commit message (Expand)AuthorAgeFilesLines
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington2016-10-131-1/+2
* pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-233-5/+10
* Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-302-41/+96
|\
| * Merge branch 'pnfs'Trond Myklebust2016-07-241-35/+75
| |\
| | * Fix NULL pointer dereference in bl_free_device().Artem Savkov2016-07-221-9/+13
| | * nfs/blocklayout: Check max uuids and devices before decodingKinglong Mee2016-07-151-2/+12
| | * nfs/blocklayout: Make sure calculate signature length alignedKinglong Mee2016-07-151-1/+2
| | * nfs/blocklayout: support RH/Fedora dm-mpath device nodesChristoph Hellwig2016-07-151-1/+25
| | * nfs/blocklayout: refactor open-by-wwnChristoph Hellwig2016-07-151-26/+27
| | * nfs/blocklayout: use proper fmode for opening block devicesChristoph Hellwig2016-07-151-2/+2
| * | pnfs/blocklayout: put deviceid node after releasing bl_ext_lockBenjamin Coddington2016-07-191-6/+21
| |/
* | block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-2/+2
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-10/+12
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-042-14/+14
* Merge tag 'nfsd-4.6-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-245-25/+238
|\
| * nfs/blocklayout: add SCSI layout supportChristoph Hellwig2016-03-185-25/+238
* | nfs/blocklayout: make sure making a aligned read requestKinglong Mee2016-03-211-6/+7
* | pnfs/blocklayout: fix a memeory leak when using,vmalloc_to_pageKinglong Mee2016-02-171-2/+8
|/
* nfs/blocklayout: Fix bad using of page offset in bl_read_pagelistKinglong Mee2015-10-211-5/+2
* Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-073-28/+19
|\
| * pnfs: move common blocklayout XDR defintions to nfs4.hChristoph Hellwig2015-08-172-19/+2
| * pnfs/blocklayout: pass proper file mode to blkdev_get/putChristoph Hellwig2015-08-171-2/+2
| * pnfs/blocklayout: reject too long signaturesChristoph Hellwig2015-08-171-0/+5
| * pnfs/blocklayout: set up layoutupdate_pages properlyChristoph Hellwig2015-08-171-5/+2
| * pnfs/blocklayout: calculate layoutupdate size correctlyChristoph Hellwig2015-08-171-3/+9
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-8/+6
|/
* NFSv4.1/pnfs: Separate out metadata and data consistency for pNFSTrond Myklebust2015-03-271-0/+1
* NFSv4.1: Convert pNFS deviceid to use kfree_rcu()Trond Myklebust2015-03-271-1/+1
* pnfs: release lseg in pnfs_generic_pg_cleanupWeston Andros Adamson2015-02-031-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-101-1/+1
|\
| * Merge branch 'iov_iter' into for-nextAl Viro2014-12-082-6/+10
| |\
| * | rpc_pipefs.c: get rid of f_dentryAl Viro2014-11-191-1/+1
* | | pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig2014-11-241-1/+1
| |/ |/|
* | nfs: Remove bogus assignmentJan Kara2014-11-121-1/+1
* | pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig2014-11-121-5/+9
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-192-2/+0
* | pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust2014-09-211-3/+6
* | pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell2014-09-151-0/+2
* | pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2014-09-122-4/+1
* | pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig2014-09-125-148/+530
* | pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig2014-09-126-408/+378
* | pnfs/blocklayout: refactor extent processingChristoph Hellwig2014-09-121-102/+105
* | pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig2014-09-123-188/+186
* | pnfs/blocklayout: allocate separate pages for the layoutcommit payloadChristoph Hellwig2014-09-123-34/+91
* | pnfs: remove GETDEVICELIST implementationChristoph Hellwig2014-09-121-1/+1
* | pnfs/blocklayout: remove some debuggingChristoph Hellwig2014-09-121-8/+0
OpenPOWER on IntegriCloud