summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAge
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-07
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-29
* block: don't show io_timeout if driver has no timeout handlerWeiping Zhang2019-04-22
* block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-20
* block: avoid setting wbt_lat_usec to current valueAleksei Zakharov2019-02-11
* blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza2019-02-10
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-28
|\
| * scsi: block: remove the cluster flagChristoph Hellwig2018-12-18
* | blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2018-12-17
* | block: only allow polling if a poll queue_map existsChristoph Hellwig2018-12-04
* | block: add io timeout to sysfsWeiping Zhang2018-11-28
* | block: add queue_is_mq() helperJens Axboe2018-11-16
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-15
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-15
* | block: remove dead elevator codeJens Axboe2018-11-07
* | block: remove legacy rq taggingJens Axboe2018-11-07
|/
* block: call rq_qos_exit() after queue is frozenMing Lei2018-10-31
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-25
* block: Expose queue nr_zones in sysfsDamien Le Moal2018-10-25
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-23
* blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-11
* block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-08-09
* blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik2018-07-09
* block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2018-05-30
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-24
* block: Add sysfs entry for fua supportKent Overstreet2018-05-14
* block: Introduce blk_queue_flag_{set,clear,test_and_{set,clear}}()Bart Van Assche2018-03-08
* block: Fix a race between request queue removal and the block cgroup controllerBart Van Assche2018-02-28
* block: Protect less code with sysfs_lock in blk_{un,}register_queue()Bart Van Assche2018-01-18
* block: allow gendisk's request_queue registration to be deferredMike Snitzer2018-01-15
* block: properly protect the 'queue' kobj in blk_unregister_queueMike Snitzer2018-01-15
* blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang2017-11-24
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery2017-08-28
* block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-14
* block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-01
* blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-26
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-04
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-04
* blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche2017-04-26
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-19
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-08
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-07
|\
| * blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-07
* | block: fix leak of q->rq_wbOmar Sandoval2017-03-29
* | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-29
* | blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-28
* | blk-throttle: make throtl_slice tunableShaohua Li2017-03-28
* | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-21
* | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-21
|/