summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2005-09-102-47/+28Star
* [PATCH] md: ensure bitmap_writeback_daemon handles shutdown properly.NeilBrown2005-09-101-0/+3
* [PATCH] md: use kthread infrastructure in mdNeilBrown2005-09-101-38/+10Star
* [PATCH] md: write-intent bitmap support for raid6NeilBrown2005-09-102-11/+124
* [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-103-13/+137
* [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-102-5/+16
* [PATCH] md: remove old cruft from md_k.h header fileNeilBrown2005-09-101-64/+0Star
* [PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown2005-09-101-9/+10
* [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-102-3/+8
* [PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown2005-09-101-2/+5
* [PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown2005-09-101-9/+24
* [PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown2005-09-101-0/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-101-2/+2
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-102-31/+68
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-105-16/+165
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-104-26/+82
* [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-103-17/+127
* [PATCH] md: improve handling of bitmap initialisation.NeilBrown2005-09-101-7/+21
* [PATCH] md: don't allow new md/bitmap file to be set if one already existsNeilBrown2005-09-101-1/+1
* [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura2005-09-101-3/+9
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-107-0/+34
* [PATCH] md: fix minor error in raid10 read-balancing calculation.NeilBrown2005-09-101-1/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-10171-386/+247Star
|\
| * kbuild: um fix so it compile with generic asm-offsets.h supportSam Ravnborg2005-09-092-0/+17
| * kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h fileSam Ravnborg2005-09-093-0/+3
| * kbuild: cris use generic asm-offsets.h supportSam Ravnborg2005-09-093-10/+4Star
| * kbuild: mips use generic asm-offsets.h supportSam Ravnborg2005-09-0920-52/+28Star
| * kbuild: ia64 use generic asm-offsets.h supportSam Ravnborg2005-09-097-20/+13Star
| * kbuild: v850 use generic asm-offsets.h supportSam Ravnborg2005-09-093-14/+2Star
| * kbuild: alpha,x86_64 use generic asm-offsets.h supportSam Ravnborg2005-09-0915-34/+13Star
| * kbuild: arm - use generic asm-offsets.h supportSam Ravnborg2005-09-0928-34/+29Star
| * kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg2005-09-0963-112/+62Star
| * kbuild: arm26,sparc use generic asm-offset supportSam Ravnborg2005-09-0916-36/+16Star
| * kbuild: h8300,m68knommu,sh,sh64 use generic asm-offsets.h supportSam Ravnborg2005-09-094-33/+4Star
| * kbuild: full dependency check on asm-offsets.hSam Ravnborg2005-09-098-42/+57
* | Remove "must_check" attributes in PCI-landLinus Torvalds2005-09-101-8/+8
* | Preempt-safe RCU file usageLinus Torvalds2005-09-101-0/+2
* | [PATCH] Update PCI IOMEM allocation startDaniel Ritz2005-09-102-16/+16
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds2005-09-106-64/+77
|\ \
| * | [PATCH] PCI: Small rearrangement of PCI probing codePaul Mackerras2005-09-093-18/+36
| * | [PATCH] PCI: Unhide SMBus on Compaq Evo N620cRumen Ivanov Zarev2005-09-091-0/+6
| * | [PATCH] PCI: Fix PCI bus mastering enable problem in pciehpRajesh Shah2005-09-091-4/+4
| * | [PATCH] must_check attributes for PCI layer.Dave Jones2005-09-091-10/+10
| * | [PATCH] PCI: move pci core to use add_hotplug_env_var()Greg Kroah-Hartman2005-09-091-32/+21Star
* | | Fix up lost patch in compat_sys_select() for new RCU files world orderLinus Torvalds2005-09-101-1/+3
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-0911-555/+557
|\ \ \
| * | | [IPV4] fib_trie: fix proc interfaceStephen Hemminger2005-09-092-432/+385Star
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 David S. Miller2005-09-099-123/+172
| |\ \ \
| | * | | [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo2005-09-092-45/+37Star
| | * | | [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-099-39/+61