| Commit message (Expand) | Author | Age | Files | Lines |
* | MD: add rdev reference for super write | Shaohua Li | 2016-03-31 | 1 | -0/+3 |
* | md: fix a trivial typo in comments | Wei Fang | 2016-03-31 | 1 | -1/+1 |
* | MD: warn for potential deadlock | Shaohua Li | 2016-02-26 | 1 | -0/+1 |
* | md: Drop sending a change uevent when stopping | Sebastian Parschauer | 2016-02-26 | 1 | -1/+0 |
* | Merge tag 'md/4.5' of git://neil.brown.name/md | Linus Torvalds | 2016-01-15 | 1 | -66/+105 |
|\ |
|
| * | md/raid: only permit hot-add of compatible integrity profiles | Dan Williams | 2016-01-14 | 1 | -12/+16 |
| * | MD: add journal with array suspended | Shaohua Li | 2016-01-14 | 1 | -1/+6 |
| * | md: set MD_HAS_JOURNAL in correct places | Shaohua Li | 2016-01-14 | 1 | -4/+5 |
| * | md: Remove 'ready' field from mddev. | NeilBrown | 2016-01-07 | 1 | -4/+1 |
| * | md: remove unnecesary md_new_event_inintr | Guoqing Jiang | 2016-01-07 | 1 | -10/+1 |
| * | raid5-cache: add journal hot add/remove support | Shaohua Li | 2016-01-06 | 1 | -12/+30 |
| * | drivers: md: use ktime_get_real_seconds() | Deepa Dinamani | 2016-01-06 | 1 | -9/+9 |
| * | md: avoid warning for 32-bit sector_t | Arnd Bergmann | 2016-01-06 | 1 | -4/+6 |
| * | md: update comment for md_allow_write | Guoqing Jiang | 2016-01-06 | 1 | -1/+1 |
| * | md-cluster: Defer MD reloading to mddev->thread | Guoqing Jiang | 2016-01-06 | 1 | -0/+4 |
| * | md-cluster: append some actions when change bitmap from clustered to none | Guoqing Jiang | 2016-01-06 | 1 | -0/+13 |
| * | md-cluster: Allow spare devices to be marked as faulty | Goldwyn Rodrigues | 2016-01-06 | 1 | -1/+0 |
| * | md-cluster: Fix the remove sequence with the new MD reload code | Goldwyn Rodrigues | 2016-01-06 | 1 | -8/+1 |
| * | md-cluster: remove a disk asynchronously from cluster environment | Guoqing Jiang | 2016-01-06 | 1 | -0/+12 |
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 1 | -491/+25 |
|\ \
| |/
|/| |
|
| * | badblocks: rename badblocks_free to badblocks_exit | Dan Williams | 2016-01-09 | 1 | -1/+1 |
| * | md: convert to use the generic badblocks code | Vishal Verma | 2016-01-09 | 1 | -491/+25 |
* | | md: remove check for MD_RECOVERY_NEEDED in action_store. | NeilBrown | 2015-12-21 | 1 | -4/+7 |
* | | Fix remove_and_add_spares removes drive added as spare in slot_store | Goldwyn Rodrigues | 2015-12-18 | 1 | -3/+10 |
* | | md: fix bug due to nested suspend | Mikulas Patocka | 2015-12-18 | 1 | -3/+4 |
* | | MD: change journal disk role to disk 0 | Shaohua Li | 2015-12-18 | 1 | -1/+1 |
|/ |
|
* | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 2015-11-07 | 1 | -3/+5 |
* | Merge tag 'md/4.4' of git://neil.brown.name/md | Linus Torvalds | 2015-11-04 | 1 | -130/+365 |
|\ |
|
| * | MD: when RAID journal is missing/faulty, block RESTART_ARRAY_RW | Song Liu | 2015-11-01 | 1 | -2/+25 |
| * | MD: set journal disk ->raid_disk | Shaohua Li | 2015-11-01 | 1 | -5/+22 |
| * | MD: kick out journal disk if it's not fresh | Song Liu | 2015-11-01 | 1 | -1/+2 |
| * | MD: add new bit to indicate raid array with journal | Song Liu | 2015-11-01 | 1 | -3/+7 |
| * | MD: fix info output for journal disk | Shaohua Li | 2015-11-01 | 1 | -5/+4 |
| * | md: show journal for journal disk in disk state sysfs | Shaohua Li | 2015-11-01 | 1 | -0/+4 |
| * | skip match_mddev_units check for special roles | Song Liu | 2015-11-01 | 1 | -2/+12 |
| * | md: skip resync for raid array with journal | Shaohua Li | 2015-11-01 | 1 | -0/+4 |
| * | md: override md superblock recovery_offset for journal device | Shaohua Li | 2015-10-24 | 1 | -0/+6 |
| * | MD: add a new disk role to present write journal device | Song Liu | 2015-10-24 | 1 | -2/+21 |
| * | MD: replace special disk roles with macros | Song Liu | 2015-10-24 | 1 | -7/+7 |
| * | md-cluster: Call update_raid_disks() if another node --grow's raid_disks | Goldwyn Rodrigues | 2015-10-24 | 1 | -7/+18 |
| * | md: check the return value for metadata_update_start | Guoqing Jiang | 2015-10-12 | 1 | -6/+9 |
| * | md-cluster: only call kick_rdev_from_array after remove disk successfully | Guoqing Jiang | 2015-10-12 | 1 | -6/+9 |
| * | md-cluster: Fix adding of new disk with new reload code | Goldwyn Rodrigues | 2015-10-12 | 1 | -22/+30 |
| * | md-cluster: Perform resync/recovery under a DLM lock | Goldwyn Rodrigues | 2015-10-12 | 1 | -4/+25 |
| * | md-cluster: Perform a lazy update | Goldwyn Rodrigues | 2015-10-12 | 1 | -44/+57 |
| * | md-cluster: Improve md_reload_sb to be less error prone | Goldwyn Rodrigues | 2015-10-12 | 1 | -14/+107 |
| * | md: remove_and_add_spares() to activate specific rdev | Goldwyn Rodrigues | 2015-10-12 | 1 | -10/+11 |
| * | md-cluster: Use a small window for resync | Goldwyn Rodrigues | 2015-10-12 | 1 | -8/+0 |
| * | md: Increment version for clustered bitmaps | Goldwyn Rodrigues | 2015-10-12 | 1 | -0/+3 |
* | | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-11-04 | 1 | -7/+4 |
|\ \ |
|