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: factor out a mddev_alloc_unit helper from mddev_find
Christoph Hellwig
2021-04-15
1
-20
/
+27
*
bcache: fix a regression of code compiling failure in debug.c
Coly Li
2021-04-11
1
-1
/
+1
*
bcache: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
2021-04-11
1
-3
/
+3
*
md: bcache: Trivial typo fixes in the file journal.c
Bhaskar Chowdhury
2021-04-11
1
-2
/
+2
*
md: bcache: avoid -Wempty-body warnings
Arnd Bergmann
2021-04-11
1
-1
/
+1
*
bcache: use NULL instead of using plain integer as pointer
Yang Li
2021-04-11
1
-1
/
+1
*
bcache: remove PTR_CACHE
Christoph Hellwig
2021-04-11
8
-23
/
+14
*
bcache: reduce redundant code in bch_cached_dev_run()
Zhiqiang Liu
2021-04-11
1
-13
/
+12
*
md: split mddev_find
Christoph Hellwig
2021-04-08
1
-5
/
+19
*
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
2021-04-08
1
-13
/
+19
*
md: md_open returns -EBUSY when entering racing area
Zhao Heming
2021-04-08
1
-2
/
+1
*
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
2021-03-25
1
-1
/
+5
*
md/raid10: improve discard request for far layout
Xiao Ni
2021-03-25
2
-19
/
+61
*
md/raid10: improve raid10 discard request
Xiao Ni
2021-03-25
1
-1
/
+262
*
md/raid10: pull the code that wait for blocked dev into one function
Xiao Ni
2021-03-25
1
-51
/
+69
*
md/raid10: extend r10bio devs to raid disks
Xiao Ni
2021-03-25
1
-5
/
+5
*
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
2021-03-25
3
-12
/
+24
*
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-03-12
5
-10
/
+10
|
\
|
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
5
-10
/
+10
*
|
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-03-05
2
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
dm verity: fix FEC for RS roots unaligned to block size
Milan Broz
2021-03-04
1
-11
/
+12
|
*
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Mikulas Patocka
2021-03-04
1
-0
/
+4
*
|
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-28
2
-7
/
+7
|
\
\
|
*
|
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
2
-7
/
+7
*
|
|
Merge tag 'for-5.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-22
14
-213
/
+666
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
dm: fix deadlock when swapping to encrypted device
Mikulas Patocka
2021-02-11
3
-0
/
+65
|
*
dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED
Mike Snitzer
2021-02-11
3
-13
/
+6
|
*
dm: set DM_TARGET_PASSES_CRYPTO feature for some targets
Satya Tangirala
2021-02-11
2
-3
/
+6
|
*
dm: support key eviction from keyslot managers of underlying devices
Satya Tangirala
2021-02-11
1
-0
/
+53
|
*
dm: add support for passing through inline crypto support
Satya Tangirala
2021-02-11
3
-1
/
+184
|
*
dm era: only resize metadata in preresume
Nikos Tsironis
2021-02-11
1
-11
/
+10
|
*
dm era: Use correct value size in equality function of writeset tree
Nikos Tsironis
2021-02-10
1
-1
/
+1
|
*
dm era: Fix bitset memory leaks
Nikos Tsironis
2021-02-10
1
-0
/
+6
|
*
dm era: Verify the data block size hasn't changed
Nikos Tsironis
2021-02-10
1
-1
/
+9
|
*
dm era: Reinitialize bitset cache before digesting a new writeset
Nikos Tsironis
2021-02-10
1
-6
/
+6
|
*
dm era: Update in-core bitset after committing the metadata
Nikos Tsironis
2021-02-10
1
-6
/
+19
|
*
dm era: Recover committed writeset after crash
Nikos Tsironis
2021-02-10
1
-8
/
+9
|
*
dm writecache: use bdev_nr_sectors() instead of open-coded equivalent
Mike Snitzer
2021-02-09
1
-1
/
+1
|
*
dm writecache: fix writing beyond end of underlying device when shrinking
Mikulas Patocka
2021-02-09
1
-0
/
+18
|
*
dm table: remove needless request_queue NULL pointer checks
Jeffle Xu
2021-02-09
1
-11
/
+11
|
*
dm table: fix zoned iterate_devices based device capability checks
Jeffle Xu
2021-02-09
1
-32
/
+16
|
*
dm table: fix DAX iterate_devices based device capability checks
Jeffle Xu
2021-02-09
3
-29
/
+12
|
*
dm table: fix iterate_devices based device capability checks
Jeffle Xu
2021-02-09
1
-46
/
+51
|
*
dm writecache: return the exact table values that were set
Mikulas Patocka
2021-02-08
1
-24
/
+30
|
*
dm crypt: support using trusted keys
Ahmad Fatoum
2021-02-03
2
-1
/
+23
|
*
dm crypt: replaced #if defined with IS_ENABLED
Ahmad Fatoum
2021-02-03
1
-5
/
+2
|
*
dm writecache: fix unnecessary NULL check warnings
Tian Tao
2021-02-03
1
-4
/
+2
|
*
dm writecache: fix performance degradation in ssd mode
Mikulas Patocka
2021-02-03
1
-1
/
+1
|
*
dm integrity: introduce the "fix_hmac" argument
Mikulas Patocka
2021-02-03
1
-13
/
+125
|
*
dm persistent data: fix return type of shadow_root()
Jinoh Kang
2021-02-03
2
-2
/
+2
[next]