Age | Commit message (Expand) | Author |
2017-03-22 | block: allow WRITE_SAME commands with the SG_IO ioctl | Mauricio Faria de Oliveira |
2017-01-19 | blk-mq: Always schedule hctx->next_cpu | Gabriel Krisman Bertazi |
2017-01-19 | block: cfq_cpd_alloc() should use @gfp | Tejun Heo |
2017-01-09 | sg_write()/bsg_write() is not fit to be called under KERNEL_DS | Al Viro |
2017-01-06 | blk-mq: Do not invoke .queue_rq() for a stopped queue | Bart Van Assche |
2016-12-07 | Don't feed anything but regular iovec's to blk_rq_map_user_iov | Linus Torvalds |
2016-10-27 | blk-mq: update hardware and software queues for sleeping alloc | Jens Axboe |
2016-10-26 | block: flush: fix IO hang in case of flood fua req | Ming Lei |
2016-10-21 | badblocks: badblocks_set/clear update unacked_exist | Shaohua Li |
2016-10-21 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-15 | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2016-10-12 | badblocks: fix overlapping check for clearing | Tomasz Majchrzak |
2016-10-11 | block: require write_same and discard requests align to logical block size | Darrick J. Wong |
2016-10-11 | block: invalidate the page cache when issuing BLKZEROOUT | Darrick J. Wong |
2016-10-10 | latent_entropy: Mark functions with __latent_entropy | Emese Revfy |
2016-10-09 | Merge branch 'for-4.9/block-smp' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-09 | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-07 | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-10-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-09-30 | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL | Bart Van Assche |
2016-09-23 | blk-mq: skip unmapped queues in blk_mq_alloc_request_hctx | Christoph Hellwig |
2016-09-23 | cfq: fix starvation of asynchronous writes | Glauber Costa |
2016-09-23 | blk-mq: fixup "Convert to new hotplug state machine" | Sebastian Andrzej Siewior |
2016-09-22 | blk-mq: add flag for drivers wanting blocking ->queue_rq() | Jens Axboe |
2016-09-22 | blk-mq: remove non-blocking pass in blk_mq_map_request | Christoph Hellwig |
2016-09-22 | blk-mq: get rid of manual run of queue with __blk_mq_run_hw_queue() | Jens Axboe |
2016-09-22 | blk-mq: Convert to new hotplug state machine | Sebastian Andrzej Siewior |
2016-09-22 | blk-mq/cpu-notif: Convert to new hotplug state machine | Thomas Gleixner |
2016-09-22 | block: export bio_free_pages to other modules | Guoqing Jiang |
2016-09-21 | blk-mq: register device instead of disk | Matias Bjørling |
2016-09-19 | blk-throttle: Extend slice if throttle group is not empty | Vivek Goyal |
2016-09-19 | block/softirq: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-09-19 | blk_mq: linux/blk-mq.h does not include all the headers it depends on | Stephen Rothwell |
2016-09-17 | sbitmap: randomize initial alloc_hint values | Omar Sandoval |
2016-09-17 | sbitmap: push alloc policy into sbitmap_queue | Omar Sandoval |
2016-09-17 | sbitmap: push per-cpu last_tag into sbitmap_queue | Omar Sandoval |
2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval |
2016-09-16 | blk-mq: account higher order dispatch | Jens Axboe |
2016-09-15 | blk-mq: kill unused blk_mq_create_mq_map() | Jens Axboe |
2016-09-15 | blk-mq: get rid of the cpumask in struct blk_mq_tags | Christoph Hellwig |
2016-09-15 | blk-mq: provide a default queue mapping for PCI device | Christoph Hellwig |
2016-09-15 | blk-mq: allow the driver to pass in a queue mapping | Christoph Hellwig |
2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig |
2016-09-15 | blk-mq: only allocate a single mq_map per tag_set | Christoph Hellwig |
2016-09-15 | blk-mq: don't redistribute hardware queues on a CPU hotplug event | Christoph Hellwig |
2016-09-14 | blk-mq: introduce blk_mq_delay_kick_requeue_list() | Mike Snitzer |
2016-09-14 | block: remove remnant refs to hardsect | Linus Walleij |
2016-09-14 | block: enable zeroing of io_poll statistics | Stephen Bates |
2016-09-14 | block: add poll_considered statistic | Stephen Bates |