summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-019-88/+35
|\
| * delousing target_core_file a bitAl Viro2012-08-011-27/+5
| * fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()Jan Kara2012-07-311-0/+2
| * brcm80211: pointless current->files passed to filp_close()Al Viro2012-07-291-1/+1
| * gadgetfs: clean upAl Viro2012-07-292-10/+8
| * slightly reduce lossage in gdm72xxAl Viro2012-07-292-17/+12
| * slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro2012-07-291-26/+5
| * new helper: done_path_create()Al Viro2012-07-291-7/+2
* | Merge branch 'for-3.6/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-08-0117-165/+198
|\ \
| * \ Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2012-07-311-2/+1
| |\ \
| | * | floppy: remove duplicated flag FD_RAW_NEED_DISKFengguang Wu2012-07-311-2/+1
| * | | blk: pass from_schedule to non-request unplug functions.NeilBrown2012-07-313-3/+3
| * | | blk: centralize non-request unplug handling.NeilBrown2012-07-313-81/+18
| * | | md: remove plug_cnt feature of plugging.NeilBrown2012-07-315-14/+5
| * | | 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-30573-3468/+7764
| |\ \ \
| | * | | 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/+0
| * | | | 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-012-39/+1
|\| | | |
| * | | | block: drop custom queue draining used by scsi_transport_{iscsi|fc}Tejun Heo2012-06-252-39/+1
* | | | | Merge branch 'for-next' of git://neil.brown.name/mdLinus Torvalds2012-08-018-219/+400
|\ \ \ \ \
| * | | | | DM RAID: Add support for MD RAID10Jonathan Brassow2012-08-011-5/+90
| * | | | | Merge commit 'c039c332f23e794deb6d6f37b9f07ff3b27fb2cf' into mdNeilBrown2012-08-011608-55721/+77054
| |\ \ \ \ \
| * | | | | | 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