summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig
2014-09-22blk-timeout: fix blk_add_timerMing Lei
2014-09-22blk-mq: limit memory consumption if a crash dump is activeJens Axboe
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-22blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe
2014-09-22blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig
2014-09-22blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand
2014-09-22blk-mq: request deadline must be visible before marking rq as startedJens Axboe
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-09-10blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe
2014-09-09Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo
2014-09-08blkcg: remove blkcg->idTejun Heo
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-09-03block: Fix dev_t minor allocation lifetimeKeith Busch
2014-09-03blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott
2014-09-02blk-merge: fix blk_recount_segmentsMing Lei
2014-08-29bsg: fix potential error pointer dereferenceJens Axboe
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-28cfq-iosched: Add comments on update timing of weightToshiaki Makita
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence
2014-08-26cfq-iosched: Fix wrong children_weight calculationToshiaki Makita
2014-08-26block: fix error handling in sg_ioSabrina Dubroca
2014-08-22fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby
2014-08-21block: support > 16 byte CDBs for SG_IOChristoph Hellwig
2014-08-21block: cleanup error handling in sg_ioChristoph Hellwig
2014-08-21blk-mq: blk_mq_freeze_queue() should allow nestingTejun Heo
2014-08-21blk-mq: correct a few wrong/bad commentsJens Axboe
2014-08-21block: Fix BUG_ON when pi errors occurSagi Grimberg
2014-08-21blk-mq: don't allow merges if turned off for the queueJens Axboe
2014-08-15blk-mq: fix WARNING "percpu_ref_kill() called more than once!"Ming Lei
2014-08-14Merge tag 'dm-3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-14Merge branch 'for-3.17/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-05partitions: aix.c: off by one bugDan Carpenter
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-08-01block: use kmalloc alignment for bio slabMikulas Patocka
2014-07-16blkcg: don't call into policy draining if root_blkg is already goneTejun Heo
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo