Age | Commit message (Expand) | Author | Files | Lines |
2016-10-21 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+4 |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -3/+1 |
2016-10-12 | badblocks: fix overlapping check for clearing | Tomasz Majchrzak | 1 | -2/+4 |
2016-10-11 | block: require write_same and discard requests align to logical block size | Darrick J. Wong | 1 | -0/+15 |
2016-10-11 | block: invalidate the page cache when issuing BLKZEROOUT | Darrick J. Wong | 1 | -6/+12 |
2016-10-10 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 1 | -1/+1 |
2016-10-09 | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -142/+57 |
2016-10-09 | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -92/+110 |
2016-10-07 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 10 | -574/+244 |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -17/+10 |
2016-09-30 | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL | Bart Van Assche | 1 | -3/+1 |
2016-09-23 | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx | Christoph Hellwig | 1 | -2/+14 |
2016-09-23 | cfq: fix starvation of asynchronous writes | Glauber Costa | 1 | -3/+10 |
2016-09-23 | blk-mq: fixup "Convert to new hotplug state machine" | Sebastian Andrzej Siewior | 1 | -1/+1 |
2016-09-22 | blk-mq: add flag for drivers wanting blocking ->queue_rq() | Jens Axboe | 1 | -1/+1 |
2016-09-22 | blk-mq: remove non-blocking pass in blk_mq_map_request | Christoph Hellwig | 1 | -13/+1 |
2016-09-22 | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue() | Jens Axboe | 1 | -14/+2 |
2016-09-22 | blk-mq: Convert to new hotplug state machine | Sebastian Andrzej Siewior | 1 | -44/+43 |
2016-09-22 | blk-mq/cpu-notif: Convert to new hotplug state machine | Thomas Gleixner | 4 | -98/+14 |
2016-09-22 | block: export bio_free_pages to other modules | Guoqing Jiang | 1 | -1/+2 |
2016-09-21 | blk-mq: register device instead of disk | Matias Bjørling | 2 | -12/+9 |
2016-09-19 | blk-throttle: Extend slice if throttle group is not empty | Vivek Goyal | 1 | -2/+4 |
2016-09-19 | block/softirq: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -17/+10 |
2016-09-19 | blk_mq: linux/blk-mq.h does not include all the headers it depends on | Stephen Rothwell | 3 | -1/+8 |
2016-09-17 | sbitmap: randomize initial alloc_hint values | Omar Sandoval | 2 | -9/+0 |
2016-09-17 | sbitmap: push alloc policy into sbitmap_queue | Omar Sandoval | 2 | -19/+15 |
2016-09-17 | sbitmap: push per-cpu last_tag into sbitmap_queue | Omar Sandoval | 4 | -40/+20 |
2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval | 5 | -469/+153 |
2016-09-16 | blk-mq: account higher order dispatch | Jens Axboe | 2 | -7/+14 |
2016-09-15 | blk-mq: kill unused blk_mq_create_mq_map() | Jens Axboe | 1 | -24/+0 |
2016-09-15 | blk-mq: get rid of the cpumask in struct blk_mq_tags | Christoph Hellwig | 3 | -11/+21 |
2016-09-15 | blk-mq: provide a default queue mapping for PCI device | Christoph Hellwig | 2 | -1/+46 |
2016-09-15 | blk-mq: allow the driver to pass in a queue mapping | Christoph Hellwig | 3 | -26/+21 |
2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig | 5 | -43/+25 |
2016-09-15 | blk-mq: only allocate a single mq_map per tag_set | Christoph Hellwig | 1 | -8/+14 |
2016-09-15 | blk-mq: don't redistribute hardware queues on a CPU hotplug event | Christoph Hellwig | 1 | -2/+0 |
2016-09-14 | blk-mq: introduce blk_mq_delay_kick_requeue_list() | Mike Snitzer | 1 | -4/+12 |
2016-09-14 | block: remove remnant refs to hardsect | Linus Walleij | 1 | -1/+1 |
2016-09-14 | block: enable zeroing of io_poll statistics | Stephen Bates | 1 | -1/+10 |
2016-09-14 | block: add poll_considered statistic | Stephen Bates | 2 | -3/+9 |
2016-08-29 | blk-mq: prefetch request in blk_mq_tag_to_rq() | Jens Axboe | 1 | -1/+4 |
2016-08-29 | blk-mq: turn hctx->run_work into a regular work struct | Jens Axboe | 2 | -6/+5 |
2016-08-29 | block: add kblockd_schedule_work_on() | Jens Axboe | 1 | -0/+6 |
2016-08-24 | blk-mq: improve warning for running a queue on the wrong CPU | Jens Axboe | 1 | -2/+3 |
2016-08-24 | blk-mq: don't overwrite rq->mq_ctx | Jens Axboe | 1 | -39/+16 |
2016-08-24 | block: make sure a big bio is split into at most 256 bvecs | Ming Lei | 1 | -0/+22 |
2016-08-16 | block: Fix race triggered by blk_set_queue_dying() | Bart Van Assche | 1 | -1/+3 |
2016-08-16 | block: Fix secure erase | Adrian Hunter | 3 | -25/+31 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 7 | -32/+32 |