index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
md-cluster: Use a small window for raid10 resync
Guoqing Jiang
2017-11-02
2
-1
/
+118
*
md-cluster: Suspend writes in RAID10 if within range
Guoqing Jiang
2017-11-02
1
-0
/
+16
*
md-cluster/raid10: set "do_balance = 0" if area is resyncing
Guoqing Jiang
2017-11-02
1
-2
/
+5
*
md: use lockdep_assert_held
Shaohua Li
2017-11-02
3
-13
/
+8
*
raid1: prevent freeze_array/wait_all_barriers deadlock
Nate Dailey
2017-11-02
1
-18
/
+6
*
md: use TASK_IDLE instead of blocking signals
Mikulas Patocka
2017-11-02
2
-7
/
+1
*
md: remove special meaning of ->quiesce(.., 2)
NeilBrown
2017-11-02
9
-69
/
+37
*
md: allow metadata update while suspending.
NeilBrown
2017-11-02
2
-0
/
+20
*
md: use mddev_suspend/resume instead of ->quiesce()
NeilBrown
2017-11-02
1
-12
/
+12
*
md: move suspend_hi/lo handling into core md code
NeilBrown
2017-11-02
3
-37
/
+28
*
md: don't call bitmap_create() while array is quiesced.
NeilBrown
2017-11-02
1
-6
/
+10
*
md: always hold reconfig_mutex when calling mddev_suspend()
NeilBrown
2017-11-02
3
-7
/
+24
*
md: forbid a RAID5 from having both a bitmap and a journal.
NeilBrown
2017-11-02
3
-1
/
+14
*
raid5: Set R5_Expanded on parity devices as well as data.
NeilBrown
2017-10-19
1
-1
/
+4
*
md: raid10: remove a couple of redundant variables and initializations
Colin Ian King
2017-10-17
1
-5
/
+1
*
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
2017-10-17
15
-11
/
+14
*
md: raid10: remove VLAIS
Matthias Kaehlcke
2017-10-17
1
-5
/
+10
*
md-cluster: make function cluster_check_sync_size static
Colin Ian King
2017-10-17
1
-1
/
+1
*
raid5-ppl: check recovery_offset when performing ppl recovery
Artur Paszkiewicz
2017-10-17
1
-1
/
+2
*
raid5-ppl: don't resync after rebuild
Artur Paszkiewicz
2017-10-17
1
-2
/
+1
*
md-cluster: fix wrong condition check in raid1_write_request
Guoqing Jiang
2017-10-17
1
-5
/
+5
*
md/bitmap: revert a patch
Shaohua Li
2017-10-17
1
-2
/
+2
*
md: always set THREAD_WAKEUP and wake up wqueue if thread existed
Guoqing Jiang
2017-10-09
1
-2
/
+2
*
md: fix deadlock error in recent patch.
NeilBrown
2017-10-05
1
-1
/
+2
*
md/raid5: cap worker count
Shaohua Li
2017-09-28
1
-2
/
+5
*
dm-raid: fix a race condition in request handling
Shaohua Li
2017-09-28
1
-1
/
+1
*
md: fix a race condition for flush request handling
Shaohua Li
2017-09-28
1
-4
/
+10
*
md: separate request handling
Shaohua Li
2017-09-28
2
-25
/
+34
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-09-19
1
-3
/
+10
|
\
|
*
md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list
Dennis Yang
2017-09-06
1
-1
/
+2
|
*
md/raid5: fix a race condition in stripe batch
Shaohua Li
2017-09-05
1
-2
/
+8
*
|
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-09-14
18
-142
/
+170
|
\
\
|
*
|
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
2017-09-11
3
-54
/
+0
|
*
|
dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACK
Arnd Bergmann
2017-09-11
1
-10
/
+10
|
*
|
dm integrity: make blk_integrity_profile structure const
Bhumika Goyal
2017-09-11
1
-1
/
+1
|
*
|
dm integrity: do not check integrity for failed read operations
Hyunchul Lee
2017-09-11
1
-1
/
+5
|
*
|
dm log writes: fix >512b sectorsize support
Josef Bacik
2017-09-11
1
-11
/
+31
|
*
|
dm log writes: don't use all the cpu while waiting to log blocks
Josef Bacik
2017-09-11
1
-1
/
+1
|
*
|
dm ioctl: constify ioctl lookup table
Eric Biggers
2017-08-28
1
-1
/
+1
|
*
|
dm: constify argument arrays
Eric Biggers
2017-08-28
9
-17
/
+18
|
*
|
dm integrity: count and display checksum failures
Mikulas Patocka
2017-08-28
1
-2
/
+8
|
*
|
dm integrity: optimize writing dm-bufio buffers that are partially changed
Mikulas Patocka
2017-08-28
3
-29
/
+77
|
*
|
dm rq: do not update rq partially in each ending bio
Ming Lei
2017-08-28
2
-11
/
+8
|
*
|
dm rq: make dm-sq requeuing behavior consistent with dm-mq behavior
Bart Van Assche
2017-08-28
1
-4
/
+5
|
*
|
dm mpath: complain about unsupported __multipath_map_bio() return values
Bart Van Assche
2017-08-28
1
-0
/
+4
|
*
|
dm mpath: avoid that building with W=1 causes gcc 7 to complain about fall-th...
Bart Van Assche
2017-08-28
1
-0
/
+1
*
|
|
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-09
10
-57
/
+99
|
\
\
\
|
*
|
|
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
2017-09-07
3
-6
/
+7
|
*
|
|
bcache: fix bch_hprint crash and improve output
Michael Lyle
2017-09-06
1
-15
/
+35
|
*
|
|
bcache: Update continue_at() documentation
Dan Carpenter
2017-09-06
1
-4
/
+0
[next]