summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-0119-177/+238
|\
| * Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-311-2/+1Star
| |\
| | * floppy: remove duplicated flag FD_RAW_NEED_DISKFengguang Wu2012-07-311-2/+1Star
| * | blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-315-7/+7
| * | block: stack unplugShaohua Li2012-07-311-8/+7Star
| * | blk: centralize non-request unplug handling.NeilBrown2012-07-315-83/+49Star
| * | md: remove plug_cnt feature of plugging.NeilBrown2012-07-315-14/+5Star
| * | block/nbd: micro-optimization in nbd request completionChetan Loke2012-07-311-1/+1
| * | Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-3.6/driversJens Axboe2012-07-301401-8277/+16420
| |\ \
| | * | drbd: announce FLUSH/FUA capability to upper layersLars Ellenberg2012-07-244-8/+23
| | * | drbd: fix max_bio_size to be unsignedLars Ellenberg2012-07-243-15/+17
| | * | drbd: flush drbd work queue before invalidate/invalidate remoteLars Ellenberg2012-07-242-6/+12
| | * | drbd: fix potential access after freeLars Ellenberg2012-07-241-5/+12
| | * | drbd: call local-io-error handler earlyLars Ellenberg2012-07-241-3/+3
| | * | drbd: do not reset rs_pending_cnt too earlyLars Ellenberg2012-07-243-12/+12
| | * | drbd: reset congestion information before reporting it in /proc/drbdLars Ellenberg2012-07-241-0/+3
| | * | drbd: report congestion if we are waiting for some userland callbackLars Ellenberg2012-07-243-0/+29
| | * | drbd: differentiate between normal and forced detachLars Ellenberg2012-07-247-15/+42
| | * | drbd: cleanup, remove two unused global flagsLars Ellenberg2012-07-241-2/+0Star
| * | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-241-1/+20
| |\ \ \ | | | |/ | | |/|
| | * | floppy: Run floppy initialization asynchronousAndi Kleen2012-07-041-1/+20
* | | | 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/+0Star
| * | | | 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/+1Star
| |/ / /
| * | | blkcg: implement per-blkg request allocationTejun Heo2012-06-276-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/+22Star
| * | | block: allocate io_context upfrontTejun Heo2012-06-252-30/+15Star
| * | | block: refactor get_request[_wait]()Tejun Heo2012-06-251-39/+35Star
| * | | block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-254-93/+1Star
| * | | 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/+1Star
* | | | 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/+2Star
| * | | | | 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/+12Star
| * | | | | 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