index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
dm integrity: fix missing goto in bitmap_flush_interval error handling
Tian Tao
1
-0
/
+1
2021-04-19
dm: replace dm_vcalloc()
Matthew Wilcox (Oracle)
3
-29
/
+12
2021-04-19
dm space map common: fix division bug in sm_ll_find_free_block()
Joe Thornber
1
-0
/
+2
2021-04-19
dm persistent data: packed struct should have an aligned() attribute too
Joe Thornber
2
-6
/
+6
2021-04-19
dm btree spine: remove paranoid node_check call in node_prep_for_write()
Joe Thornber
1
-2
/
+0
2021-04-19
dm space map disk: remove redundant calls to sm_disk_get_nr_free()
Joe Thornber
1
-9
/
+0
2021-04-15
md/bitmap: wait for external bitmap writes to complete during tear down
Sudhakar Panneerselvam
1
-0
/
+2
2021-04-15
md: do not return existing mddevs from mddev_find_or_alloc
Christoph Hellwig
1
-23
/
+23
2021-04-15
md: refactor mddev_find_or_alloc
Christoph Hellwig
1
-36
/
+24
2021-04-15
md: factor out a mddev_alloc_unit helper from mddev_find
Christoph Hellwig
1
-20
/
+27
2021-04-14
dm verity fec: fix misaligned RS roots IO
Jaegeuk Kim
2
-3
/
+9
2021-04-11
bcache: fix a regression of code compiling failure in debug.c
Coly Li
1
-1
/
+1
2021-04-11
bcache: Use 64-bit arithmetic instead of 32-bit
Gustavo A. R. Silva
1
-3
/
+3
2021-04-11
md: bcache: Trivial typo fixes in the file journal.c
Bhaskar Chowdhury
1
-2
/
+2
2021-04-11
md: bcache: avoid -Wempty-body warnings
Arnd Bergmann
1
-1
/
+1
2021-04-11
bcache: use NULL instead of using plain integer as pointer
Yang Li
1
-1
/
+1
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
8
-23
/
+14
2021-04-11
bcache: reduce redundant code in bch_cached_dev_run()
Zhiqiang Liu
1
-13
/
+12
2021-04-08
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-04-07
md: split mddev_find
Christoph Hellwig
1
-5
/
+19
2021-04-07
md: factor out a mddev_find_locked helper from mddev_find
Christoph Hellwig
1
-13
/
+19
2021-04-07
md: md_open returns -EBUSY when entering racing area
Zhao Heming
1
-2
/
+1
2021-03-26
dm integrity: add the "reset_recalculate" feature flag
Mikulas Patocka
1
-4
/
+17
2021-03-26
dm persistent data: remove unused return from exit_shadow_spine()
Jiapeng Chong
2
-5
/
+3
2021-03-26
dm cache: remove needless request_queue NULL pointer checks
Xu Wang
1
-1
/
+1
2021-03-26
dm thin: remove needless request_queue NULL pointer check
Xu Wang
1
-1
/
+1
2021-03-26
dm: unexport dm_{get,put}_table_device
Christoph Hellwig
1
-2
/
+0
2021-03-26
dm ebs: fix a few typos
Bhaskar Chowdhury
1
-3
/
+3
2021-03-26
dm ioctl: filter the returned values according to name or uuid prefix
Mikulas Patocka
1
-0
/
+28
2021-03-26
dm ioctl: return UUID in DM_LIST_DEVICES_CMD result
Mikulas Patocka
1
-3
/
+17
2021-03-26
dm ioctl: replace device hash with red-black tree
Mikulas Patocka
1
-112
/
+142
2021-03-26
dm verity: allow only one error handling mode
JeongHyeon Lee
1
-11
/
+29
2021-03-26
dm: remove useless loop in __split_and_process_bio
Mikulas Patocka
1
-32
/
+29
2021-03-26
dm writecache: fix flexible_array.cocci warnings
Julia Lawall
1
-1
/
+1
2021-03-26
dm ioctl: fix out of bounds array access when no devices
Mikulas Patocka
1
-1
/
+1
2021-03-24
md: Fix missing unused status line of /proc/mdstat
Jan Glauber
1
-1
/
+5
2021-03-24
md/raid10: improve discard request for far layout
Xiao Ni
2
-19
/
+61
2021-03-24
md/raid10: improve raid10 discard request
Xiao Ni
1
-1
/
+262
2021-03-24
md/raid10: pull the code that wait for blocked dev into one function
Xiao Ni
1
-51
/
+69
2021-03-24
md/raid10: extend r10bio devs to raid disks
Xiao Ni
1
-5
/
+5
2021-03-24
md: add md_submit_discard_bio() for submitting discard bio
Xiao Ni
3
-12
/
+24
2021-03-22
dm: don't report "detected capacity change" on device creation
Mikulas Patocka
1
-1
/
+4
2021-03-22
dm table: Fix zoned model check and zone sectors check
Shin'ichiro Kawasaki
2
-9
/
+26
2021-03-22
dm verity: fix DM_VERITY_OPTS_MAX value
JeongHyeon Lee
1
-1
/
+1
2021-03-12
Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-10
/
+10
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
5
-10
/
+10
2021-03-05
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+16
2021-03-04
dm verity: fix FEC for RS roots unaligned to block size
Milan Broz
1
-11
/
+12
2021-03-04
dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size
Mikulas Patocka
1
-0
/
+4
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+7
[prev]
[next]