summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-23UPSTREAM: mm: don't cap request size based on read-ahead settingJens Axboe4-11/+31
2016-09-21blk-mq: register device instead of diskMatias Bjørling4-15/+12
2016-07-21block: expose QUEUE_FLAG_DAX in sysfsYigal Korman1-0/+11
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe4-0/+77
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-02-17blk: fix overflow in queue_discard_max_hw_showAlan1-3/+2
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley19-59/+126
2015-11-26block/sd: Fix device-imposed transfer length limitsMartin K. Petersen5-37/+51
2015-11-07block: add block polling supportJens Axboe5-0/+99
2015-11-05Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds28-343/+367
2015-10-21block: generic request_queue reference countingDan Williams7-75/+102
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo4-3/+18
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet16-22/+192
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe4-2/+53
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds74-1242/+3890
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo29-102/+134
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo7-6/+6
2015-04-27block: destroy bdi before blockdev is unregistered.NeilBrown4-5/+5
2015-01-29blk-mq: release mq's kobjects in blk_release_queue()Ming Lei3-7/+26
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche2-8/+7
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds65-1172/+1210
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei6-39/+60
2014-09-25block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-25block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo4-3/+21
2014-09-09Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern1-2/+4
2014-07-01block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo3-10/+10
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei3-8/+6
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig7-117/+76
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei4-2/+2
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig25-33/+6
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe18-109/+2890
2013-09-11block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-04-03block: avoid using uninitialized value in from queue_var_storeArnd Bergmann1-0/+2
2013-01-09block: RCU free request_queueTejun Heo2-1/+10
2012-12-06block: Rename queue dead flagBart Van Assche8-22/+22
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2-5/+8
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen11-6/+181
2012-09-09block: reject invalid queue attribute valuesDave Reisner1-2/+23
2012-06-26blkcg: implement per-blkg request allocationTejun Heo6-30/+216
2012-06-25block: prepare for multiple request_listsTejun Heo4-46/+57
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo7-111/+154
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo6-10/+55
2011-12-13block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo7-61/+97
2011-12-13block, cfq: move cfqd->cic_index to q->idTejun Heo5-55/+32
2011-12-13block: add blk_queue_dead()Tejun Heo6-9/+10
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo5-29/+87
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1367-15020/+24058
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke2-7/+11
[next]