index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-1
/
+112
2022-08-03
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
19
-394
/
+676
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
26
-268
/
+254
2022-07-29
dm: verity-loadpin: Drop use of dm_table_get_num_targets()
Matthias Kaehlcke
1
-1
/
+2
2022-07-29
dm: fix dm-raid crash if md_handle_request() splits bio
Mike Snitzer
2
-7
/
+7
2022-07-29
dm raid: fix address sanitizer warning in raid_resume
Mikulas Patocka
1
-1
/
+1
2022-07-29
dm raid: fix address sanitizer warning in raid_status
Mikulas Patocka
1
-1
/
+1
2022-07-29
dm: Start pr_preempt from the same starting path
Mike Christie
1
-14
/
+31
2022-07-29
dm: Fix PR release handling for non All Registrants
Mike Christie
1
-14
/
+34
2022-07-29
dm: Start pr_reserve from the same starting path
Mike Christie
1
-14
/
+32
2022-07-29
dm: Allow dm_call_pr to be used for path searches
Mike Christie
1
-12
/
+38
2022-07-29
dm: return early from dm_pr_call() if DM device is suspended
Mike Snitzer
1
-0
/
+5
2022-07-22
Merge tag 'block-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2022-07-19
md/raid5: missing error code in setup_conf()
Dan Carpenter
1
-1
/
+3
2022-07-16
dm thin: fix use-after-free crash in dm_sm_register_threshold_callback
Luo Meng
2
-3
/
+8
2022-07-14
dm writecache: count number of blocks discarded, not number of discard bios
Mikulas Patocka
1
-1
/
+1
2022-07-14
dm writecache: count number of blocks written, not number of write bios
Mikulas Patocka
1
-3
/
+9
2022-07-14
dm writecache: count number of blocks read, not number of read bios
Mikulas Patocka
1
-0
/
+1
2022-07-14
dm writecache: return void from functions
Mikulas Patocka
1
-13
/
+13
2022-07-14
dm kcopyd: use __GFP_HIGHMEM when allocating pages
Mikulas Patocka
1
-1
/
+1
2022-07-14
dm writecache: set a default MAX_WRITEBACK_JOBS
Mikulas Patocka
1
-1
/
+1
2022-07-14
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
1
-2
/
+2
2022-07-14
md/raid5: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-1
/
+2
2022-07-14
md/raid10: Use the new blk_opf_t type
Bart Van Assche
1
-5
/
+5
2022-07-14
md/raid1: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+2
2022-07-14
md/bcache: Combine two prio_io() arguments
Bart Van Assche
1
-5
/
+4
2022-07-14
md/bcache: Combine two uuid_io() arguments
Bart Van Assche
1
-8
/
+8
2022-07-14
md/core: Combine two sync_page_io() arguments
Bart Van Assche
8
-30
/
+29
2022-07-14
dm/dm-zoned: Use the enum req_op type
Bart Van Assche
2
-3
/
+4
2022-07-14
dm/zone: Use the enum req_op type
Bart Van Assche
1
-1
/
+1
2022-07-14
dm-snap: Combine request operation type and flags
Bart Van Assche
1
-12
/
+12
2022-07-14
dm mirror log: Use the new blk_opf_t type
Bart Van Assche
1
-1
/
+1
2022-07-14
dm/dm-integrity: Combine request operation and flags
Bart Van Assche
1
-29
/
+34
2022-07-14
dm/dm-flakey: Use the new blk_opf_t type
Bart Van Assche
1
-2
/
+6
2022-07-14
dm/ebs: Change 'int rw' into 'enum req_op op'
Bart Van Assche
1
-7
/
+8
2022-07-14
dm/core: Combine request operation type and flags
Bart Van Assche
3
-33
/
+32
2022-07-14
dm/core: Rename kcopyd_job.rw into kcopyd.op
Bart Van Assche
1
-12
/
+13
2022-07-14
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
8
-43
/
+27
2022-07-14
block: Change the type of req_op() and bio_op() into enum req_op
Bart Van Assche
1
-0
/
+2
2022-07-14
treewide: Rename enum req_opf into enum req_op
Bart Van Assche
1
-1
/
+1
2022-07-14
block: remove bdevname
Christoph Hellwig
3
-3
/
+3
2022-07-08
dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compil...
Matthias Kaehlcke
1
-6
/
+1
2022-07-08
dm: Add verity helpers for LoadPin
Matthias Kaehlcke
4
-1
/
+116
2022-07-07
dm snapshot: fix typo in snapshot_map() comment
Zhang Jiaming
1
-1
/
+1
2022-07-07
dm raid: remove redundant "the" in parse_raid_params() comment
Jiang Jian
1
-1
/
+1
2022-07-07
dm cache: fix typo in 2 comment blocks
Steven Lung
2
-2
/
+2
2022-07-07
dm verity: fix checkpatch close brace error
JeongHyeon Lee
1
-4
/
+3
2022-07-07
dm table: rename dm_target variable in dm_table_add_target()
Mike Snitzer
1
-28
/
+28
2022-07-07
dm table: audit all dm_table_get_target() callers
Mike Snitzer
6
-143
/
+97
2022-07-07
dm table: remove dm_table_get_num_targets() wrapper
Mike Snitzer
5
-28
/
+23
[next]