index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-16
md: rename some drivers/md/ files to have an "md-" prefix
Mike Snitzer
15
-11
/
+14
2017-10-16
md: raid10: remove VLAIS
Matthias Kaehlcke
1
-5
/
+10
2017-10-16
md-cluster: make function cluster_check_sync_size static
Colin Ian King
1
-1
/
+1
2017-10-16
raid5-ppl: check recovery_offset when performing ppl recovery
Artur Paszkiewicz
1
-1
/
+2
2017-10-16
raid5-ppl: don't resync after rebuild
Artur Paszkiewicz
1
-2
/
+1
2017-10-16
md-cluster: fix wrong condition check in raid1_write_request
Guoqing Jiang
1
-5
/
+5
2017-10-16
md/bitmap: revert a patch
Shaohua Li
1
-2
/
+2
2017-10-16
bcache: writeback rate clamping: make 32 bit safe
Michael Lyle
1
-2
/
+2
2017-10-16
bcache: safeguard a dangerous addressing in closure_queue
Liang Chen
1
-0
/
+6
2017-10-16
bcache: rearrange writeback main thread ratelimit
Michael Lyle
1
-1
/
+4
2017-10-16
bcache: writeback rate shouldn't artifically clamp
Michael Lyle
3
-6
/
+7
2017-10-16
bcache: smooth writeback rate control
Michael Lyle
2
-3
/
+9
2017-10-16
bcache: implement PI controller for writeback rate
Michael Lyle
3
-51
/
+65
2017-10-16
bcache: don't write back data if reading it failed
Michael Lyle
1
-6
/
+14
2017-10-16
bcache: remove unused parameter
Yijing Wang
1
-6
/
+6
2017-10-16
bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
Eric Wheeler
2
-1
/
+11
2017-10-16
bcache: Remove redundant set_capacity
Yijing Wang
1
-3
/
+0
2017-10-16
bcache: rewrite multiple partitions support
Coly Li
1
-12
/
+25
2017-10-16
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
1
-1
/
+1
2017-10-16
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
1
-1
/
+2
2017-10-16
bcache: Avoid nested function definition
Peter Foley
1
-4
/
+6
2017-10-08
md: always set THREAD_WAKEUP and wake up wqueue if thread existed
Guoqing Jiang
1
-2
/
+2
2017-10-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2017-10-05
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
5
-20
/
+44
2017-10-05
block: remove QUEUE_FLAG_STACKABLE
Christoph Hellwig
3
-26
/
+2
2017-10-05
dm raid: fix incorrect status output at the end of a "recover" process
Jonathan Brassow
1
-5
/
+6
2017-10-05
md: fix deadlock error in recent patch.
NeilBrown
1
-1
/
+2
2017-10-04
dm crypt: reject sector_size feature if device length is not aligned to it
Milan Broz
1
-0
/
+4
2017-10-03
buffer: have alloc_page_buffers() use __GFP_NOFAIL
Jens Axboe
1
-1
/
+1
2017-09-28
dm crypt: fix memory leak in crypt_ctr_cipher_old()
Jeffy Chen
1
-0
/
+1
2017-09-27
md/raid5: cap worker count
Shaohua Li
1
-2
/
+5
2017-09-27
dm-raid: fix a race condition in request handling
Shaohua Li
1
-1
/
+1
2017-09-27
md: fix a race condition for flush request handling
Shaohua Li
1
-4
/
+10
2017-09-27
md: separate request handling
Shaohua Li
2
-25
/
+34
2017-09-27
bcache: use llist_for_each_entry_safe() in __closure_wake_up()
Coly Li
1
-2
/
+2
2017-09-25
dm ioctl: fix alignment of event number in the device list
Mikulas Patocka
3
-15
/
+33
2017-09-19
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-3
/
+10
2017-09-14
Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
Linus Torvalds
18
-142
/
+170
2017-09-11
dax: remove the pmem_dax_ops->flush abstraction
Mikulas Patocka
3
-54
/
+0
2017-09-11
dm integrity: use init_completion instead of COMPLETION_INITIALIZER_ONSTACK
Arnd Bergmann
1
-10
/
+10
2017-09-11
dm integrity: make blk_integrity_profile structure const
Bhumika Goyal
1
-1
/
+1
2017-09-11
dm integrity: do not check integrity for failed read operations
Hyunchul Lee
1
-1
/
+5
2017-09-11
dm log writes: fix >512b sectorsize support
Josef Bacik
1
-11
/
+31
2017-09-11
dm log writes: don't use all the cpu while waiting to log blocks
Josef Bacik
1
-1
/
+1
2017-09-09
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-53
/
+95
2017-09-07
Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
9
-65
/
+225
2017-09-07
bcache: initialize dirty stripes in flash_dev_run()
Tang Junhui
3
-6
/
+7
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
38
-162
/
+165
2017-09-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-6
/
+5
2017-09-06
bcache: fix bch_hprint crash and improve output
Michael Lyle
1
-11
/
+31
[prev]
[next]