index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
persistent-data
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm space map common: add bounds check to sm_ll_lookup_bitmap()
Joe Thornber
2022-01-04
1
-0
/
+5
*
dm btree: add a defensive bounds check to insert_at()
Joe Thornber
2022-01-04
1
-3
/
+5
*
dm btree remove: change a bunch of BUG_ON() calls to proper errors
Joe Thornber
2022-01-04
1
-51
/
+122
*
dm btree spine: eliminate duplicate le32_to_cpu() in node_check()
Joe Thornber
2022-01-04
1
-3
/
+5
*
dm btree spine: remove extra node_check function declaration
Joe Thornber
2022-01-04
1
-4
/
+0
*
dm btree remove: fix use after free in rebalance_children()
Joe Thornber
2021-11-24
1
-1
/
+1
*
dm btree remove: assign new_root only when removal succeeds
Hou Tao
2021-06-25
1
-1
/
+2
*
dm space map disk: cache a small number of index entries
Joe Thornber
2021-06-04
2
-6
/
+96
*
dm space maps: improve performance with inc/dec on ranges of blocks
Joe Thornber
2021-06-04
13
-197
/
+707
*
dm space maps: don't reset space map allocation cursor when committing
Joe Thornber
2021-06-04
2
-2
/
+16
*
dm btree: improve btree residency
Joe Thornber
2021-06-04
3
-31
/
+439
*
dm space map common: fix division bug in sm_ll_find_free_block()
Joe Thornber
2021-04-19
1
-0
/
+2
*
dm persistent data: packed struct should have an aligned() attribute too
Joe Thornber
2021-04-19
2
-6
/
+6
*
dm btree spine: remove paranoid node_check call in node_prep_for_write()
Joe Thornber
2021-04-19
1
-2
/
+0
*
dm space map disk: remove redundant calls to sm_disk_get_nr_free()
Joe Thornber
2021-04-19
1
-9
/
+0
*
dm persistent data: remove unused return from exit_shadow_spine()
Jiapeng Chong
2021-03-26
2
-5
/
+3
*
dm persistent data: fix return type of shadow_root()
Jinoh Kang
2021-02-03
2
-2
/
+2
*
dm thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
2020-09-29
1
-1
/
+2
*
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2020-09-02
1
-6
/
+8
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
*
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-20
1
-1
/
+1
*
dm persistent data: switch exit_ro_spine to return void
Zhiqiang Liu
2020-05-15
2
-5
/
+3
*
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
2020-01-14
4
-3
/
+37
*
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
2019-12-05
1
-1
/
+7
*
dm space map common: remove check for impossible sm_find_free() return value
ZhangXiaoxu
2019-08-26
1
-4
/
+0
*
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
2019-08-22
1
-1
/
+1
*
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
2019-08-22
1
-15
/
+16
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-16
1
-0
/
+2
|
\
|
*
dm space map common: zero entire ll_disk
Mike Snitzer
2019-04-18
1
-0
/
+2
*
|
dm persistent data: Simplify stack trace handling
Thomas Gleixner
2019-04-29
1
-10
/
+9
|
/
*
dm block manager: remove redundant unlikely annotation
Chengguang Xu
2019-03-05
1
-4
/
+4
*
dm: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-08-01
1
-10
/
+10
*
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
2018-04-03
1
-1
/
+1
*
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
2018-01-17
1
-17
/
+2
*
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
2017-11-14
1
-1
/
+2
|
\
|
*
dm space map metadata: use ARRAY_SIZE
Jérémy Lefaure
2017-11-10
1
-1
/
+2
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
dm space map disk: fix some book keeping in the disk space map
Joe Thornber
2017-05-15
1
-1
/
+14
*
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2017-04-27
2
-2
/
+1
*
dm btree: fix for dm_btree_find_lowest_key()
Vinothkumar Raja
2017-04-24
1
-2
/
+6
*
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-21
9
-12
/
+242
|
\
|
*
dm space map metadata: constify dm_space_map structures
Bhumika Goyal
2017-02-16
1
-2
/
+2
|
*
dm persistent data: add cursor skip functions to the cursor APIs
Joe Thornber
2017-02-16
6
-0
/
+70
|
*
dm bitset: add dm_bitset_new()
Joe Thornber
2017-02-16
2
-0
/
+58
|
*
dm bitset: introduce cursor api
Joe Thornber
2017-02-16
2
-0
/
+91
|
*
dm btree: use GFP_NOFS in dm_btree_del()
Joe Thornber
2017-02-16
1
-1
/
+6
|
*
dm space map common: memcpy the disk root to ensure it's arch aligned
Joe Thornber
2017-02-16
1
-5
/
+11
|
*
dm block manager: add unlikely() annotations on dm_bufio error paths
Joe Thornber
2017-02-16
1
-4
/
+4
[next]