index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-03-25
27
-361
/
+685
|
\
|
*
dm: consolidate spinlocks in dm_io struct
Mike Snitzer
2022-03-21
2
-8
/
+6
|
*
dm: reduce size of dm_io and dm_target_io structs
Mike Snitzer
2022-03-21
1
-6
/
+6
|
*
dm: switch dm_target_io booleans over to proper flags
Mike Snitzer
2022-03-21
2
-14
/
+38
|
*
dm: switch dm_io booleans over to proper flags
Mike Snitzer
2022-03-21
2
-14
/
+38
|
*
dm: update email address in MAINTAINERS
Mike Snitzer
2022-03-11
1
-1
/
+1
|
*
dm: return void from __send_empty_flush
Mike Snitzer
2022-03-10
1
-3
/
+2
|
*
dm: factor out dm_io_complete
Mike Snitzer
2022-03-10
1
-72
/
+77
|
*
dm cache: use dm_submit_bio_remap
Mike Snitzer
2022-03-10
1
-3
/
+4
|
*
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
2022-03-10
6
-11
/
+12
|
*
dm thin: use dm_submit_bio_remap
Mike Snitzer
2022-03-10
1
-2
/
+3
|
*
dm: add WARN_ON_ONCE to dm_submit_bio_remap
Mike Snitzer
2022-03-10
1
-1
/
+3
|
*
dm: support bio polling
Ming Lei
2022-03-09
3
-3
/
+169
|
*
block: add ->poll_bio to block_device_operations
Ming Lei
2022-03-09
3
-5
/
+15
|
*
dm mpath: use DMINFO instead of printk with KERN_INFO
Mike Snitzer
2022-03-02
1
-2
/
+1
|
*
dm: stop using bdevname
Christoph Hellwig
2022-03-02
5
-37
/
+27
|
*
dm-zoned: remove the ->name field in struct dmz_dev
Christoph Hellwig
2022-03-02
3
-8
/
+6
|
*
dm: remove unnecessary local variables in __bind
Mike Snitzer
2022-02-22
1
-5
/
+2
|
*
dm: requeue IO if mapping table not yet available
Mike Snitzer
2022-02-22
2
-9
/
+9
|
*
dm io: remove stale comment block for dm_io()
Barry Song
2022-02-22
1
-8
/
+0
|
*
dm thin metadata: remove unused dm_thin_remove_block and __remove
Zhiqiang Liu
2022-02-22
2
-29
/
+0
|
*
dm thin: use time_is_before_jiffies instead of open coding it
Wang Qing
2022-02-22
1
-1
/
+1
|
*
dm crypt: fix get_key_size compiler warning if !CONFIG_KEYS
Aashish Sharma
2022-02-22
1
-1
/
+1
|
*
dm: fix use-after-free in dm_cleanup_zoned_dev()
Kirill Tkhai
2022-02-22
1
-1
/
+1
|
*
dm ioctl: prevent potential spectre v1 gadget
Jordy Zomer
2022-02-22
1
-0
/
+2
|
*
dm: cleanup double word in comment
Tom Rix
2022-02-22
1
-1
/
+1
|
*
dm ima: fix wrong length calculation for no_data string
Thore Sommer
2022-02-22
1
-3
/
+3
|
*
dm cache policy smq: make static read-only array table const
Colin Ian King
2022-02-22
1
-1
/
+3
|
*
dm delay: use dm_submit_bio_remap
Mike Snitzer
2022-02-21
1
-2
/
+3
|
*
dm crypt: use dm_submit_bio_remap
Mike Snitzer
2022-02-21
1
-5
/
+8
|
*
dm: add dm_submit_bio_remap interface
Mike Snitzer
2022-02-21
4
-22
/
+118
|
*
dm: flag clones created by __send_duplicate_bios
Mike Snitzer
2022-02-21
2
-21
/
+30
|
*
dm: reduce dm_io and dm_target_io struct sizes
Mike Snitzer
2022-02-21
1
-3
/
+3
|
*
dm: move duplicate code from callers of alloc_tio into alloc_tio
Mike Snitzer
2022-02-21
1
-14
/
+13
|
*
dm: record old_sector in dm_target_io before calling map function
Mike Snitzer
2022-02-21
2
-3
/
+5
|
*
dm: remove legacy code only needed before submit_bio recursion
Mike Snitzer
2022-02-21
1
-9
/
+2
|
*
dm: remove unused mapped_device argument from free_tio
Mike Snitzer
2022-02-21
1
-2
/
+2
|
*
dm: remove impossible BUG_ON in __send_empty_flush
Mike Snitzer
2022-02-21
1
-1
/
+0
|
*
dm: reduce code duplication in __map_bio
Mike Snitzer
2022-02-21
1
-12
/
+6
|
*
dm: refactor dm_split_and_process_bio a bit
Mike Snitzer
2022-02-21
1
-26
/
+28
|
*
dm: fold __clone_and_map_data_bio into __split_and_process_bio
Mike Snitzer
2022-02-21
1
-22
/
+8
|
*
dm: rename split functions
Mike Snitzer
2022-02-21
1
-11
/
+11
|
*
dm: reorder members in mapped_device struct
Mike Snitzer
2022-02-21
1
-19
/
+19
|
*
dm: eliminate copying of dm_io fields in dm_io_dec_pending
Mike Snitzer
2022-02-21
1
-12
/
+7
|
*
dm stats: fix too short end duration_ns when using precise_timestamps
Mike Snitzer
2022-02-21
3
-5
/
+34
|
*
dm: fix double accounting of flush with data
Mike Snitzer
2022-02-21
3
-17
/
+38
|
*
dm: interlock pending dm_io and dm_wait_for_bios_completion
Mike Snitzer
2022-02-21
2
-12
/
+25
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-03-25
106
-2875
/
+2870
|
\
\
|
*
|
RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()
Dan Carpenter
2022-03-18
1
-1
/
+2
|
*
|
IB/iser: Fix error flow in case of registration failure
Max Gurtovoy
2022-03-18
1
-3
/
+11
[next]