summaryrefslogtreecommitdiff
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAge
* 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-23
* 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
|/
* block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe2017-03-02
* block: do not allow updates through sysfs until registration completesTahsin Erdogan2017-02-15
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-08
* blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval2017-02-06
* blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval2017-02-02
* block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-02
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-27
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\
| * block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-01
| * blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-28
| * blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-28
| * blk-mq: make the polling code adaptiveJens Axboe2016-11-17
| * blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-17
| * blk-wbt: remove stat opsJens Axboe2016-11-11
| * block: hook up writeback throttlingJens Axboe2016-11-10
| * block: add scalable completion tracking of requestsJens Axboe2016-11-10
| * blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2016-10-18
| * block: Add 'zoned' queue limitDamien Le Moal2016-10-18
* | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-12
|/
* blk-mq: register device instead of diskMatias Bjørling2016-09-21
* block: expose QUEUE_FLAG_DAX in sysfsYigal Korman2016-07-20
* block: add ability to flag write back caching on a deviceJens Axboe2016-04-12
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* blk: fix overflow in queue_discard_max_hw_showAlan2016-02-17
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-03
|\