summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* block: fix warning when I/O elevator is changed as request_queue is being rem...David Jeffery2017-08-281-0/+2
* block: Fix a blk_exit_rl() regressionBart Van Assche2017-06-141-12/+22
* block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-011-1/+1
* blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche2017-05-261-3/+3
* blk-mq: untangle debugfs and sysfsOmar Sandoval2017-05-041-0/+2
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-041-0/+1
* blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche2017-04-261-3/+3
* block: Make writeback throttling defaults consistent for SQ devicesJan Kara2017-04-191-18/+1
* block: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-1/+1
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-071-1/+1
|\
| * blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-071-1/+1
* | block: fix leak of q->rq_wbOmar Sandoval2017-03-291-1/+3
* | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-291-0/+7
* | blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-281-0/+2
* | blk-throttle: make throtl_slice tunableShaohua Li2017-03-281-0/+11
* | blk-stat: convert to callback-based statistics reportingOmar Sandoval2017-03-211-26/+5
* | blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval2017-03-211-2/+2
|/
* block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe2017-03-021-2/+0
* block: do not allow updates through sysfs until registration completesTahsin Erdogan2017-02-151-7/+12
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+12
* blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval2017-02-061-11/+10
* blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval2017-02-021-0/+3
* block: Dynamically allocate and refcount backing_dev_infoJan Kara2017-02-021-1/+1
* block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-4/+4
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-271-2/+5
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-0/+190
|\
| * block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni2016-12-011-0/+11
| * blk-wbt: allow wbt to be enabled always through sysfsJens Axboe2016-11-281-6/+16
| * blk-wbt: allow reset of default latency through sysfsJens Axboe2016-11-281-7/+15
| * blk-mq: make the polling code adaptiveJens Axboe2016-11-171-8/+18
| * blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+29
| * blk-wbt: remove stat opsJens Axboe2016-11-111-22/+1
| * block: hook up writeback throttlingJens Axboe2016-11-101-0/+88
| * block: add scalable completion tracking of requestsJens Axboe2016-11-101-0/+26
| * blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke2016-10-181-0/+11
| * block: Add 'zoned' queue limitDamien Le Moal2016-10-181-0/+18
* | mm: don't cap request size based on read-ahead settingJens Axboe2016-12-121-0/+1
|/
* blk-mq: register device instead of diskMatias Bjørling2016-09-211-2/+2
* block: expose QUEUE_FLAG_DAX in sysfsYigal Korman2016-07-201-0/+11
* block: add ability to flag write back caching on a deviceJens Axboe2016-04-121-0/+39
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* blk: fix overflow in queue_discard_max_hw_showAlan2016-02-171-3/+2
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-0/+3
|\
| * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-251-0/+3
* | block: add block polling supportJens Axboe2015-11-071-0/+35
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-2/+1
|\ \
| * | block: generic request_queue reference countingDan Williams2015-10-211-2/+1
| |/
* | block: don't release bdi while request_queue has live referencesTejun Heo2015-10-151-0/+1
|/
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+3
OpenPOWER on IntegriCloud