summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-19dm zoned: drive-managed zoned block device targetDamien Le Moal
2017-06-19dm kcopyd: add sequential write featureDamien Le Moal
2017-06-19dm linear: add support for zoned block devicesDamien Le Moal
2017-06-19dm flakey: add support for zoned block devicesDamien Le Moal
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal
2017-06-19dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal
2017-06-19dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal
2017-06-19dm table: add zoned block devices validationDamien Le Moal
2017-06-19dm: convert DM printk macros to pr_<level> macrosJoe Perches
2017-06-19dm crypt: add big-endian variant of plain64 IVMilan Broz
2017-06-19dm bio prison: use rb_entry() rather than container_of()Geliang Tang
2017-06-19dm ioctl: report event number in DM_LIST_DEVICESMikulas Patocka
2017-06-19dm ioctl: add a new DM_DEV_ARM_POLL ioctlMikulas Patocka
2017-06-19dm: add basic support for using the select or poll functionMikulas Patocka
2017-06-18nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei
2017-06-18blk-mq: don't stop queue for quiescingMing Lei
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei
2017-06-18block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown
2017-06-18xen-blkfront: remove bio splitting.NeilBrown
2017-06-18lightnvm/pblk-read: use bio_clone_fast()NeilBrown
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18rbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig
2017-06-18bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig
2017-06-18blk-mq: streamline blk_mq_get_requestChristoph Hellwig
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown
2017-06-16Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe
2017-06-16block: swim3: make of_device_ids const.Arvind Yadav