summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2016-11-02blk-mq: Introduce blk_mq_quiesce_queue()Bart Van Assche-7/+65
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche-6/+0
2016-11-02blk-mq: Avoid that requeueing starts stopped queuesBart Van Assche-5/+1
2016-11-02blk-mq: Move more code into blk_mq_direct_issue_request()Bart Van Assche-8/+10
2016-11-02blk-mq: Introduce blk_mq_queue_stopped()Bart Van Assche-0/+20
2016-11-02blk-mq: Introduce blk_mq_hctx_stopped()Bart Van Assche-6/+11
2016-11-02blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche-3/+3
2016-11-02block: add bio_iov_iter_get_pages()Kent Overstreet-0/+49
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig-2/+2
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig-3/+8
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig-12/+4
2016-10-28block: better op and flags encodingChristoph Hellwig-95/+69
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig-77/+78
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig-5/+5
2016-10-28block: remove bio_is_rwChristoph Hellwig-1/+1
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe-13/+5
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe-3/+3
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe-3/+3
2016-10-26block: flush: fix IO hang in case of flood fua reqMing Lei-0/+28
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann-4/+2
2016-10-21badblocks: badblocks_set/clear update unacked_existShaohua Li-0/+23
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2016-10-19block: Add iocontext priority to requestAdam Manzanares-1/+3
2016-10-18blk-zoned: implement ioctlsShaun Tancheff-0/+97
2016-10-18block: Implement support for zoned block devicesHannes Reinecke-0/+266
2016-10-18block: Define zoned block device operationsShaun Tancheff-0/+4
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke-0/+4
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke-0/+11
2016-10-18block: Add 'zoned' queue limitDamien Le Moal-0/+19
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+1
2016-10-12badblocks: fix overlapping check for clearingTomasz Majchrzak-2/+4
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong-0/+15
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong-6/+12
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy-1/+1
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds-142/+57
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds-92/+110
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds-574/+244
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-17/+10
2016-09-30blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche-3/+1
2016-09-23blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig-2/+14
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa-3/+10
2016-09-23blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior-1/+1
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe-1/+1
2016-09-22blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig-13/+1
2016-09-22blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe-14/+2
2016-09-22blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior-44/+43
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner-98/+14
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang-1/+2
2016-09-21blk-mq: register device instead of diskMatias Bjørling-12/+9