aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-09blk-mq: move cancel of hctx->run_work to the front of blk_exit_queueYang Yang1-1/+8
2020-10-09block: get rid of unnecessary local variableYufen Yu1-3/+1
2020-10-09block: invoke blk_mq_exit_sched no matter whether have .exit_schedYufen Yu1-1/+0
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-0/+3
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-0/+2
2020-09-08block: make QUEUE_SYSFS_BIT_FNS more usefulChristoph Hellwig1-19/+5
2020-09-08block: add helper macros for queue sysfs entriesChristoph Hellwig1-190/+58
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-1/+13
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+15
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-0/+9
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain1-21/+22
2020-05-12block: Introduce REQ_OP_ZONE_APPENDKeith Busch1-0/+13
2019-10-07block: Remove "dying" checks from sysfs callbacksBart Van Assche1-8/+0
2019-09-27rq-qos: get rid of redundant wbt_update_limits()Yufen Yu1-1/+0
2019-09-26block: don't release queue's sysfs lock during switching elevatorMing Lei1-9/+4
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+31
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-08-27block: split .sysfs_lock into two locksMing Lei1-18/+28
2019-08-27block: add helper for checking if queue is registeredMing Lei1-2/+2
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin1-0/+3
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-1/+1
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei1-15/+32
2019-04-22block: don't show io_timeout if driver has no timeout handlerWeiping Zhang1-2/+28
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpected valueYufen Yu1-5/+7
2019-02-11block: avoid setting wbt_lat_usec to current valueAleksei Zakharov1-0/+3
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza1-12/+7
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+1
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig1-4/+1
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei1-1/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-1/+1
2018-11-28block: add io timeout to sysfsWeiping Zhang1-0/+27
2018-11-16block: add queue_is_mq() helperJens Axboe1-7/+7
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-2/+2
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-16/+12
2018-11-07block: remove dead elevator codeJens Axboe1-27/+9
2018-11-07block: remove legacy rq taggingJens Axboe1-3/+0
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei1-2/+0
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+2
2018-10-25block: Expose queue nr_zones in sysfsDamien Le Moal1-0/+11
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe1-1/+18
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche1-1/+1
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche1-0/+15
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-12/+10
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-2/+1
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-34/+34
2018-05-14block: Add sysfs entry for fua supportKent Overstreet1-0/+11
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche1-15/+7
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche1-7/+0
2018-01-18block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche1-9/+28
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer1-0/+5