summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2011-10-23dm kcopyd: fix job_pool leakAlasdair G Kergon-0/+1
2011-10-06Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds-8/+32
2011-09-25dm crypt: always disable discard_zeroes_dataMilan Broz-0/+21
2011-09-25dm: raid fix write_mostly arg validationJonthan Brassow-1/+1
2011-09-25dm table: avoid crash if integrity profile changesMike Snitzer-6/+7
2011-09-25dm: flakey fix corrupt_bio_byte error pathMike Snitzer-1/+3
2011-09-21md: Avoid waking up a thread after it has been freed.NeilBrown-15/+26
2011-09-10md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown-2/+10
2011-09-10md/raid1,10: Remove use-after-free bug in make_request.NeilBrown-10/+17
2011-09-10md/raid10: unify handling of write completion.NeilBrown-20/+18
2011-08-31md/raid5: fix a hang on device failure.NeilBrown-1/+1
2011-08-30md: fix clearing of 'blocked' flag in the presence of bad blocks.NeilBrown-1/+1
2011-08-25md/linear: avoid corrupting structure while waiting for rcu_free to complete.NeilBrown-1/+1
2011-08-25md: use REQ_NOIDLE flag in md_super_write()Namhyung Kim-1/+1
2011-08-25md: ensure changes to 'write-mostly' are reflected in metadata.NeilBrown-0/+5
2011-08-25md: report failure if a 'set faulty' request doesn't.NeilBrown-1/+6
2011-08-02dm table: set flush capability based on underlying devicesMike Snitzer-1/+43
2011-08-02dm crypt: optionally support discard requestsMilan Broz-4/+45
2011-08-02dm raid: add md raid1 supportJonathan Brassow-10/+39
2011-08-02dm raid: support metadata devicesJonathan Brassow-18/+406
2011-08-02dm raid: add write_mostly parameterJonathan Brassow-1/+25
2011-08-02dm raid: add region_size parameterJonathan Brassow-3/+79
2011-08-02dm ioctl: forbid multiple device specifiersMikulas Patocka-0/+6
2011-08-02dm ioctl: introduce __get_dev_cellMikulas Patocka-17/+24
2011-08-02dm ioctl: fill in device parameters in more ioctlsMikulas Patocka-27/+36
2011-08-02dm flakey: add corrupt_bio_byte featureMike Snitzer-15/+140
2011-08-02dm flakey: add drop_writesMike Snitzer-8/+55
2011-08-02dm flakey: support feature argsMike Snitzer-19/+64
2011-08-02dm flakey: use dm_target_offset and support discardsMike Snitzer-1/+2
2011-08-02dm table: share target argument parsing functionsMike Snitzer-112/+104
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka-3/+88
2011-08-02dm: ignore merge_bvec for snapshots when safeMikulas Patocka-2/+64
2011-08-02dm table: clean dm_get_device and move exportsMike Snitzer-20/+13
2011-08-02dm raid: tidy includesAlasdair G Kergon-1/+2
2011-08-02dm ioctl: prevent empty messageAlasdair G Kergon-0/+5
2011-08-02dm raid: cleanup parameter handlingJonathan Brassow-19/+23
2011-08-02dm snapshot: style cleanupsJonathan Brassow-10/+8
2011-08-02dm snapshot: remove unused definitionsMikulas Patocka-10/+0
2011-08-02dm kcopyd: remove nr_pages field from job structureMikulas Patocka-4/+2
2011-08-02dm kcopyd: remove offset field from job structureMikulas Patocka-5/+2
2011-08-02dm: use vzallocJoe Perches-7/+3
2011-08-02dm log: userspace use list_moveKirill A. Shutemov-2/+1
2011-08-02dm log: clean up bit little endian bitopsAkinobu Mita-5/+4
2011-08-02dm table: fix discard supportMike Snitzer-9/+9
2011-08-02dm: suppress endian warningsAlasdair G Kergon-43/+54
2011-08-02dm: fix idr leak on module removalAlasdair G Kergon-2/+8
2011-08-02dm io: flush cpu cache with vmapped ioMikulas Patocka-2/+27
2011-08-02dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer-0/+5
2011-08-02dm snapshot: flush disk cache when mergingMikulas Patocka-1/+1
2011-07-28Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-1369/+3060