| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.6/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-08-01 | 21 | -301/+530 |
|\ |
|
| * | block: remove dead func declaration | Yuanhan Liu | 2012-08-01 | 1 | -1/+0 |
| * | block: add partition resize function to blkpg ioctl | Vivek Goyal | 2012-08-01 | 5 | -9/+132 |
| * | block: uninitialized ioc->nr_tasks triggers WARN_ON | Olof Johansson | 2012-08-01 | 1 | -0/+1 |
| * | block: do not artificially constrain max_sectors for stacking drivers | Mike Snitzer | 2012-08-01 | 1 | -2/+1 |
| * | blkcg: implement per-blkg request allocation | Tejun Heo | 2012-06-26 | 6 | -30/+216 |
| * | block: prepare for multiple request_lists | Tejun Heo | 2012-06-25 | 4 | -46/+57 |
| * | block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv | Tejun Heo | 2012-06-25 | 2 | -11/+13 |
| * | blkcg: inline bio_blkcg() and friends | Tejun Heo | 2012-06-25 | 2 | -25/+22 |
| * | block: allocate io_context upfront | Tejun Heo | 2012-06-25 | 2 | -30/+15 |
| * | block: refactor get_request[_wait]() | Tejun Heo | 2012-06-25 | 1 | -39/+35 |
| * | block: drop custom queue draining used by scsi_transport_{iscsi|fc} | Tejun Heo | 2012-06-25 | 4 | -93/+1 |
| * | mempool: add @gfp_mask to mempool_create_node() | Tejun Heo | 2012-06-25 | 3 | -8/+11 |
| * | blkcg: make root blkcg allocation use %GFP_KERNEL | Tejun Heo | 2012-06-25 | 1 | -16/+43 |
| * | blkcg: __blkg_lookup_create() doesn't need radix preload | Tejun Heo | 2012-06-25 | 1 | -9/+1 |
* | | Merge branch 'for-next' of git://neil.brown.name/md | Linus Torvalds | 2012-08-01 | 9 | -219/+426 |
|\ \ |
|
| * | | DM RAID: Add support for MD RAID10 | Jonathan Brassow | 2012-08-01 | 2 | -5/+116 |
| * | | Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into md | NeilBrown | 2012-08-01 | 4433 | -104467/+180036 |
| |\ \ |
|
| * | | | md/RAID1: Add missing case for attempting to repair known bad blocks. | Alexander Lyakas | 2012-07-31 | 1 | -0/+12 |
| * | | | md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE. | majianpeng | 2012-07-31 | 1 | -1/+1 |
| * | | | md/raid1: don't abort a resync on the first badblock. | NeilBrown | 2012-07-31 | 1 | -1/+4 |
| * | | | md: remove duplicated test on ->openers when calling do_md_stop() | NeilBrown | 2012-07-31 | 1 | -6/+2 |
| * | | | raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer | majianpeng | 2012-07-31 | 2 | -2/+13 |
| * | | | md/raid1: prevent merging too large request | Shaohua Li | 2012-07-31 | 2 | -7/+50 |
| * | | | md/raid1: read balance chooses idlest disk for SSD | Shaohua Li | 2012-07-31 | 1 | -3/+31 |
| * | | | md/raid1: make sequential read detection per disk based | Shaohua Li | 2012-07-31 | 2 | -34/+12 |
| * | | | MD RAID10: Export md_raid10_congested | Jonathan Brassow | 2012-07-31 | 2 | -22/+37 |
| * | | | MD: Move macros from raid1*.h to raid1*.c | Jonathan Brassow | 2012-07-31 | 4 | -29/+29 |
| * | | | MD RAID1: rename mirror_info structure | Jonathan Brassow | 2012-07-31 | 2 | -9/+9 |
| * | | | MD RAID10: rename mirror_info structure | Jonathan Brassow | 2012-07-31 | 2 | -12/+12 |
| * | | | MD RAID10: Fix compiler warning. | Jonathan Brassow | 2012-07-31 | 1 | -1/+1 |
| * | | | raid5: add a per-stripe lock | Shaohua Li | 2012-07-19 | 2 | -16/+20 |
| * | | | raid5: remove unnecessary bitmap write optimization | Shaohua Li | 2012-07-19 | 1 | -12/+9 |
| * | | | raid5: lockless access raid5 overrided bi_phys_segments | Shaohua Li | 2012-07-19 | 1 | -30/+32 |
| * | | | raid5: reduce chance release_stripe() taking device_lock | Shaohua Li | 2012-07-19 | 1 | -34/+41 |
* | | | | locks: remove unused lm_release_private | J. Bruce Fields | 2012-08-01 | 3 | -8/+1 |
* | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-07-31 | 7 | -169/+248 |
|\ \ \ \ |
|
| * | | | | irqdomain: Improve diagnostics when a domain mapping fails | Mark Brown | 2012-07-24 | 1 | -6/+11 |
| * | | | | irqdomain: eliminate slow-path revmap lookups | Grant Likely | 2012-07-24 | 1 | -40/+25 |
| * | | | | Merge remote-tracking branch 'origin' into irqdomain/next | Grant Likely | 2012-07-24 | 4548 | -104854/+181547 |
| |\ \ \ \ |
|
| * | | | | | irqdomain: Fix irq_create_direct_mapping() to test irq_domain type. | Grant Likely | 2012-07-11 | 1 | -2/+2 |
| * | | | | | irqdomain: Eliminate dedicated radix lookup functions | Grant Likely | 2012-07-11 | 4 | -65/+3 |
| * | | | | | irqdomain: Support for static IRQ mapping and association. | Grant Likely | 2012-07-11 | 2 | -25/+107 |
| * | | | | | irqdomain: Always update revmap when setting up a virq | Grant Likely | 2012-07-11 | 2 | -3/+12 |
| * | | | | | irqdomain: Split disassociating code into separate function | Grant Likely | 2012-07-11 | 1 | -28/+47 |
| * | | | | | Merge tag 'v3.5-rc6' into irqdomain/next | Grant Likely | 2012-07-11 | 995 | -5037/+9700 |
| |\ \ \ \ \ |
|
| * | | | | | | irq_domain: correct a minor wrong comment for linear revmap | Dong Aisheng | 2012-07-11 | 1 | -1/+1 |
| * | | | | | | irq_domain: Standardise legacy/linear domain selection | Mark Brown | 2012-07-11 | 3 | -0/+40 |
| * | | | | | | irqdomain: Make ops->map hook optional | Grant Likely | 2012-06-17 | 1 | -10/+4 |
| * | | | | | | irqdomain: Remove unnecessary test for IRQ_DOMAIN_MAP_LEGACY | Grant Likely | 2012-06-15 | 1 | -2/+1 |