aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-18dm: fix memory leak in dm_create_persistent() when starting metadata update t...Jesper Juhl
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown
2007-07-17md: check that internal bitmap does not overlap other dataNeilBrown
2007-07-17md: improve the is_mddev_idle test fixNeilBrown
2007-07-17md: improve message about invalid superblock during autodetectNeilBrown
2007-07-17Use menuconfig objects II - MDJan Engelhardt
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds
2007-07-13md: remove raid5 compute_block and compute_parity5Dan Williams
2007-07-13md: handle_stripe5 - request io processing in raid5_run_opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async expand opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async check opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams
2007-07-13md: handle_stripe5 - add request/completion logic for async write opsDan Williams
2007-07-13md: common infrastructure for running operations with raid5_run_opsDan Williams
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams
2007-07-13raid5: replace custom debug PRINTKs with standard pr_debugDan Williams
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams
2007-07-13async_tx: add the async_tx apiDan Williams
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams
2007-07-12dm mpath: rdacChandra Seetharaman
2007-07-12dm raid1: handle log failureJonathan Brassow
2007-07-12dm raid1: handle resync failuresJonathan Brassow
2007-07-12dm: add ratelimit logging macrosJonathan Brassow
2007-07-12dm: disable barriersStefan Bader
2007-07-12dm raid1: clear region outside spinlockJonathan Brassow
2007-07-12dm snapshot: permit invalid activationMilan Broz
2007-07-12dm snapshot: fix invalidation deadlockMilan Broz
2007-07-12dm io: fix panic on large requestJun'ichi Nomura
2007-07-12dm raid1: fix statusMilan Broz
2007-07-12dm: remove duplicate module name from error msgsAlasdair G Kergon
2007-07-12dm delay: cleanupAlasdair G Kergon
2007-07-12dm: use kmem_cache macroAlasdair G Kergon
2007-07-12dm: bio_list prefetch removalAlasdair G Kergon
2007-06-16md: fix bug in error handling during raid1 repairMike Accetta
2007-06-16md: fix two raid10 bugsNeilBrown
2007-05-23md: fix bug with linear hot-add and elsewhereNeilBrown
2007-05-23md: don't write more than is required of the last page of a bitmapNeilBrown
2007-05-23md: avoid overflow in raid0 calculation with large componentsNeilBrown
2007-05-11md: improve the is_mddev_idle testNeilBrown
2007-05-10md: avoid a possibility that a read error can wrongly propagate through md/ra...NeilBrown
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds
2007-05-09md: improve partition detection in md arrayNeilBrown
2007-05-09md: allow reshape_position for md arrays to be set via sysfsNeilBrown
2007-05-09md: remove the slash from the name of a kmem_cache used by raid5NeilBrown
2007-05-09md: stop using csum_partial for checksum calculation in mdNeilBrown
2007-05-09md: move test for whether level supports bitmap to correct placeNeilBrown