summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-121-8/+7
|\
| * cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-7/+7
| * Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-063-2/+13
| |\
| * \ Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-2/+1
| |\ \
| | * | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-2/+1
* | | | block: Don't access request after it might be freedRoland Dreier2012-11-231-1/+7
| |_|/ |/| |
* | | block: Add blk_rq_pos(rq) to sort rq when plushingJianpeng Ma2012-10-251-1/+2
* | | block: remove CONFIG_EXPERIMENTALKees Cook2012-10-231-1/+1
* | | blkcg: stop iteration early if root_rl is the only request listJun'ichi Nomura2012-10-221-0/+3
* | | blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkgJun'ichi Nomura2012-10-221-0/+7
|/ /
* | Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-119-76/+236
|\ \
| * | block: fix request_queue->flags initializationTejun Heo2012-09-211-1/+1
| * | block: lift the initial queue bypass mode on blk_register_queue() instead of ...Tejun Heo2012-09-212-5/+8
| * | block: ioctl to zero block rangesMartin K. Petersen2012-09-201-0/+27
| * | block: Make blkdev_issue_zeroout use WRITE SAMEMartin K. Petersen2012-09-201-1/+29
| * | block: Implement support for WRITE SAMEMartin K. Petersen2012-09-205-2/+124
| * | block: Consolidate command flag and queue limit checks for mergesMartin K. Petersen2012-09-202-20/+13
| * | block: Clean up special command handling logicMartin K. Petersen2012-09-204-35/+11
| * | block/blk-tag.c: Remove useless kfreePeter Senna Tschudin2012-09-121-4/+2
| * | block: remove the duplicated setting for congestion_thresholdJaehoon Chung2012-09-091-2/+0
| * | block: reject invalid queue attribute valuesDave Reisner2012-09-091-2/+23
| * | block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet2012-09-091-7/+1
| * | block: Kill bi_destructorKent Overstreet2012-09-091-1/+1
| * | block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2012-09-091-1/+1
* | | Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-021-0/+8
|\ \ \
| * | | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+8
| |/ /
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-023-23/+13
|\ \ \
| * | | workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * | | workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-212-10/+3
| * | | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-202-9/+8
| * | | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-4/+2
* | | | s390/partitions: make partition detection independent from DASD ioctlsStefan Weinhuber2012-09-261-183/+272
| |_|/ |/| |
* | | blk: add an upper sanity check on partition addingAlan Cox2012-09-181-1/+1
* | | block: rate-limit the error message from failing commandsYi Zou2012-08-301-3/+5
| |/ |/|
* | block: Don't use static to define "void *p" in show_partition_start()Jianpeng Ma2012-08-031-1/+1
* | block: Add blk_bio_map_sg() helperAsias He2012-08-021-0/+37
* | block: Introduce __blk_segment_map_sg() helperAsias He2012-08-021-35/+45
* | block: split discard into aligned requestsPaolo Bonzini2012-08-021-10/+24
* | block: reorganize rounding of max_discard_sectorsPaolo Bonzini2012-08-021-4/+5
|/
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-011-10/+34
|\
| * blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-311-3/+3
| * block: stack unplugShaohua Li2012-07-311-8/+7
| * blk: centralize non-request unplug handling.NeilBrown2012-07-311-0/+25
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-0112-234/+423
|\ \
| * | block: remove dead func declarationYuanhan Liu2012-08-011-1/+0
| * | block: add partition resize function to blkpg ioctlVivek Goyal2012-08-013-9/+74
| * | block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-011-0/+1
| * | block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-011-2/+1
| |/
| * blkcg: implement per-blkg request allocationTejun Heo2012-06-264-27/+200
| * block: prepare for multiple request_listsTejun Heo2012-06-253-32/+39
OpenPOWER on IntegriCloud