aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche1-8/+4
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei1-2/+2
2014-09-25block: remove blk_init_flush() and its pairMing Lei1-1/+1
2014-09-25block: introduce blk_init_flush and its pairMing Lei1-2/+2
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo1-2/+9
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 Heo1-1/+1
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei1-2/+0
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe1-36/+9
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig1-0/+2
2013-12-31block: blk-mq: don't export blk_mq_free_queue()Ming Lei1-0/+1
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe1-0/+13
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 Heo1-1/+8
2012-12-06block: Rename queue dead flagBart Van Assche1-2/+2
2012-09-21block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()Tejun Heo1-0/+6
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+13
2012-09-09block: reject invalid queue attribute valuesDave Reisner1-2/+23
2012-06-26blkcg: implement per-blkg request allocationTejun Heo1-13/+19
2012-06-25block: prepare for multiple request_listsTejun Heo1-7/+5
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-2/+2
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-2/+2
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-1/+5
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-0/+2
2011-12-14block: add blk_queue_dead()Tejun Heo1-2/+2
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdownTejun Heo1-0/+1
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-4/+11
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke1-0/+5
2011-09-21block/blk-sysfs.c: fix kerneldoc referencesAndrew Morton1-3/+3
2011-08-24block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen1-4/+6
2011-07-23block: strict rq_affinityDan Williams1-4/+9
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe1-3/+5
2011-05-18block: Fix discard topology stacking and reportingMartin K. Petersen1-1/+2
2011-04-19block: Remove the extra check in queue_requests_storeTao Ma1-2/+2
2011-04-19block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan1-1/+3
2011-04-13block, blk-sysfs: Use the variable directly instead of a function callLiu Yuan1-2/+1
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-2/+0
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen1-1/+1
2010-10-23block: fix use-after-free bug in blk throttle codeJens Axboe1-0/+2
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+11
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen1-0/+11
2010-08-23block: put dev->kobj in blk_register_queue fail pathXiaotian Feng1-0/+1
2010-08-07block: add helpers for the trivial queue flag sysfs show/store entriesJens Axboe1-68/+36
2010-08-07block: add sysfs knob for turning off disk entropy contributionsJens Axboe1-0/+28
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+25
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19Merge branch 'master' into for-linusJens Axboe1-1/+1