summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: partition: add partition specific uevent callbacks for partition infoSan Mehat2016-03-151-0/+11
* block: support large requests in blk_rq_map_user_iovChristoph Hellwig2016-03-031-30/+61
* block: merge: get the 1st and last bvec via helpersMing Lei2016-03-031-6/+2
* block: disable block device DAX by defaultDan Williams2016-02-271-0/+13
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-02-176-13/+23
|\
| * blk: fix overflow in queue_discard_max_hw_showAlan2016-02-171-3/+2
| * bio: return EINTR if copying to user space got interruptedHannes Reinecke2016-02-121-2/+5
| * blk-mq: End unstarted requests on dying queueKeith Busch2016-02-111-2/+4
| * block: Initialize max_dev_sectors to 0Keith Busch2016-02-111-2/+2
| * block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen2016-02-091-0/+9
| * kernel/fs: fix I/O wait not accounted for RW O_DSYNCStephane Gasparini2016-02-091-1/+1
| * deadline: remove unused struct memberTahsin Erdogan2016-02-011-3/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-02-121-2/+4
|\ \
| * \ Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley2016-02-041-2/+4
| |\ \
| | * | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen2016-02-041-2/+4
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-012-41/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: use DAX for partition table readsDan Williams2016-01-301-3/+15
| * | | block: revert runtime dax control of the raw block deviceDan Williams2016-01-301-38/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-291-7/+19
|\ \ \ | |/ / |/| |
| * | block: fix bio splitting on max sectorsMing Lei2016-01-221-7/+19
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-232-225/+1
|\ \ \
| * \ \ Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-152-225/+1
| |\ \ \
| | * | | irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-112-225/+1
* | | | | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
| |_|/ / |/| | |
* | | | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-215-18/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: remove REQ_NO_TIMEOUT flagChristoph Hellwig2015-12-222-5/+0
| * | | block: defer timeouts to a workqueueChristoph Hellwig2015-12-224-6/+23
| * | | blk-integrity: checking for NULL instead of IS_ERRDan Carpenter2015-12-091-5/+4
| * | | blk-integrity: empty implementation when disabledKeith Busch2015-12-031-2/+2
* | | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-199-48/+56
|\ \ \ \
| * | | | block: split bios to max possible lengthKeith Busch2016-01-121-3/+16
| * | | | block: add call to split trace pointMike Krinkin2015-12-031-0/+3
| * | | | blk-mq: Avoid memoryless numa node encoded in hctx numa_nodeRaghavendra K T2015-12-032-2/+2
| * | | | blk-mq: Reuse hardware context cpumask for tagsRaghavendra K T2015-12-031-8/+1
| |/ / /
| * | | blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-014-30/+23
| * | | Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-251-1/+1
| * | | block: clarify blk_add_timer() use case for blk-mqJens Axboe2015-11-241-0/+6
| * | | bio: use offset_in_page macroGeliang Tang2015-11-241-2/+2
| * | | block: do not initialise statics to 0 or NULLWei Tang2015-11-241-1/+1
| * | | block: do not initialise globals to 0 or NULLWei Tang2015-11-241-1/+1
| * | | block: rename request_queue slab cacheIlya Dryomov2015-11-241-1/+1
* | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-134-2/+686
|\ \ \ \
| * | | | block: kill disk_{check|set|clear|alloc}_badblocksDan Williams2016-01-091-42/+0
| * | | | pmem, dax: disable dax in the presence of bad blocksDan Williams2016-01-091-0/+10
| * | | | block, badblocks: introduce devm_init_badblocksDan Williams2016-01-091-13/+35
| * | | | block: clarify badblocks lifetimeDan Williams2016-01-092-5/+2
| * | | | badblocks: rename badblocks_free to badblocks_exitDan Williams2016-01-092-4/+4
| * | | | block: Add badblock management for gendisksVishal Verma2016-01-091-0/+76
| * | | | badblocks: Add core badblock management codeVishal Verma2016-01-092-1/+562
| * | | | block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2016-01-091-1/+0