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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
5
-10
/
+11
2022-03-10
dm thin: use dm_submit_bio_remap
Mike Snitzer
1
-2
/
+3
2022-03-10
dm: add WARN_ON_ONCE to dm_submit_bio_remap
Mike Snitzer
1
-1
/
+3
2022-03-09
dm: support bio polling
Ming Lei
3
-3
/
+169
2022-03-02
dm mpath: use DMINFO instead of printk with KERN_INFO
Mike Snitzer
1
-2
/
+1
2022-03-02
dm: stop using bdevname
Christoph Hellwig
5
-37
/
+27
2022-03-02
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
3
-8
/
+6
2022-02-22
dm: remove unnecessary local variables in __bind
Mike Snitzer
1
-5
/
+2
2022-02-22
dm: requeue IO if mapping table not yet available
Mike Snitzer
2
-9
/
+9
2022-02-22
dm io: remove stale comment block for dm_io()
Barry Song
1
-8
/
+0
2022-02-22
dm thin metadata: remove unused dm_thin_remove_block and __remove
Zhiqiang Liu
2
-29
/
+0
2022-02-22
dm thin: use time_is_before_jiffies instead of open coding it
Wang Qing
1
-1
/
+1
2022-02-22
dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
Aashish Sharma
1
-1
/
+1
2022-02-22
dm: fix use-after-free in dm_cleanup_zoned_dev()
Kirill Tkhai
1
-1
/
+1
2022-02-22
dm ioctl: prevent potential spectre v1 gadget
Jordy Zomer
1
-0
/
+2
2022-02-22
dm ima: fix wrong length calculation for no_data string
Thore Sommer
1
-3
/
+3
2022-02-22
dm cache policy smq: make static read-only array table const
Colin Ian King
1
-1
/
+3
2022-02-21
dm delay: use dm_submit_bio_remap
Mike Snitzer
1
-2
/
+3
2022-02-21
dm crypt: use dm_submit_bio_remap
Mike Snitzer
1
-5
/
+8
2022-02-21
dm: add dm_submit_bio_remap interface
Mike Snitzer
2
-20
/
+109
2022-02-21
dm: flag clones created by __send_duplicate_bios
Mike Snitzer
2
-21
/
+30
2022-02-21
dm: reduce dm_io and dm_target_io struct sizes
Mike Snitzer
1
-3
/
+3
2022-02-21
dm: move duplicate code from callers of alloc_tio into alloc_tio
Mike Snitzer
1
-14
/
+13
2022-02-21
dm: record old_sector in dm_target_io before calling map function
Mike Snitzer
2
-3
/
+5
2022-02-21
dm: remove legacy code only needed before submit_bio recursion
Mike Snitzer
1
-9
/
+2
2022-02-21
dm: remove unused mapped_device argument from free_tio
Mike Snitzer
1
-2
/
+2
2022-02-21
dm: remove impossible BUG_ON in __send_empty_flush
Mike Snitzer
1
-1
/
+0
2022-02-21
dm: reduce code duplication in __map_bio
Mike Snitzer
1
-12
/
+6
2022-02-21
dm: refactor dm_split_and_process_bio a bit
Mike Snitzer
1
-26
/
+28
2022-02-21
dm: fold __clone_and_map_data_bio into __split_and_process_bio
Mike Snitzer
1
-22
/
+8
2022-02-21
dm: rename split functions
Mike Snitzer
1
-11
/
+11
2022-02-21
dm: reorder members in mapped_device struct
Mike Snitzer
1
-19
/
+19
2022-02-21
dm: eliminate copying of dm_io fields in dm_io_dec_pending
Mike Snitzer
1
-12
/
+7
2022-02-21
dm stats: fix too short end duration_ns when using precise_timestamps
Mike Snitzer
3
-5
/
+34
2022-02-21
dm: fix double accounting of flush with data
Mike Snitzer
3
-17
/
+38
2022-02-21
dm: interlock pending dm_io and dm_wait_for_bios_completion
Mike Snitzer
2
-12
/
+25
2022-02-17
virtio_blk: simplify refcounting
Christoph Hellwig
1
-52
/
+14
2022-02-17
memstick/mspro_block: simplify refcounting
Christoph Hellwig
1
-42
/
+7
2022-02-17
memstick/mspro_block: fix handling of read-only devices
Christoph Hellwig
1
-6
/
+4
2022-02-17
memstick/ms_block: simplify refcounting
Christoph Hellwig
2
-50
/
+15
2022-02-17
dm: remove dm_dispatch_clone_request
Christoph Hellwig
1
-13
/
+9
2022-02-17
dm: remove useless code from dm_dispatch_clone_request
Christoph Hellwig
1
-4
/
+0
2022-02-17
blk-mq: remove the request_queue argument to blk_insert_cloned_request
Christoph Hellwig
1
-1
/
+1
2022-02-17
blk-mq: make the blk-mq stacking code optional
Christoph Hellwig
1
-0
/
+1
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
14
-54
/
+53
2022-02-04
block: initialize the target bio in __bio_clone_fast
Christoph Hellwig
2
-2
/
+0
2022-02-04
dm: use bio_clone_fast in alloc_io/alloc_tio
Christoph Hellwig
1
-9
/
+3
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
3
-29
/
+8
2022-02-04
dm-cache: remove __remap_to_origin_clear_discard
Christoph Hellwig
1
-16
/
+8
2022-02-04
dm: simplify the single bio fast path in __send_duplicate_bios
Christoph Hellwig
1
-12
/
+14
[next]