summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
AgeCommit message (Expand)Author
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
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-25block: remove blk_init_flush() and its pairMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo
2014-09-09Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern
2014-07-01block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-04-03block: avoid using uninitialized value in from queue_var_storeArnd Bergmann
2013-01-09block: RCU free request_queueTejun Heo
2012-12-06block: Rename queue dead flagBart Van Assche
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen