aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig
2021-11-29block: remove elevator_exitChristoph Hellwig
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-10-26block: Add independent access ranges supportDamien Le Moal
2021-10-18block: don't allow writing to the poll queue attributeChristoph Hellwig
2021-10-18block: move blk-throtl fast path inlineJens Axboe
2021-08-23block: call blk_register_queue earlier in device_add_diskChristoph Hellwig
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig
2021-08-16block: unexport blk_register_queueChristoph Hellwig
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig
2021-08-09block: pass a gendisk to blk_queue_update_readaheadChristoph Hellwig
2021-06-16block: mark queue init done at the end of blk_register_queueMing Lei
2021-05-24block: remove unneeded parenthesis from blk-sysfsMax Gurtovoy
2021-04-06block: add sysfs entry for virt boundary maskMax Gurtovoy
2021-02-22block: fix potential IO hang when turning off io_pollJeffle Xu
2021-02-10block: introduce zone_write_granularity limitDamien Le Moal
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang
2020-10-09block: get rid of unnecessary local variableYufen Yu
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-12block: fix race between switching elevator and removing queuesMing Lei
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-27block: add helper for checking if queue is registeredMing Lei
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei
2019-04-22block: don't show io_timeout if driver has no timeout handlerWeiping Zhang
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu
2019-02-11block: avoid setting wbt_lat_usec to current valueAleksei Zakharov
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig
2018-11-28block: add io timeout to sysfsWeiping Zhang
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig