aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-14block: Fix a blk_exit_rl() regressionBart Van Assche1-12/+22
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche1-1/+1
2017-05-26blk-mq: Only register debugfs attributes for blk-mq queuesBart Van Assche1-3/+3
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval1-0/+2
2017-05-04blk-mq: move debugfs declarations to a separate header fileOmar Sandoval1-0/+1
2017-04-26blk-mq: Register <dev>/queue/mq after having registered <dev>/queueBart Van Assche1-3/+3
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara1-18/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-1/+1
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-1/+1
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-1/+1
2017-03-29block: fix leak of q->rq_wbOmar Sandoval1-1/+3
2017-03-29block: warn if sharing request queue across gendisksOmar Sandoval1-0/+7
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li1-0/+2
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li1-0/+11
2017-03-21blk-stat: convert to callback-based statistics reportingOmar Sandoval1-26/+5
2017-03-21blk-stat: use READ and WRITE instead of BLK_STAT_{READ,WRITE}Omar Sandoval1-2/+2
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe1-2/+0
2017-02-15block: do not allow updates through sysfs until registration completesTahsin Erdogan1-7/+12
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+12
2017-02-06blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval1-11/+10
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval1-0/+3
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara1-1/+1
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-4/+4
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig1-2/+5
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+190
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe1-0/+1
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni1-0/+11
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe1-6/+16
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe1-7/+15
2016-11-17blk-mq: make the polling code adaptiveJens Axboe1-8/+18
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+29
2016-11-11blk-wbt: remove stat opsJens Axboe1-22/+1
2016-11-10block: hook up writeback throttlingJens Axboe1-0/+88
2016-11-10block: add scalable completion tracking of requestsJens Axboe1-0/+26
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke1-0/+11
2016-10-18block: Add 'zoned' queue limitDamien Le Moal1-0/+18
2016-09-21blk-mq: register device instead of diskMatias Bjørling1-2/+2
2016-07-20block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe1-0/+39
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-02-17blk: fix overflow in queue_discard_max_hw_showAlan1-3/+2
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-0/+3
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen1-0/+3
2015-11-07block: add block polling supportJens Axboe1-0/+35
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2015-10-21block: generic request_queue reference countingDan Williams1-2/+1
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-0/+1
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet1-0/+3
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe1-1/+39
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2