Age | Commit message (Expand) | Author | Files | Lines |
2015-10-12 | md-cluster: Perform a lazy update | Goldwyn Rodrigues | 1 | -44/+57 |
2015-10-12 | md-cluster: Improve md_reload_sb to be less error prone | Goldwyn Rodrigues | 4 | -26/+133 |
2015-10-12 | md: remove_and_add_spares() to activate specific rdev | Goldwyn Rodrigues | 1 | -10/+11 |
2015-10-12 | md-cluster: Wake up suspended process | Goldwyn Rodrigues | 1 | -2/+5 |
2015-10-12 | md-cluster: send BITMAP_NEEDS_SYNC when node is leaving cluster | Guoqing Jiang | 1 | -0/+20 |
2015-10-12 | md-cluster: Use a small window for resync | Goldwyn Rodrigues | 9 | -53/+43 |
2015-10-12 | md: Increment version for clustered bitmaps | Goldwyn Rodrigues | 3 | -6/+9 |
2015-10-12 | md-cluster: complete all write requests before adding suspend_info | Goldwyn Rodrigues | 1 | -2/+5 |
2015-10-11 | Merge tag 'md/4.3-rc4-fix' of git://neil.brown.name/md | Linus Torvalds | 2 | -4/+4 |
2015-10-10 | Merge tag 'dm-4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 8 | -24/+37 |
2015-10-09 | dm snapshot: add new persistent store option to support overflow | Mike Snitzer | 5 | -15/+30 |
2015-10-09 | dm cache: fix NULL pointer when switching from cleaner policy | Joe Thornber | 1 | -1/+1 |
2015-10-09 | crash in md-raid1 and md-raid10 due to incorrect list manipulation | Mikulas Patocka | 2 | -4/+4 |
2015-10-06 | dm: fix request-based dm error reporting | Junichi Nomura | 1 | -2/+3 |
2015-10-04 | Merge tag 'md/4.3-fixes' of git://neil.brown.name/md | Linus Torvalds | 7 | -26/+28 |
2015-10-02 | dm raid: fix round up of default region size | Mikulas Patocka | 1 | -2/+1 |
2015-10-02 | md/bitmap: don't pass -1 to bitmap_storage_alloc. | NeilBrown | 1 | -1/+2 |
2015-10-02 | md/raid1: Avoid raid1 resync getting stuck | Jes Sorensen | 1 | -3/+2 |
2015-10-02 | md: drop null test before destroy functions | Julia Lawall | 4 | -14/+7 |
2015-10-02 | md: clear CHANGE_PENDING in readonly array | Shaohua Li | 1 | -0/+1 |
2015-10-02 | md/raid0: apply base queue limits *before* disk_stack_limits | NeilBrown | 1 | -6/+6 |
2015-10-02 | md/raid5: don't index beyond end of array in need_this_block(). | NeilBrown | 1 | -2/+2 |
2015-10-02 | raid5: update analysis state for failed stripe | Shaohua Li | 1 | -0/+4 |
2015-10-02 | md: wait for pending superblock updates before switching to read-only | NeilBrown | 1 | -0/+4 |
2015-10-01 | dm: fix AB-BA deadlock in __dm_destroy() | Junichi Nomura | 1 | -4/+2 |
2015-09-14 | dm crypt: constrain crypt device's max_segment_size to PAGE_SIZE | Mike Snitzer | 1 | -2/+15 |
2015-09-14 | dm thin: disable discard support for thin devices if pool's is disabled | Mike Snitzer | 1 | -0/+4 |
2015-09-12 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -22/+7 |
2015-09-11 | scsi_dh: fix randconfig build error | Christoph Hellwig | 1 | -1/+1 |
2015-09-06 | Merge tag 'md/4.3' of git://neil.brown.name/md | Linus Torvalds | 9 | -190/+373 |
2015-09-05 | Merge linux-block/for-4.3/core into md/for-linux | NeilBrown | 48 | -1163/+363 |
2015-09-03 | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 18 | -236/+153 |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 39 | -1132/+306 |
2015-09-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2015-09-01 | dm cache: fix use after freeing migrations | Joe Thornber | 1 | -6/+9 |
2015-08-31 | dm cache: small cleanups related to deferred prison cell cleanup | Mike Snitzer | 1 | -15/+6 |
2015-08-31 | dm cache: fix leaking of deferred bio prison cells | Joe Thornber | 1 | -0/+4 |
2015-08-31 | md/raid5: ensure device failure recorded before write request returns. | NeilBrown | 2 | -1/+26 |
2015-08-31 | md/raid5: use bio_list for the list of bios to return. | NeilBrown | 2 | -27/+16 |
2015-08-31 | md/raid10: ensure device failure recorded before write request returns. | NeilBrown | 2 | -1/+34 |
2015-08-31 | md/raid1: ensure device failure recorded before write request returns. | NeilBrown | 3 | -1/+34 |
2015-08-31 | md-cluster: remove inappropriate try_module_get from join() | NeilBrown | 1 | -4/+0 |
2015-08-31 | md: extend spinlock protection in register_md_cluster_operations | NeilBrown | 1 | -6/+10 |
2015-08-31 | md-cluster: Read the disk bitmap sb and check if it needs recovery | Guoqing Jiang | 1 | -1/+15 |
2015-08-31 | md-cluster: only call complete(&cinfo->completion) when node join cluster | Guoqing Jiang | 1 | -1/+10 |
2015-08-31 | md-cluster: add missed lockres_free | Guoqing Jiang | 1 | -1/+3 |
2015-08-31 | md-cluster: remove the unused sb_lock | Guoqing Jiang | 1 | -9/+0 |
2015-08-31 | md-cluster: init suspend_list and suspend_lock early in join | Guoqing Jiang | 1 | -3/+2 |
2015-08-31 | md-cluster: add the error check if failed to get dlm lock | Guoqing Jiang | 1 | -6/+35 |
2015-08-31 | md-cluster: init completion within lockres_init | Guoqing Jiang | 1 | -2/+1 |