summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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