aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
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
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe
2017-02-15block: do not allow updates through sysfs until registration completesTahsin Erdogan
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-06blk-mq-sched: (un)register elevator when (un)registering queueOmar Sandoval
2017-02-02blk-mq: move debugfs_remove() of disk dir to blk_release_queue()Omar Sandoval
2017-02-02block: Dynamically allocate and refcount backing_dev_infoJan Kara
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-27block: allow specifying size for extra command dataChristoph Hellwig
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-12mm: don't cap request size based on read-ahead settingJens Axboe
2016-12-01block: add support for REQ_OP_WRITE_ZEROESChaitanya Kulkarni
2016-11-28blk-wbt: allow wbt to be enabled always through sysfsJens Axboe
2016-11-28blk-wbt: allow reset of default latency through sysfsJens Axboe
2016-11-17blk-mq: make the polling code adaptiveJens Axboe
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe
2016-11-11blk-wbt: remove stat opsJens Axboe
2016-11-10block: hook up writeback throttlingJens Axboe
2016-11-10block: add scalable completion tracking of requestsJens Axboe
2016-10-18blk-sysfs: Add 'chunk_sectors' to sysfs attributesHannes Reinecke
2016-10-18block: Add 'zoned' queue limitDamien Le Moal
2016-09-21blk-mq: register device instead of diskMatias Bjørling
2016-07-20block: expose QUEUE_FLAG_DAX in sysfsYigal Korman
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-17blk: fix overflow in queue_discard_max_hw_showAlan
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen
2015-11-07block: add block polling supportJens Axboe
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-21block: generic request_queue reference countingDan Williams
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds