aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] let BLK_DEV_RAM_COUNT depend on BLK_DEV_RAMGravatar Adrian Bunk 1-1/+2
2006-03-28[PATCH] synclink_gt: remove uneeded async codeGravatar Paul Fulghum 1-4/+0
2006-03-28[PATCH] synclink_gt add gpio featureGravatar Paul Fulghum 2-5/+252
2006-03-28[PATCH] synclink: remove dead codeGravatar Paul Fulghum 1-30/+1
2006-03-28[PATCH] Decrapify asm-generic/local.hGravatar Kyle McMartin 1-71/+9
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsGravatar Matt Mackall 7-65/+22
2006-03-28[PATCH] RTC: Fix up some RTC whitespace and styleGravatar Matt Mackall 3-30/+36
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on AlphaGravatar Matt Mackall 1-1/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH MPC1211Gravatar Matt Mackall 1-15/+3
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on SH03Gravatar Matt Mackall 1-4/+0
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on MIPS-based DECGravatar Matt Mackall 1-36/+11
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on MIPS MC146818Gravatar Matt Mackall 1-31/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on ARMGravatar Matt Mackall 1-16/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on PPC MapleGravatar Matt Mackall 1-22/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on CHRP (arch/powerpc)Gravatar Matt Mackall 1-20/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on PPC CHRP (arch/ppc)Gravatar Matt Mackall 1-20/+2
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on Sparc64Gravatar Matt Mackall 1-15/+1
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on x86_64Gravatar Matt Mackall 1-29/+12
2006-03-28[PATCH] RTC: Remove RTC UIP synchronization on x86Gravatar Matt Mackall 1-14/+2
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-2/+2
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-2/+7
2006-03-27Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 11-36/+39
2006-03-27[PATCH] md: Convert reconfig_sem to reconfig_mutexGravatar NeilBrown 2-8/+8
2006-03-27[PATCH] sem2mutex: drivers/mdGravatar Arjan van de Ven 4-24/+28
2006-03-27[PATCH] md: Restore 'remaining' count when retrying an write operationGravatar NeilBrown 1-0/+3
2006-03-27[PATCH] md: Fix md grow/size code to correctly find the maximum available spaceGravatar NeilBrown 1-1/+1
2006-03-27[PATCH] md: Remove bi_end_io call out from under a spinlockGravatar NeilBrown 1-2/+4
2006-03-27[PATCH] md: Remove some stray semi-colons after functions called in macro..Gravatar NeilBrown 1-2/+2
2006-03-27[PATCH] md: Improve comments about locking situation in raid5 make_requestGravatar NeilBrown 1-1/+14
2006-03-27[PATCH] md: Support suspending of IO to regions of an md arrayGravatar NeilBrown 3-0/+77
2006-03-27[PATCH] md: Make 'reshape' a possible sync_action actionGravatar NeilBrown 1-1/+8
2006-03-27[PATCH] md: Split reshape handler in check_reshape and start_reshapeGravatar NeilBrown 4-34/+58
2006-03-27[PATCH] md: Only checkpoint expansion progress occasionallyGravatar NeilBrown 2-11/+45
2006-03-27[PATCH] md: Checkpoint and allow restart of raid5 reshapeGravatar NeilBrown 7-26/+231
2006-03-27[PATCH] md: Final stages of raid5 expand codeGravatar NeilBrown 4-4/+154
2006-03-27[PATCH] md: Core of raid5 resize processGravatar NeilBrown 4-26/+181
2006-03-27[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...Gravatar NeilBrown 2-30/+64
2006-03-27[PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayGravatar NeilBrown 4-9/+137
2006-03-27[PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...Gravatar NeilBrown 3-7/+15
2006-03-27[PATCH] md: Update status_resync to handle LARGE devicesGravatar NeilBrown 1-6/+24
2006-03-27[PATCH] md: Fix the 'failed' count for version-0 superblocksGravatar NeilBrown 1-3/+2
2006-03-27[PATCH] md: Add '4' to the list of levels for which bitmaps are supportedGravatar NeilBrown 1-1/+2
2006-03-27[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.Gravatar NeilBrown 2-0/+3
2006-03-27[PATCH] dm: remove unnecessary typecastGravatar Kevin Corry 1-1/+1
2006-03-27[PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexGravatar Jun'ichi Nomura 1-4/+4
2006-03-27[PATCH] dm/md dependency tree in sysfs: dm to use bd_claim_by_diskGravatar Jun'ichi Nomura 1-10/+10
2006-03-27[PATCH] dm/md dependency tree in sysfs: md to use bd_claim_by_diskGravatar Jun'ichi Nomura 1-0/+2
2006-03-27[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectGravatar Jun'ichi Nomura 2-0/+307
2006-03-27[PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidyGravatar Andrew Morton 2-13/+0
2006-03-27[PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectoryGravatar Jun'ichi Nomura 2-0/+43