aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-0121-301/+530
|\
| * block: remove dead func declarationYuanhan Liu2012-08-011-1/+0
| * block: add partition resize function to blkpg ioctlVivek Goyal2012-08-015-9/+132
| * 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-266-30/+216
| * block: prepare for multiple request_listsTejun Heo2012-06-254-46/+57
| * block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-252-11/+13
| * blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-252-25/+22
| * block: allocate io_context upfrontTejun Heo2012-06-252-30/+15
| * block: refactor get_request[_wait]()Tejun Heo2012-06-251-39/+35
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-254-93/+1
| * mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-253-8/+11
| * blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-251-16/+43
| * blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-251-9/+1
* | Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-019-219/+426
|\ \
| * | DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-012-5/+116
| * | Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown2012-08-014433-104467/+180036
| |\ \
| * | | md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas2012-07-311-0/+12
| * | | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng2012-07-311-1/+1
| * | | md/raid1: don't abort a resync on the first badblock.NeilBrown2012-07-311-1/+4
| * | | md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown2012-07-311-6/+2
| * | | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2012-07-312-2/+13
| * | | md/raid1: prevent merging too large requestShaohua Li2012-07-312-7/+50
| * | | md/raid1: read balance chooses idlest disk for SSDShaohua Li2012-07-311-3/+31
| * | | md/raid1: make sequential read detection per disk basedShaohua Li2012-07-312-34/+12
| * | | MD RAID10: Export md_raid10_congestedJonathan Brassow2012-07-312-22/+37
| * | | MD: Move macros from raid1*.h to raid1*.cJonathan Brassow2012-07-314-29/+29
| * | | MD RAID1: rename mirror_info structureJonathan Brassow2012-07-312-9/+9
| * | | MD RAID10: rename mirror_info structureJonathan Brassow2012-07-312-12/+12
| * | | MD RAID10: Fix compiler warning.Jonathan Brassow2012-07-311-1/+1
| * | | raid5: add a per-stripe lockShaohua Li2012-07-192-16/+20
| * | | raid5: remove unnecessary bitmap write optimizationShaohua Li2012-07-191-12/+9
| * | | raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li2012-07-191-30/+32
| * | | raid5: reduce chance release_stripe() taking device_lockShaohua Li2012-07-191-34/+41
* | | | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-013-8/+1
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-317-169/+248
|\ \ \ \
| * | | | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-241-6/+11
| * | | | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-241-40/+25
| * | | | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-244548-104854/+181547
| |\ \ \ \
| * | | | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-111-2/+2
| * | | | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-114-65/+3
| * | | | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-112-25/+107
| * | | | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-112-3/+12
| * | | | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-111-28/+47
| * | | | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-11995-5037/+9700
| |\ \ \ \ \
| * | | | | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-111-1/+1
| * | | | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-113-0/+40
| * | | | | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-171-10/+4
| * | | | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-151-2/+1