| Commit message (Expand) | Author | Age | Files | Lines |
* | dm kcopyd: fix job_pool leak | Alasdair G Kergon | 2011-10-23 | 1 | -0/+1 |
* | Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm | Linus Torvalds | 2011-10-06 | 4 | -8/+32 |
|\ |
|
| * | dm crypt: always disable discard_zeroes_data | Milan Broz | 2011-09-26 | 2 | -0/+21 |
| * | dm: raid fix write_mostly arg validation | Jonthan Brassow | 2011-09-26 | 1 | -1/+1 |
| * | dm table: avoid crash if integrity profile changes | Mike Snitzer | 2011-09-26 | 1 | -6/+7 |
| * | dm: flakey fix corrupt_bio_byte error path | Mike Snitzer | 2011-09-26 | 1 | -1/+3 |
* | | md: Avoid waking up a thread after it has been freed. | NeilBrown | 2011-09-21 | 6 | -15/+26 |
|/ |
|
* | md: Fix handling for devices from 2TB to 4TB in 0.90 metadata. | NeilBrown | 2011-09-10 | 1 | -2/+10 |
* | md/raid1,10: Remove use-after-free bug in make_request. | NeilBrown | 2011-09-10 | 2 | -10/+17 |
* | md/raid10: unify handling of write completion. | NeilBrown | 2011-09-10 | 1 | -20/+18 |
* | md/raid5: fix a hang on device failure. | NeilBrown | 2011-08-31 | 1 | -1/+1 |
* | md: fix clearing of 'blocked' flag in the presence of bad blocks. | NeilBrown | 2011-08-30 | 1 | -1/+1 |
* | md/linear: avoid corrupting structure while waiting for rcu_free to complete. | NeilBrown | 2011-08-25 | 1 | -1/+1 |
* | md: use REQ_NOIDLE flag in md_super_write() | Namhyung Kim | 2011-08-25 | 1 | -1/+1 |
* | md: ensure changes to 'write-mostly' are reflected in metadata. | NeilBrown | 2011-08-25 | 1 | -0/+5 |
* | md: report failure if a 'set faulty' request doesn't. | NeilBrown | 2011-08-25 | 1 | -1/+6 |
* | dm table: set flush capability based on underlying devices | Mike Snitzer | 2011-08-02 | 2 | -1/+43 |
* | dm crypt: optionally support discard requests | Milan Broz | 2011-08-02 | 1 | -4/+45 |
* | dm raid: add md raid1 support | Jonathan Brassow | 2011-08-02 | 1 | -10/+39 |
* | dm raid: support metadata devices | Jonathan Brassow | 2011-08-02 | 2 | -18/+406 |
* | dm raid: add write_mostly parameter | Jonathan Brassow | 2011-08-02 | 1 | -1/+25 |
* | dm raid: add region_size parameter | Jonathan Brassow | 2011-08-02 | 1 | -3/+79 |
* | dm ioctl: forbid multiple device specifiers | Mikulas Patocka | 2011-08-02 | 1 | -0/+6 |
* | dm ioctl: introduce __get_dev_cell | Mikulas Patocka | 2011-08-02 | 1 | -17/+24 |
* | dm ioctl: fill in device parameters in more ioctls | Mikulas Patocka | 2011-08-02 | 1 | -27/+36 |
* | dm flakey: add corrupt_bio_byte feature | Mike Snitzer | 2011-08-02 | 1 | -15/+140 |
* | dm flakey: add drop_writes | Mike Snitzer | 2011-08-02 | 1 | -8/+55 |
* | dm flakey: support feature args | Mike Snitzer | 2011-08-02 | 1 | -19/+64 |
* | dm flakey: use dm_target_offset and support discards | Mike Snitzer | 2011-08-02 | 1 | -1/+2 |
* | dm table: share target argument parsing functions | Mike Snitzer | 2011-08-02 | 3 | -112/+104 |
* | dm snapshot: skip reading origin when overwriting complete chunk | Mikulas Patocka | 2011-08-02 | 2 | -3/+88 |
* | dm: ignore merge_bvec for snapshots when safe | Mikulas Patocka | 2011-08-02 | 3 | -2/+64 |
* | dm table: clean dm_get_device and move exports | Mike Snitzer | 2011-08-02 | 1 | -20/+13 |
* | dm raid: tidy includes | Alasdair G Kergon | 2011-08-02 | 1 | -1/+2 |
* | dm ioctl: prevent empty message | Alasdair G Kergon | 2011-08-02 | 1 | -0/+5 |
* | dm raid: cleanup parameter handling | Jonathan Brassow | 2011-08-02 | 1 | -19/+23 |
* | dm snapshot: style cleanups | Jonathan Brassow | 2011-08-02 | 2 | -10/+8 |
* | dm snapshot: remove unused definitions | Mikulas Patocka | 2011-08-02 | 1 | -10/+0 |
* | dm kcopyd: remove nr_pages field from job structure | Mikulas Patocka | 2011-08-02 | 1 | -4/+2 |
* | dm kcopyd: remove offset field from job structure | Mikulas Patocka | 2011-08-02 | 1 | -5/+2 |
* | dm: use vzalloc | Joe Perches | 2011-08-02 | 3 | -7/+3 |
* | dm log: userspace use list_move | Kirill A. Shutemov | 2011-08-02 | 1 | -2/+1 |
* | dm log: clean up bit little endian bitops | Akinobu Mita | 2011-08-02 | 1 | -5/+4 |
* | dm table: fix discard support | Mike Snitzer | 2011-08-02 | 2 | -9/+9 |
* | dm: suppress endian warnings | Alasdair G Kergon | 2011-08-02 | 3 | -43/+54 |
* | dm: fix idr leak on module removal | Alasdair G Kergon | 2011-08-02 | 1 | -2/+8 |
* | dm io: flush cpu cache with vmapped io | Mikulas Patocka | 2011-08-02 | 1 | -2/+27 |
* | dm mpath: fix potential NULL pointer in feature arg processing | Mike Snitzer | 2011-08-02 | 1 | -0/+5 |
* | dm snapshot: flush disk cache when merging | Mikulas Patocka | 2011-08-02 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2011-07-28 | 10 | -1369/+3060 |
|\ |
|