Age | Commit message (Expand) | Author | Files | Lines |
2017-02-06 | blk-mq-sched: (un)register elevator when (un)registering queue | Omar Sandoval | 1 | -11/+10 |
2017-02-02 | blk-mq: move debugfs_remove() of disk dir to blk_release_queue() | Omar Sandoval | 1 | -0/+3 |
2017-02-02 | block: Dynamically allocate and refcount backing_dev_info | Jan Kara | 1 | -1/+1 |
2017-02-02 | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 1 | -4/+4 |
2017-01-28 | block: allow specifying size for extra command data | Christoph Hellwig | 1 | -2/+5 |
2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+190 |
2016-12-13 | mm: don't cap request size based on read-ahead setting | Jens Axboe | 1 | -0/+1 |
2016-12-01 | block: add support for REQ_OP_WRITE_ZEROES | Chaitanya Kulkarni | 1 | -0/+11 |
2016-11-28 | blk-wbt: allow wbt to be enabled always through sysfs | Jens Axboe | 1 | -6/+16 |
2016-11-28 | blk-wbt: allow reset of default latency through sysfs | Jens Axboe | 1 | -7/+15 |
2016-11-17 | blk-mq: make the polling code adaptive | Jens Axboe | 1 | -8/+18 |
2016-11-17 | blk-mq: implement hybrid poll mode for sync O_DIRECT | Jens Axboe | 1 | -0/+29 |
2016-11-12 | blk-wbt: remove stat ops | Jens Axboe | 1 | -22/+1 |
2016-11-10 | block: hook up writeback throttling | Jens Axboe | 1 | -0/+88 |
2016-11-10 | block: add scalable completion tracking of requests | Jens Axboe | 1 | -0/+26 |
2016-10-18 | blk-sysfs: Add 'chunk_sectors' to sysfs attributes | Hannes Reinecke | 1 | -0/+11 |
2016-10-18 | block: Add 'zoned' queue limit | Damien Le Moal | 1 | -0/+18 |
2016-09-21 | blk-mq: register device instead of disk | Matias Bjørling | 1 | -2/+2 |
2016-07-21 | block: expose QUEUE_FLAG_DAX in sysfs | Yigal Korman | 1 | -0/+11 |
2016-04-13 | block: add ability to flag write back caching on a device | Jens Axboe | 1 | -0/+39 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -4/+4 |
2016-02-17 | blk: fix overflow in queue_discard_max_hw_show | Alan | 1 | -3/+2 |
2015-12-03 | Merge branch 'mkp-fixes' into fixes | James Bottomley | 1 | -0/+3 |
2015-11-26 | block/sd: Fix device-imposed transfer length limits | Martin K. Petersen | 1 | -0/+3 |
2015-11-07 | block: add block polling support | Jens Axboe | 1 | -0/+35 |
2015-11-05 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
2015-10-21 | block: generic request_queue reference counting | Dan Williams | 1 | -2/+1 |
2015-10-15 | block: don't release bdi while request_queue has live references | Tejun Heo | 1 | -0/+1 |
2015-08-13 | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet | 1 | -0/+3 |
2015-07-17 | block: make /sys/block/<dev>/queue/discard_max_bytes writeable | Jens Axboe | 1 | -1/+39 |
2015-06-26 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+2 |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
2015-06-02 | blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h | Tejun Heo | 1 | -1/+1 |
2015-04-27 | block: destroy bdi before blockdev is unregistered. | NeilBrown | 1 | -2/+0 |
2015-01-29 | blk-mq: release mq's kobjects in blk_release_queue() | Ming Lei | 1 | -0/+2 |
2014-12-09 | blk-mq: Fix a use-after-free | Bart Van Assche | 1 | -8/+4 |
2014-10-18 | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2014-09-26 | blk-mq: support per-distpatch_queue flush machinery | Ming Lei | 1 | -2/+2 |
2014-09-26 | block: remove blk_init_flush() and its pair | Ming Lei | 1 | -1/+1 |
2014-09-26 | block: introduce blk_init_flush and its pair | Ming Lei | 1 | -2/+2 |
2014-09-24 | blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode | Tejun Heo | 1 | -2/+9 |
2014-09-09 | Block: fix unbalanced bypass-disable in blk_register_queue | Alan Stern | 1 | -2/+4 |
2014-07-01 | block, blk-mq: draining can't be skipped even if bypass_depth was non-zero | Tejun Heo | 1 | -1/+1 |
2014-05-27 | block: only allocate/free mq_usage_counter in blk-mq | Ming Lei | 1 | -2/+0 |
2014-05-20 | blk-mq: allow changing of queue depth through sysfs | Jens Axboe | 1 | -36/+9 |
2014-02-10 | blk-mq: rework flush sequencing logic | Christoph Hellwig | 1 | -0/+2 |
2013-12-31 | block: blk-mq: don't export blk_mq_free_queue() | Ming Lei | 1 | -0/+1 |
2013-11-15 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 1 | -1/+1 |
2013-10-25 | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 1 | -0/+13 |
2013-09-12 | block/blk-sysfs.c: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |