summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: Add independent access ranges supportDamien Le Moal2021-10-261-8/+18
* block: don't allow writing to the poll queue attributeChristoph Hellwig2021-10-181-19/+4
* block: move blk-throtl fast path inlineJens Axboe2021-10-181-0/+1
* block: call blk_register_queue earlier in device_add_diskChristoph Hellwig2021-08-231-9/+0
* block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig2021-08-231-7/+6
* block: unexport blk_register_queueChristoph Hellwig2021-08-161-1/+0
* block: move the bdi from the request_queue to the gendiskChristoph Hellwig2021-08-091-14/+12
* block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig2021-08-091-1/+1
* block: mark queue init done at the end of blk_register_queueMing Lei2021-06-161-14/+15
* block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy2021-05-241-8/+8
* block: add sysfs entry for virt boundary maskMax Gurtovoy2021-04-061-1/+8
* block: fix potential IO hang when turning off io_pollJeffle Xu2021-02-221-2/+5
* block: introduce zone_write_granularity limitDamien Le Moal2021-02-101-0/+8
* blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang2020-10-091-1/+8
* block: get rid of unnecessary local variableYufen Yu2020-10-091-3/+1
* block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu2020-10-091-1/+0
* bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-0/+3
* block: lift setting the readahead size into the block layerChristoph Hellwig2020-09-241-0/+2
* block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig2020-09-081-19/+5
* block: add helper macros for queue sysfs entriesChristoph Hellwig2020-09-081-190/+58
* block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-1/+13
* block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+15
* block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-241-0/+9
* block: revert back to synchronous request_queue removalLuis Chamberlain2020-06-241-21/+22
* block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-121-0/+13
* 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