summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove "dying" checks from sysfs callbacksBart Van Assche2019-10-071-8/+0
* rq-qos: get rid of redundant wbt_update_limits()Yufen Yu2019-09-271-1/+0
* block: don't release queue's sysfs lock during switching elevatorMing Lei2019-09-261-9/+4
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-19/+31
|\
| * block: fix race between switching elevator and removing queuesMing Lei2019-09-121-3/+5
| * block: split .sysfs_lock into two locksMing Lei2019-08-271-18/+28
| * block: add helper for checking if queue is registeredMing Lei2019-08-271-2/+2
* | blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-08-121-0/+3
|/
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-061-1/+1
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-291-15/+32
* block: don't show io_timeout if driver has no timeout handlerWeiping Zhang2019-04-221-2/+28
* block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-201-5/+7
* block: avoid setting wbt_lat_usec to current valueAleksei Zakharov2019-02-111-0/+3
* blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza2019-02-101-12/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-4/+1
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-181-4/+1
* | blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2018-12-171-1/+2
* | block: only allow polling if a poll queue_map existsChristoph Hellwig2018-12-041-1/+1
* | block: add io timeout to sysfsWeiping Zhang2018-11-281-0/+27
* | block: add queue_is_mq() helperJens Axboe2018-11-161-7/+7
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-2/+2
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-16/+12
* | block: remove dead elevator codeJens Axboe2018-11-071-27/+9
* | block: remove legacy rq taggingJens Axboe2018-11-071-3/+0
|/
* block: call rq_qos_exit() after queue is frozenMing Lei2018-10-311-2/+0
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+2
* block: Expose queue nr_zones in sysfsDamien Le Moal2018-10-251-0/+11
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-231-1/+18
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-111-1/+1
* block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-08-091-0/+15
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-091-12/+10
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+1
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-34/+34
* block: Add sysfs entry for fua supportKent Overstreet2018-05-141-0/+11
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-081-15/+7
* block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-281-7/+0
* block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche2018-01-181-9/+28
* block: allow gendisk's request_queue registration to be deferredMike Snitzer2018-01-151-0/+5
* block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer2018-01-151-3/+10
* blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang2017-11-231-4/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery2017-08-281-0/+2
* block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-141-12/+22
* block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-011-1/+1
* blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-0/+2
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-041-0/+1
* blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche2017-04-261-3/+3
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-191-18/+1
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+1
OpenPOWER on IntegriCloud