summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* blk: fix overflow in queue_discard_max_hw_showAlan2016-02-171-3/+2
* Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-031-0/+3
|\
| * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-251-0/+3
* | block: add block polling supportJens Axboe2015-11-071-0/+35
* | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-2/+1
|\ \
| * | block: generic request_queue reference countingDan Williams2015-10-211-2/+1
| |/
* / block: don't release bdi while request_queue has live referencesTejun Heo2015-10-151-0/+1
|/
* block: make generic_make_request handle arbitrarily sized biosKent Overstreet2015-08-131-0/+3
* block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe2015-07-171-1/+39
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+2
|\
| * writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
| * blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-021-1/+1
* | block: destroy bdi before blockdev is unregistered.NeilBrown2015-04-271-2/+0
|/
* blk-mq: release mq's kobjects in blk_release_queue()Ming Lei2015-01-291-0/+2
* blk-mq: Fix a use-after-freeBart Van Assche2014-12-091-8/+4
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-2/+2
|\
| * blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-2/+2
| * block: remove blk_init_flush() and its pairMing Lei2014-09-251-1/+1
| * block: introduce blk_init_flush and its pairMing Lei2014-09-251-2/+2
* | blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo2014-09-241-2/+9
|/
* Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern2014-09-091-2/+4
* block, blk-mq: draining can't be skipped even if bypass_depth was non-zeroTejun Heo2014-07-011-1/+1
* block: only allocate/free mq_usage_counter in blk-mqMing Lei2014-05-271-2/+0
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-36/+9
* blk-mq: rework flush sequencing logicChristoph Hellwig2014-02-101-0/+2
* block: blk-mq: don't export blk_mq_free_queue()Ming Lei2013-12-311-0/+1
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+1
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+13
* block/blk-sysfs.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1
* block: avoid using uninitialized value in from queue_var_storeArnd Bergmann2013-04-031-0/+2
* block: RCU free request_queueTejun Heo2013-01-091-1/+8
* block: Rename queue dead flagBart Van Assche2012-12-061-2/+2
* block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-211-0/+6
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+13
* block: reject invalid queue attribute valuesDave Reisner2012-09-091-2/+23
* blkcg: implement per-blkg request allocationTejun Heo2012-06-261-13/+19
* block: prepare for multiple request_listsTejun Heo2012-06-251-7/+5
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-2/+2
* blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-2/+2
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-141-1/+5
* block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-141-0/+2
* block: add blk_queue_dead()Tejun Heo2011-12-141-2/+2
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-191-0/+1
* Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-191-4/+11
|\
| * block: Free queue resources at blk_release_queue()Hannes Reinecke2011-09-281-0/+5
| * block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen2011-08-241-4/+6
* | block/blk-sysfs.c: fix kerneldoc referencesAndrew Morton2011-09-211-3/+3
|/
* block: strict rq_affinityDan Williams2011-07-231-4/+9
* Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-201-3/+5
|\