| Commit message (Expand) | Author | Age | Files | Lines |
* | md: removing typedefs: mdk_rdev_t -> struct md_rdev | NeilBrown | 2011-10-11 | 17 | -219/+219 |
* | md/raid0: convert some printks to pr_debug. | NeilBrown | 2011-10-07 | 1 | -48/+50 |
* | md: remove PRINTK and dprintk debugging and use pr_debug | NeilBrown | 2011-10-07 | 3 | -50/+35 |
* | md: remove some old DEBUGging code. | NeilBrown | 2011-10-07 | 2 | -84/+0 |
* | md/raid5: convert to macros into inline functions. | NeilBrown | 2011-10-07 | 1 | -3/+14 |
* | md/raid1/ avoid bio search in end_sync_read() | NeilBrown | 2011-10-07 | 1 | -2/+1 |
* | md/raid1: factor out common bio handling code | Namhyung Kim | 2011-10-07 | 1 | -20/+24 |
* | md/raid5: remove pointless NULL test. | NeilBrown | 2011-10-07 | 1 | -4/+2 |
* | md/raid1: add documentation to r1_private_data_s data structure. | NeilBrown | 2011-10-07 | 1 | -17/+42 |
* | md: don't delay reboot by 1 second if no MD devices exist | Daniel P. Berrange | 2011-09-23 | 1 | -2/+6 |
* | trival: md_k.h should be md.h in the beginning comment of file md.h | Wang Sheng-Hui | 2011-09-21 | 1 | -1/+1 |
* | md/bitmap: improve handling of 'allclean'. | NeilBrown | 2011-09-21 | 1 | -15/+20 |
* | md/bitmap: rename and tidy up BITMAP_PAGE_CLEAN | NeilBrown | 2011-09-21 | 1 | -19/+19 |
* | 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 |