aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-01
|\
| * block: remove dead func declarationYuanhan Liu2012-08-01
| * block: add partition resize function to blkpg ioctlVivek Goyal2012-08-01
| * block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-01
| * block: do not artificially constrain max_sectors for stacking driversMike Snitzer2012-08-01
| * blkcg: implement per-blkg request allocationTejun Heo2012-06-26
| * block: prepare for multiple request_listsTejun Heo2012-06-25
| * block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvprivTejun Heo2012-06-25
| * blkcg: inline bio_blkcg() and friendsTejun Heo2012-06-25
| * block: allocate io_context upfrontTejun Heo2012-06-25
| * block: refactor get_request[_wait]()Tejun Heo2012-06-25
| * block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-25
| * mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-25
| * blkcg: make root blkcg allocation use %GFP_KERNELTejun Heo2012-06-25
| * blkcg: __blkg_lookup_create() doesn't need radix preloadTejun Heo2012-06-25
* | Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-01
|\ \
| * | DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-01
| * | Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown2012-08-01
| |\ \
| * | | md/RAID1: Add missing case for attempting to repair known bad blocks.Alexander Lyakas2012-07-30
| * | | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.majianpeng2012-07-30
| * | | md/raid1: don't abort a resync on the first badblock.NeilBrown2012-07-30
| * | | md: remove duplicated test on ->openers when calling do_md_stop()NeilBrown2012-07-30
| * | | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng2012-07-30
| * | | md/raid1: prevent merging too large requestShaohua Li2012-07-30
| * | | md/raid1: read balance chooses idlest disk for SSDShaohua Li2012-07-30
| * | | md/raid1: make sequential read detection per disk basedShaohua Li2012-07-30
| * | | MD RAID10: Export md_raid10_congestedJonathan Brassow2012-07-30
| * | | MD: Move macros from raid1*.h to raid1*.cJonathan Brassow2012-07-30
| * | | MD RAID1: rename mirror_info structureJonathan Brassow2012-07-30
| * | | MD RAID10: rename mirror_info structureJonathan Brassow2012-07-30
| * | | MD RAID10: Fix compiler warning.Jonathan Brassow2012-07-30
| * | | raid5: add a per-stripe lockShaohua Li2012-07-19
| * | | raid5: remove unnecessary bitmap write optimizationShaohua Li2012-07-19
| * | | raid5: lockless access raid5 overrided bi_phys_segmentsShaohua Li2012-07-19
| * | | raid5: reduce chance release_stripe() taking device_lockShaohua Li2012-07-19
* | | | locks: remove unused lm_release_privateJ. Bruce Fields2012-08-01
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-07-31
|\ \ \ \
| * | | | irqdomain: Improve diagnostics when a domain mapping failsMark Brown2012-07-25
| * | | | irqdomain: eliminate slow-path revmap lookupsGrant Likely2012-07-25
| * | | | Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-25
| |\ \ \ \
| * | | | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type.Grant Likely2012-07-11
| * | | | | irqdomain: Eliminate dedicated radix lookup functionsGrant Likely2012-07-11
| * | | | | irqdomain: Support for static IRQ mapping and association.Grant Likely2012-07-11
| * | | | | irqdomain: Always update revmap when setting up a virqGrant Likely2012-07-11
| * | | | | irqdomain: Split disassociating code into separate functionGrant Likely2012-07-11
| * | | | | Merge tag 'v3.5-rc6' into irqdomain/nextGrant Likely2012-07-11
| |\ \ \ \ \
| * | | | | | irq_domain: correct a minor wrong comment for linear revmapDong Aisheng2012-07-11
| * | | | | | irq_domain: Standardise legacy/linear domain selectionMark Brown2012-07-11
| * | | | | | irqdomain: Make ops->map hook optionalGrant Likely2012-06-17
| * | | | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACYGrant Likely2012-06-15