| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Introduce REQ_OP_ZONE_APPEND | Keith Busch | 2020-05-13 | 1 | -0/+13 |
* | block: Remove "dying" checks from sysfs callbacks | Bart Van Assche | 2019-10-07 | 1 | -8/+0 |
* | rq-qos: get rid of redundant wbt_update_limits() | Yufen Yu | 2019-09-27 | 1 | -1/+0 |
* | block: don't release queue's sysfs lock during switching elevator | Ming Lei | 2019-09-26 | 1 | -9/+4 |
* | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-09-18 | 1 | -19/+31 |
|\ |
|
| * | block: fix race between switching elevator and removing queues | Ming Lei | 2019-09-12 | 1 | -3/+5 |
| * | block: split .sysfs_lock into two locks | Ming Lei | 2019-08-27 | 1 | -18/+28 |
| * | block: add helper for checking if queue is registered | Ming Lei | 2019-08-27 | 1 | -2/+2 |
* | | blk-mq: move cancel of requeue_work to the front of blk_exit_queue | zhengbin | 2019-08-12 | 1 | -0/+3 |
|/ |
|
* | block: free sched's request pool in blk_cleanup_queue | Ming Lei | 2019-06-07 | 1 | -1/+1 |
* | block: move blk_exit_queue into __blk_release_queue | Ming Lei | 2019-05-29 | 1 | -15/+32 |
* | block: don't show io_timeout if driver has no timeout handler | Weiping Zhang | 2019-04-22 | 1 | -2/+28 |
* | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect... | Yufen Yu | 2019-03-20 | 1 | -5/+7 |
* | block: avoid setting wbt_lat_usec to current value | Aleksei Zakharov | 2019-02-11 | 1 | -0/+3 |
* | blk-sysfs: Rework documention of __blk_release_queue | Marcos Paulo de Souza | 2019-02-10 | 1 | -12/+7 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -4/+1 |
|\ |
|
| * | scsi: block: remove the cluster flag | Christoph Hellwig | 2018-12-19 | 1 | -4/+1 |
* | | blk-mq: enable IO poll if .nr_queues of type poll > 0 | Ming Lei | 2018-12-18 | 1 | -1/+2 |
* | | block: only allow polling if a poll queue_map exists | Christoph Hellwig | 2018-12-04 | 1 | -1/+1 |
* | | block: add io timeout to sysfs | Weiping Zhang | 2018-11-28 | 1 | -0/+27 |
* | | block: add queue_is_mq() helper | Jens Axboe | 2018-11-16 | 1 | -7/+7 |
* | | block: remove the queue_lock indirection | Christoph Hellwig | 2018-11-15 | 1 | -2/+2 |
* | | block: use atomic bitops for ->queue_flags | Christoph Hellwig | 2018-11-15 | 1 | -16/+12 |
* | | block: remove dead elevator code | Jens Axboe | 2018-11-07 | 1 | -27/+9 |
* | | block: remove legacy rq tagging | Jens Axboe | 2018-11-07 | 1 | -3/+0 |
|/ |
|
* | block: call rq_qos_exit() after queue is frozen | Ming Lei | 2018-10-31 | 1 | -2/+0 |
* | block: Introduce blk_revalidate_disk_zones() | Damien Le Moal | 2018-10-25 | 1 | -0/+2 |
* | block: Expose queue nr_zones in sysfs | Damien Le Moal | 2018-10-25 | 1 | -0/+11 |
* | blk-wbt: don't maintain inflight counts if disabled | Jens Axboe | 2018-08-23 | 1 | -1/+18 |
* | blkcg: Make blkg_root_lookup() work for queues in bypass mode | Bart Van Assche | 2018-08-11 | 1 | -1/+1 |
* | block: Ensure that a request queue is dissociated from the cgroup controller | Bart Van Assche | 2018-08-09 | 1 | -0/+15 |
* | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik | 2018-07-09 | 1 | -12/+10 |
* | block: convert bounce, q->bio_split to bioset_init()/mempool_init() | Kent Overstreet | 2018-05-30 | 1 | -2/+1 |
* | block drivers/block: Use octal not symbolic permissions | Joe Perches | 2018-05-24 | 1 | -34/+34 |
* | block: Add sysfs entry for fua support | Kent Overstreet | 2018-05-14 | 1 | -0/+11 |
* | block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}() | Bart Van Assche | 2018-03-08 | 1 | -15/+7 |
* | block: Fix a race between request queue removal and the block cgroup controller | Bart Van Assche | 2018-02-28 | 1 | -7/+0 |
* | block: Protect less code with sysfs_lock in blk_{un,}register_queue() | Bart Van Assche | 2018-01-18 | 1 | -9/+28 |
* | block: allow gendisk's request_queue registration to be deferred | Mike Snitzer | 2018-01-15 | 1 | -0/+5 |
* | block: properly protect the 'queue' kobj in blk_unregister_queue | Mike Snitzer | 2018-01-15 | 1 | -3/+10 |
* | blk-sysfs: remove NULL pointer checking in queue_wb_lat_store | weiping zhang | 2017-11-24 | 1 | -4/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | block: fix warning when I/O elevator is changed as request_queue is being rem... | David Jeffery | 2017-08-28 | 1 | -0/+2 |
* | block: Fix a blk_exit_rl() regression | Bart Van Assche | 2017-06-14 | 1 | -12/+22 |
* | block: Avoid that blk_exit_rl() triggers a use-after-free | Bart Van Assche | 2017-06-01 | 1 | -1/+1 |
* | blk-mq: Only register debugfs attributes for blk-mq queues | Bart Van Assche | 2017-05-26 | 1 | -3/+3 |
* | blk-mq: untangle debugfs and sysfs | Omar Sandoval | 2017-05-04 | 1 | -0/+2 |
* | blk-mq: move debugfs declarations to a separate header file | Omar Sandoval | 2017-05-04 | 1 | -0/+1 |
* | blk-mq: Register <dev>/queue/mq after having registered <dev>/queue | Bart Van Assche | 2017-04-26 | 1 | -3/+3 |
* | block: Make writeback throttling defaults consistent for SQ devices | Jan Kara | 2017-04-19 | 1 | -18/+1 |