summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
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
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-07block: remove dead elevator codeJens Axboe
2018-11-07block: remove legacy rq taggingJens Axboe
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal
2018-10-25block: Expose queue nr_zones in sysfsDamien Le Moal
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-14block: Add sysfs entry for fua supportKent Overstreet
2018-03-08block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche
2018-02-28block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche
2018-01-18block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche
2018-01-15block: allow gendisk's request_queue registration to be deferredMike Snitzer
2018-01-15block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer
2017-11-23blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery
2017-06-14block: Fix a blk_exit_rl() regressionBart Van Assche
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval
2017-03-29block: fix leak of q->rq_wbOmar Sandoval
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval