summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-10-28block: replace REQ_THROTTLED with a bio flagChristoph Hellwig
2016-10-28block: remove bio_is_rwChristoph Hellwig
2016-10-27blk-mq: get rid of confusing blk_map_ctx structureJens Axboe
2016-10-27blk-mq: update hardware and software queues for sleeping allocJens Axboe
2016-10-24block: zoned: fix harmless maybe-uninitialized warningArnd Bergmann
2016-10-18blk-zoned: implement ioctlsShaun Tancheff
2016-10-18block: Implement support for zoned block devicesHannes Reinecke
2016-10-18block: Define zoned block device operationsShaun Tancheff
2016-10-18block: update chunk_sectors in blk_stack_limits()Hannes Reinecke
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke
2016-10-18block: Add 'zoned' queue limitDamien Le Moal
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-11block: require write_same and discard requests align to logical block sizeDarrick J. Wong
2016-10-11block: invalidate the page cache when issuing BLKZEROOUTDarrick J. Wong
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-09Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-07Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-30blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche
2016-09-23blk-mq: skip unmapped queues in blk_mq_alloc_request_hctxChristoph Hellwig
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa
2016-09-23blk-mq: fixup "Convert to new hotplug state machine"Sebastian Andrzej Siewior
2016-09-22blk-mq: add flag for drivers wanting blocking ->queue_rq()Jens Axboe
2016-09-22blk-mq: remove non-blocking pass in blk_mq_map_requestChristoph Hellwig
2016-09-22blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue()Jens Axboe
2016-09-22blk-mq: Convert to new hotplug state machineSebastian Andrzej Siewior
2016-09-22blk-mq/cpu-notif: Convert to new hotplug state machineThomas Gleixner
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-09-19blk-throttle: Extend slice if throttle group is not emptyVivek Goyal
2016-09-19block/softirq: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-19blk_mq: linux/blk-mq.h does not include all the headers it depends onStephen Rothwell
2016-09-17sbitmap: randomize initial alloc_hint valuesOmar Sandoval
2016-09-17sbitmap: push alloc policy into sbitmap_queueOmar Sandoval
2016-09-17sbitmap: push per-cpu last_tag into sbitmap_queueOmar Sandoval
2016-09-17blk-mq: abstract tag allocation out into sbitmap libraryOmar Sandoval
2016-09-16blk-mq: account higher order dispatchJens Axboe
2016-09-15blk-mq: kill unused blk_mq_create_mq_map()Jens Axboe
2016-09-15blk-mq: get rid of the cpumask in struct blk_mq_tagsChristoph Hellwig
2016-09-15blk-mq: provide a default queue mapping for PCI deviceChristoph Hellwig
2016-09-15blk-mq: allow the driver to pass in a queue mappingChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-15blk-mq: only allocate a single mq_map per tag_setChristoph Hellwig