index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-28
Merge tag 'for-5.11/dm-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+3
2020-12-28
Revert "dm crypt: export sysfs of kcryptd workqueue"
Mike Snitzer
1
-4
/
+3
2020-12-24
Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+1
2020-12-23
md/bcache: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-23
bcache:remove a superfluous check in register_bcache
Yi Li
1
-2
/
+0
2020-12-22
Merge tag 'for-5.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-26
/
+339
2020-12-22
dm cache: simplify the return expression of load_mapping()
Zheng Yongjun
1
-6
/
+1
2020-12-21
dm ebs: avoid double unlikely() notation when using IS_ERR()
Antonio Quartulli
1
-1
/
+1
2020-12-21
dm verity: skip verity work if I/O error when system is shutting down
Hyeongseok Kim
1
-1
/
+11
2020-12-16
Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-52
/
+75
2020-12-16
Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
14
-170
/
+112
2020-12-14
Revert "dm raid: fix discard limits for raid1 and raid10"
Mike Snitzer
1
-7
/
+5
2020-12-14
Revert "md: change mddev 'chunk_sectors' from int to unsigned"
Mike Snitzer
1
-2
/
+2
2020-12-13
Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-393
/
+82
2020-12-12
md: change mddev 'chunk_sectors' from int to unsigned
Mike Snitzer
1
-2
/
+2
2020-12-09
Revert "md: add md_submit_discard_bio() for submitting discard bio"
Song Liu
3
-24
/
+12
2020-12-09
Revert "md/raid10: extend r10bio devs to raid disks"
Song Liu
1
-4
/
+5
2020-12-09
Revert "md/raid10: pull codes that wait for blocked dev into one function"
Song Liu
1
-67
/
+51
2020-12-09
Revert "md/raid10: improve raid10 discard request"
Song Liu
1
-255
/
+1
2020-12-09
Revert "md/raid10: improve discard request for far layout"
Song Liu
2
-64
/
+23
2020-12-09
Revert "dm raid: remove unnecessary discard limits for raid10"
Song Liu
1
-0
/
+11
2020-12-07
bcache: fix race between setting bdev state to none and new write request dir...
Dongsheng Yang
2
-9
/
+9
2020-12-04
dm crypt: export sysfs of kcryptd workqueue
Jeffle Xu
1
-3
/
+4
2020-12-04
dm ioctl: fix error return code in target_message
Qinglang Miao
1
-0
/
+1
2020-12-04
dm crypt: Constify static crypt_iv_operations
Rikard Falkeborn
1
-3
/
+3
2020-12-04
dm: add support for REQ_NOWAIT to various targets
Jeffle Xu
4
-1
/
+4
2020-12-04
dm: rename multipath path selector source files to have "dm-ps" prefix
Mike Snitzer
6
-7
/
+12
2020-12-04
dm mpath: add IO affinity path selector
Mike Christie
3
-0
/
+282
2020-12-04
dm verity: Add support for signature verification with 2nd keyring
Mickaël Salaün
2
-3
/
+19
2020-12-04
dm: remove unnecessary current->bio_list check when submitting split bio
Jeffle Xu
1
-1
/
+1
2020-12-04
dm: remove invalid sparse __acquires and __releases annotations
Mike Snitzer
1
-2
/
+0
2020-12-04
dm: fix double RCU unlock in dm_dax_zero_page_range() error path
Mike Snitzer
1
-2
/
+0
2020-12-04
dm: fix IO splitting
Mike Snitzer
2
-13
/
+11
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
1
-1
/
+1
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
7
-25
/
+18
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-1
/
+1
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
1
-14
/
+2
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
3
-6
/
+6
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
2
-3
/
+3
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-12-01
block: remove i_bdev
Christoph Hellwig
2
-17
/
+12
2020-12-01
block: add a bdev_kobj helper
Christoph Hellwig
2
-8
/
+3
2020-12-01
dm: remove the block_device reference in struct mapped_device
Christoph Hellwig
2
-13
/
+14
2020-12-01
dm: simplify flush_bio initialization in __send_empty_flush
Christoph Hellwig
1
-9
/
+3
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2
-19
/
+6
2020-12-01
dm writecache: remove BUG() and fail gracefully instead
Mike Snitzer
1
-1
/
+1
2020-12-01
dm table: Remove BUG_ON(in_interrupt())
Thomas Gleixner
1
-6
/
+0
2020-12-01
dm: fix bug with RCU locking in dm_blk_report_zones
Sergei Shtepa
1
-2
/
+4
2020-12-01
Revert "dm cache: fix arm link errors with inline"
Nick Desaulniers
1
-4
/
+0
2020-11-30
md/cluster: fix deadlock when node is doing resync job
Zhao Heming
2
-31
/
+42
[next]