summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2009-12-10dm snapshot: abstract minimum_chunk_size fnMikulas Patocka
2009-12-10dm snapshot: simplify sector_to_chunk expressionMikulas Patocka
2009-12-10dm snapshot: avoid else clause in persistent_read_metadataJon Brassow
2009-12-10dm ioctl: prefer strlcpy over strncpyRoel Kluin
2009-12-10dm raid1: explicitly initialise bio_listsMikulas Patocka
2009-12-10dm raid1: hold all write bios when leg failsMikulas Patocka
2009-12-10dm raid1: hold write bios when errors are handledMikulas Patocka
2009-12-10dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka
2009-12-10dm raid1: abstract get_valid_mirror functionMikulas Patocka
2009-12-10dm raid1: use hold framework in do_failuresMikulas Patocka
2009-12-10dm raid1: add framework to hold bios during suspendMikulas Patocka
2009-12-10dm raid1: report flush errors separately in statusMikulas Patocka
2009-12-10dm raid1: implement mirror_flushMikulas Patocka
2009-12-10dm log: use flush callback fnMikulas Patocka
2009-12-10dm log: add flush callback fnMikulas Patocka
2009-12-10dm log: introduce flush_failed variableMikulas Patocka
2009-12-10dm log: add flush_header functionMikulas Patocka
2009-12-10dm raid1: split touched state into twoMikulas Patocka
2009-12-10dm raid1: support flushMikulas Patocka
2009-12-10dm io: remove extra bi_io_vec region hackMikulas Patocka
2009-12-10dm io: use slab for struct ioMikulas Patocka
2009-12-10dm crypt: make wipe message also wipe essiv keyMilan Broz
2009-12-10dm crypt: separate essiv allocation from initialisationMilan Broz
2009-12-10dm crypt: restructure essiv error pathMilan Broz
2009-12-10dm crypt: move private iv fields to structsMilan Broz
2009-12-10dm crypt: make wipe message also wipe tfm keyMilan Broz
2009-12-10dm snapshot: cope with chunk size larger than originMikulas Patocka
2009-12-10dm snapshot: only take lock for statustype info not tableMikulas Patocka
2009-12-10dm: sysfs add empty release function to avoid debug warningMilan Broz
2009-12-10dm exception store: free tmp_store on persistent flag errorJulia Lawall
2009-12-10dm: avoid _hash_lock deadlockMikulas Patocka
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04[SCSI] scsi_dh: Change the scsidh_activate interface to be asynchronousChandra Seetharaman
2009-12-01md: revert incorrect fix for read error handling in raid1.NeilBrown
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
2009-11-13md/raid5: Allow dirty-degraded arrays to be assembled when only party is degr...NeilBrown
2009-11-13Don't unconditionally set in_sync on newly added device in raid5_reshapeNeilBrown
2009-11-13md: allow v0.91 metadata to record devices as being active but not in-sync.NeilBrown
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-11-12md: factor out updating of 'recovery_offset'.NeilBrown
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel
2009-11-06md/raid5: make sure curr_sync_completes is uptodate when reshape startsNeilBrown
2009-11-06md: don't clear endpoint for resync when resync is interrupted.NeilBrown
2009-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-10-20md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams
2009-10-16dm snapshot: allow chunk size to be less than page sizeMikulas Patocka