Age | Commit message (Expand) | Author | Files | Lines |
2015-11-01 | raid5-cache: small log->seq cleanup | Christoph Hellwig | 1 | -2/+1 |
2015-11-01 | raid5-cache: new helper: r5_reserve_log_entry | Christoph Hellwig | 1 | -11/+19 |
2015-11-01 | raid5-cache: inline r5l_alloc_io_unit into r5l_new_meta | Christoph Hellwig | 1 | -18/+8 |
2015-11-01 | raid5-cache: take rdev->data_offset into account early on | Christoph Hellwig | 1 | -5/+2 |
2015-11-01 | raid5-cache: refactor bio allocation | Christoph Hellwig | 1 | -25/+20 |
2015-11-01 | raid5-cache: clean up r5l_get_meta | Christoph Hellwig | 1 | -8/+4 |
2015-11-01 | raid5-cache: simplify state machine when caches flushes are not needed | Christoph Hellwig | 1 | -4/+29 |
2015-11-01 | raid5-cache: factor out a helper to run all stripes for an I/O unit | Christoph Hellwig | 1 | -10/+13 |
2015-11-01 | raid5-cache: rename flushed_ios to finished_ios | Christoph Hellwig | 1 | -7/+7 |
2015-11-01 | raid5-cache: free I/O units earlier | Christoph Hellwig | 1 | -89/+54 |
2015-11-01 | raid5-cache: move reclaim stop to quiesce | Shaohua Li | 3 | -12/+20 |
2015-11-01 | md: show journal for journal disk in disk state sysfs | Shaohua Li | 1 | -0/+4 |
2015-11-01 | skip match_mddev_units check for special roles | Song Liu | 1 | -2/+12 |
2015-11-01 | raid5-cache: don't delay stripe captured in log | Shaohua Li | 1 | -0/+5 |
2015-11-01 | raid5-cache: check stripe finish out of order | Shaohua Li | 1 | -0/+5 |
2015-11-01 | md: skip resync for raid array with journal | Shaohua Li | 2 | -0/+5 |
2015-11-01 | raid5-cache: optimize FLUSH IO with log enabled | Shaohua Li | 3 | -2/+28 |
2015-11-01 | raid5-cache: move functionality out of __r5l_set_io_unit_state | Christoph Hellwig | 1 | -41/+38 |
2015-11-01 | raid5-cache: fix a user-after-free bug | Shaohua Li | 1 | -11/+7 |
2015-11-01 | raid5-cache: switching to state machine for log disk cache flush | Shaohua Li | 2 | -52/+71 |
2015-11-01 | raid5: enable log for raid array with cache disk | Shaohua Li | 1 | -0/+11 |
2015-11-01 | raid5: don't allow resize/reshape with cache(log) support | Shaohua Li | 1 | -0/+14 |
2015-11-01 | raid5: disable batch with log enabled | Shaohua Li | 1 | -0/+4 |
2015-11-01 | raid5-cache: use crc32c checksum | Shaohua Li | 1 | -10/+10 |
2015-10-24 | raid5: log recovery | Shaohua Li | 1 | -3/+240 |
2015-10-24 | raid5: log reclaim support | Shaohua Li | 3 | -1/+267 |
2015-10-24 | raid5: add basic stripe log | Shaohua Li | 4 | -1/+622 |
2015-10-24 | raid5: add a new state for stripe log handling | Shaohua Li | 2 | -0/+4 |
2015-10-24 | raid5: export some functions | Shaohua Li | 2 | -51/+57 |
2015-10-24 | md: override md superblock recovery_offset for journal device | Shaohua Li | 2 | -1/+13 |
2015-10-24 | MD: add a new disk role to present write journal device | Song Liu | 2 | -2/+26 |
2015-10-24 | MD: replace special disk roles with macros | Song Liu | 1 | -7/+7 |
2015-10-24 | md-cluster: Call update_raid_disks() if another node --grow's raid_disks | Goldwyn Rodrigues | 2 | -10/+23 |
2015-10-24 | md-cluster: remove mddev arg from add_resync_info() | NeilBrown | 1 | -3/+3 |
2015-10-24 | md-cluster: don't cast void pointers when assigning them. | NeilBrown | 1 | -2/+2 |
2015-10-24 | md-cluster: discard unused sb_mutex. | NeilBrown | 1 | -2/+0 |
2015-10-24 | md-cluster: Fix warnings when build with CF=-D__CHECK_ENDIAN__ | Guoqing Jiang | 1 | -10/+11 |
2015-10-16 | md-cluster: metadata_update_finish: consistently use cmsg.raid_slot as le32 | NeilBrown | 1 | -4/+5 |
2015-10-13 | Merge branch 'md-next' of git://github.com/goldwynr/linux into for-next | NeilBrown | 10 | -214/+419 |
2015-10-12 | md: check the return value for metadata_update_start | Guoqing Jiang | 1 | -6/+9 |
2015-10-12 | md-cluster: only call kick_rdev_from_array after remove disk successfully | Guoqing Jiang | 1 | -6/+9 |
2015-10-12 | md-cluster: Add 'SUSE' as author for md-cluster.c | Guoqing Jiang | 1 | -0/+1 |
2015-10-12 | md-cluster: zero cmsg before it was sent | Guoqing Jiang | 1 | -3/+3 |
2015-10-12 | md-cluster: make sure the node do not receive it's own msg | Guoqing Jiang | 1 | -0/+3 |
2015-10-12 | md-cluster: remove unnecessary setting for slot | Guoqing Jiang | 1 | -2/+0 |
2015-10-12 | md-cluster: make other members of cluster_msg is handled by little endian funcs | Guoqing Jiang | 1 | -10/+14 |
2015-10-12 | md-cluster: Do not printk() every received message | Goldwyn Rodrigues | 1 | -14/+0 |
2015-10-12 | md-cluster: Fix adding of new disk with new reload code | Goldwyn Rodrigues | 3 | -35/+58 |
2015-10-12 | md-cluster: Perform resync/recovery under a DLM lock | Goldwyn Rodrigues | 4 | -9/+53 |
2015-10-12 | md-cluster: Perform a lazy update | Goldwyn Rodrigues | 1 | -44/+57 |