aboutsummaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 1-0/+9
2020-06-24block: revert back to synchronous request_queue removalGravatar Luis Chamberlain 1-21/+22
2020-05-12block: Introduce REQ_OP_ZONE_APPENDGravatar Keith Busch 1-0/+13
2019-10-07block: Remove "dying" checks from sysfs callbacksGravatar Bart Van Assche 1-8/+0
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Gravatar Yufen Yu 1-1/+0
2019-09-26block: don't release queue's sysfs lock during switching elevatorGravatar Ming Lei 1-9/+4
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+31
2019-09-12block: fix race between switching elevator and removing queuesGravatar Ming Lei 1-3/+5
2019-08-27block: split .sysfs_lock into two locksGravatar Ming Lei 1-18/+28
2019-08-27block: add helper for checking if queue is registeredGravatar Ming Lei 1-2/+2
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queueGravatar zhengbin 1-0/+3
2019-06-06block: free sched's request pool in blk_cleanup_queueGravatar Ming Lei 1-1/+1
2019-05-29block: move blk_exit_queue into __blk_release_queueGravatar Ming Lei 1-15/+32
2019-04-22block: don't show io_timeout if driver has no timeout handlerGravatar Weiping Zhang 1-2/+28
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Gravatar Yufen Yu 1-5/+7
2019-02-11block: avoid setting wbt_lat_usec to current valueGravatar Aleksei Zakharov 1-0/+3
2019-02-10blk-sysfs: Rework documention of __blk_release_queueGravatar Marcos Paulo de Souza 1-12/+7
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-4/+1
2018-12-18scsi: block: remove the cluster flagGravatar Christoph Hellwig 1-4/+1
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Gravatar Ming Lei 1-1/+2
2018-12-04block: only allow polling if a poll queue_map existsGravatar Christoph Hellwig 1-1/+1
2018-11-28block: add io timeout to sysfsGravatar Weiping Zhang 1-0/+27
2018-11-16block: add queue_is_mq() helperGravatar Jens Axboe 1-7/+7
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-2/+2
2018-11-15block: use atomic bitops for ->queue_flagsGravatar Christoph Hellwig 1-16/+12
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-27/+9
2018-11-07block: remove legacy rq taggingGravatar Jens Axboe 1-3/+0
2018-10-31block: call rq_qos_exit() after queue is frozenGravatar Ming Lei 1-2/+0
2018-10-25block: Introduce blk_revalidate_disk_zones()Gravatar Damien Le Moal 1-0/+2
2018-10-25block: Expose queue nr_zones in sysfsGravatar Damien Le Moal 1-0/+11
2018-08-23blk-wbt: don't maintain inflight counts if disabledGravatar Jens Axboe 1-1/+18
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeGravatar Bart Van Assche 1-1/+1
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerGravatar Bart Van Assche 1-0/+15
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtGravatar Josef Bacik 1-12/+10
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-2/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsGravatar Joe Perches 1-34/+34
2018-05-14block: Add sysfs entry for fua supportGravatar Kent Overstreet 1-0/+11
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Gravatar Bart Van Assche 1-15/+7
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerGravatar Bart Van Assche 1-7/+0
2018-01-18block: Protect less code with sysfs_lock in blk_{un,}register_queue()Gravatar Bart Van Assche 1-9/+28
2018-01-15block: allow gendisk's request_queue registration to be deferredGravatar Mike Snitzer 1-0/+5
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueGravatar Mike Snitzer 1-3/+10
2017-11-23blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeGravatar weiping zhang 1-4/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...Gravatar David Jeffery 1-0/+2
2017-06-14block: Fix a blk_exit_rl() regressionGravatar Bart Van Assche 1-12/+22
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeGravatar Bart Van Assche 1-1/+1
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesGravatar Bart Van Assche 1-3/+3
2017-05-04blk-mq: untangle debugfs and sysfsGravatar Omar Sandoval 1-0/+2
2017-05-04blk-mq: move debugfs declarations to a separate header fileGravatar Omar Sandoval 1-0/+1