| Commit message (Expand) | Author | Age | Files | Lines |
* | blk-mq: release mq's kobjects in blk_release_queue() | Ming Lei | 2015-01-29 | 1 | -0/+2 |
* | blk-mq: Fix a use-after-free | Bart Van Assche | 2014-12-09 | 1 | -8/+4 |
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -2/+2 |
|\ |
|
| * | blk-mq: support per-distpatch_queue flush machinery | Ming Lei | 2014-09-25 | 1 | -2/+2 |
| * | block: remove blk_init_flush() and its pair | Ming Lei | 2014-09-25 | 1 | -1/+1 |
| * | block: introduce blk_init_flush and its pair | Ming Lei | 2014-09-25 | 1 | -2/+2 |
* | | blk-mq, percpu_ref: start q->mq_usage_counter in atomic mode | Tejun Heo | 2014-09-24 | 1 | -2/+9 |
|/ |
|
* | Block: fix unbalanced bypass-disable in blk_register_queue | Alan Stern | 2014-09-09 | 1 | -2/+4 |
* | block, blk-mq: draining can't be skipped even if bypass_depth was non-zero | Tejun Heo | 2014-07-01 | 1 | -1/+1 |
* | block: only allocate/free mq_usage_counter in blk-mq | Ming Lei | 2014-05-27 | 1 | -2/+0 |
* | blk-mq: allow changing of queue depth through sysfs | Jens Axboe | 2014-05-20 | 1 | -36/+9 |
* | blk-mq: rework flush sequencing logic | Christoph Hellwig | 2014-02-10 | 1 | -0/+2 |
* | block: blk-mq: don't export blk_mq_free_queue() | Ming Lei | 2013-12-31 | 1 | -0/+1 |
* | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | 1 | -1/+1 |
* | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 2013-10-25 | 1 | -0/+13 |
* | block/blk-sysfs.c: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-09-11 | 1 | -1/+1 |
* | block: avoid using uninitialized value in from queue_var_store | Arnd Bergmann | 2013-04-03 | 1 | -0/+2 |
* | block: RCU free request_queue | Tejun Heo | 2013-01-09 | 1 | -1/+8 |
* | block: Rename queue dead flag | Bart Van Assche | 2012-12-06 | 1 | -2/+2 |
* | block: lift the initial queue bypass mode on blk_register_queue() instead of ... | Tejun Heo | 2012-09-21 | 1 | -0/+6 |
* | block: Implement support for WRITE SAME | Martin K. Petersen | 2012-09-20 | 1 | -0/+13 |
* | block: reject invalid queue attribute values | Dave Reisner | 2012-09-09 | 1 | -2/+23 |
* | blkcg: implement per-blkg request allocation | Tejun Heo | 2012-06-26 | 1 | -13/+19 |
* | block: prepare for multiple request_lists | Tejun Heo | 2012-06-25 | 1 | -7/+5 |
* | blkcg: unify blkg's for blkcg policies | Tejun Heo | 2012-03-06 | 1 | -2/+2 |
* | blkcg: add blkcg_{init|drain|exit}_queue() | Tejun Heo | 2012-03-06 | 1 | -2/+2 |
* | block, cfq: move io_cq exit/release to blk-ioc.c | Tejun Heo | 2011-12-14 | 1 | -1/+5 |
* | block, cfq: move cfqd->cic_index to q->id | Tejun Heo | 2011-12-14 | 1 | -0/+2 |
* | block: add blk_queue_dead() | Tejun Heo | 2011-12-14 | 1 | -2/+2 |
* | block: fix request_queue lifetime handling by making blk_queue_cleanup() prop... | Tejun Heo | 2011-10-19 | 1 | -0/+1 |
* | Merge branch 'v3.1-rc10' into for-3.2/core | Jens Axboe | 2011-10-19 | 1 | -4/+11 |
|\ |
|
| * | block: Free queue resources at blk_release_queue() | Hannes Reinecke | 2011-09-28 | 1 | -0/+5 |
| * | block: Fix queue_flag update when rq_affinity goes from 2 to 1 | Eric Seppanen | 2011-08-24 | 1 | -4/+6 |
* | | block/blk-sysfs.c: fix kerneldoc references | Andrew Morton | 2011-09-21 | 1 | -3/+3 |
|/ |
|
* | block: strict rq_affinity | Dan Williams | 2011-07-23 | 1 | -4/+9 |
* | Merge commit 'v2.6.39' into for-2.6.40/core | Jens Axboe | 2011-05-20 | 1 | -3/+5 |
|\ |
|
| * | block: Remove the extra check in queue_requests_store | Tao Ma | 2011-04-19 | 1 | -2/+2 |
| * | block, blk-sysfs: Fix an err return path in blk_register_queue() | Liu Yuan | 2011-04-19 | 1 | -1/+3 |
* | | block: Fix discard topology stacking and reporting | Martin K. Petersen | 2011-05-18 | 1 | -1/+2 |
|/ |
|
* | block, blk-sysfs: Use the variable directly instead of a function call | Liu Yuan | 2011-04-13 | 1 | -2/+1 |
* | block: Move blk_throtl_exit() call to blk_cleanup_queue() | Vivek Goyal | 2011-03-02 | 1 | -2/+0 |
* | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead | Martin K. Petersen | 2010-12-17 | 1 | -1/+1 |
* | block: fix use-after-free bug in blk throttle code | Jens Axboe | 2010-10-23 | 1 | -0/+2 |
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-10-22 | 1 | -0/+11 |
|\ |
|
| * | block/scsi: Provide a limit on the number of integrity segments | Martin K. Petersen | 2010-09-10 | 1 | -0/+11 |
* | | block: put dev->kobj in blk_register_queue fail path | Xiaotian Feng | 2010-08-23 | 1 | -0/+1 |
|/ |
|
* | block: add helpers for the trivial queue flag sysfs show/store entries | Jens Axboe | 2010-08-07 | 1 | -68/+36 |
* | block: add sysfs knob for turning off disk entropy contributions | Jens Axboe | 2010-08-07 | 1 | -0/+28 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-04-09 | 1 | -0/+25 |
|\ |
|
| * | Merge branch 'master' into for-linus | Jens Axboe | 2010-03-19 | 1 | -1/+1 |
| |\ |
|