summaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dm snapshot: abstract minimum_chunk_size fnMikulas Patocka2009-12-111-12/+22
| * dm snapshot: simplify sector_to_chunk expressionMikulas Patocka2009-12-111-1/+1
| * dm snapshot: avoid else clause in persistent_read_metadataJon Brassow2009-12-111-25/+21
| * dm ioctl: prefer strlcpy over strncpyRoel Kluin2009-12-111-2/+2
| * dm raid1: explicitly initialise bio_listsMikulas Patocka2009-12-111-0/+4
| * dm raid1: hold all write bios when leg failsMikulas Patocka2009-12-111-2/+10
| * dm raid1: hold write bios when errors are handledMikulas Patocka2009-12-111-31/+32
| * dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-112-6/+3
| * dm raid1: abstract get_valid_mirror functionMikulas Patocka2009-12-111-7/+15
| * dm raid1: use hold framework in do_failuresMikulas Patocka2009-12-111-25/+9
| * dm raid1: add framework to hold bios during suspendMikulas Patocka2009-12-111-0/+41
| * dm raid1: report flush errors separately in statusMikulas Patocka2009-12-112-6/+16
| * dm raid1: implement mirror_flushMikulas Patocka2009-12-111-1/+36
| * dm log: use flush callback fnMikulas Patocka2009-12-111-2/+15
| * dm log: add flush callback fnMikulas Patocka2009-12-112-3/+5
| * dm log: introduce flush_failed variableMikulas Patocka2009-12-111-1/+4
| * dm log: add flush_header functionMikulas Patocka2009-12-111-1/+22
| * dm raid1: split touched state into twoMikulas Patocka2009-12-111-7/+11
| * dm raid1: support flushMikulas Patocka2009-12-112-4/+34
| * dm io: remove extra bi_io_vec region hackMikulas Patocka2009-12-111-34/+55
| * dm io: use slab for struct ioMikulas Patocka2009-12-113-1/+25
| * dm crypt: make wipe message also wipe essiv keyMilan Broz2009-12-111-4/+30
| * dm crypt: separate essiv allocation from initialisationMilan Broz2009-12-111-26/+43
| * dm crypt: restructure essiv error pathMilan Broz2009-12-111-20/+26
| * dm crypt: move private iv fields to structsMilan Broz2009-12-111-13/+22
| * dm crypt: make wipe message also wipe tfm keyMilan Broz2009-12-111-12/+7
| * dm snapshot: cope with chunk size larger than originMikulas Patocka2009-12-111-0/+2
| * dm snapshot: only take lock for statustype info not tableMikulas Patocka2009-12-111-4/+6
| * dm: sysfs add empty release function to avoid debug warningMilan Broz2009-12-111-0/+8
| * dm exception store: free tmp_store on persistent flag errorJulia Lawall2009-12-111-1/+2
| * dm: avoid _hash_lock deadlockMikulas Patocka2009-12-112-9/+17
* | drivers/md/md.c: use %pU to print UUIDsJoe Perches2009-12-151-12/+4
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-152-6/+4
* | md: add 'recovery_start' per-device sysfs attributeDan Williams2009-12-141-1/+40
* | md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams2009-12-141-2/+6
* | md: integrate spares into array at earliest opportunity.NeilBrown2009-12-141-7/+6
* | md: move compat_ioctl handling into md.cArnd Bergmann2009-12-141-0/+23
* | md: revise Kconfig help for MD_MULTIPATHNeilBrown2009-12-141-5/+4
* | md: add MODULE_DESCRIPTION for all md related modules.NeilBrown2009-12-149-0/+9
* | raid: improve MD/raid10 handling of correctable read errors.Robert Becker2009-12-143-0/+112
* | md/raid10: print more useful messages on device failure.Robert Becker2009-12-141-3/+29
* | md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown2009-12-141-0/+6
* | md: Support write-intent bitmaps with externally managed metadata.NeilBrown2009-12-143-33/+121
* | md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown2009-12-141-1/+1
* | md: support updating bitmap parameters via sysfs.NeilBrown2009-12-143-2/+211
* | md: factor out parsing of fixed-point numbersNeilBrown2009-12-142-23/+44
* | md: support bitmap offset appropriate for external-metadata arrays.NeilBrown2009-12-142-5/+15
* | md: remove needless setting of thread->timeout in raid10_quiesceNeilBrown2009-12-142-7/+1
* | md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.NeilBrown2009-12-142-8/+8
* | md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown2009-12-146-32/+40