index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
persistent-data
Age
Commit message (
Expand
)
Author
2025-01-17
dm array: fix cursor index when skipping across block boundaries
Ming-Hung Tsai
2025-01-17
dm array: fix unreleased btree blocks on closing a faulty array cursor
Ming-Hung Tsai
2025-01-17
dm array: fix releasing a faulty array block twice in dm_array_cursor_end
Ming-Hung Tsai
2024-08-29
dm persistent data: fix memory allocation failure
Mikulas Patocka
2024-03-26
dm: address indent/space issues
Heinz Mauelshagen
2024-01-01
dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client
Li Lingfeng
2023-04-13
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2022-07-28
dm bufio: Add flags argument to dm_bufio_client_create
Nathan Huckleberry
2022-01-04
dm space map common: add bounds check to sm_ll_lookup_bitmap()
Joe Thornber
2022-01-04
dm btree: add a defensive bounds check to insert_at()
Joe Thornber
2022-01-04
dm btree remove: change a bunch of BUG_ON() calls to proper errors
Joe Thornber
2022-01-04
dm btree spine: eliminate duplicate le32_to_cpu() in node_check()
Joe Thornber
2022-01-04
dm btree spine: remove extra node_check function declaration
Joe Thornber
2021-11-24
dm btree remove: fix use after free in rebalance_children()
Joe Thornber
2021-06-25
dm btree remove: assign new_root only when removal succeeds
Hou Tao
2021-06-04
dm space map disk: cache a small number of index entries
Joe Thornber
2021-06-04
dm space maps: improve performance with inc/dec on ranges of blocks
Joe Thornber
2021-06-04
dm space maps: don't reset space map allocation cursor when committing
Joe Thornber
2021-06-04
dm btree: improve btree residency
Joe Thornber
2021-04-19
dm space map common: fix division bug in sm_ll_find_free_block()
Joe Thornber
2021-04-19
dm persistent data: packed struct should have an aligned() attribute too
Joe Thornber
2021-04-19
dm btree spine: remove paranoid node_check call in node_prep_for_write()
Joe Thornber
2021-04-19
dm space map disk: remove redundant calls to sm_disk_get_nr_free()
Joe Thornber
2021-03-26
dm persistent data: remove unused return from exit_shadow_spine()
Jiapeng Chong
2021-02-03
dm persistent data: fix return type of shadow_root()
Jinoh Kang
2020-09-29
dm thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
2020-09-02
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-15
dm persistent data: switch exit_ro_spine to return void
Zhiqiang Liu
2020-01-14
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
2019-12-05
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
2019-08-26
dm space map common: remove check for impossible sm_find_free() return value
ZhangXiaoxu
2019-08-22
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
2019-08-22
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-04-29
dm persistent data: Simplify stack trace handling
Thomas Gleixner
2019-04-18
dm space map common: zero entire ll_disk
Mike Snitzer
2019-03-05
dm block manager: remove redundant unlikely annotation
Chengguang Xu
2018-08-01
dm: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
2018-01-17
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
2017-11-14
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
2017-11-10
dm space map metadata: use ARRAY_SIZE
Jérémy Lefaure
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-15
dm space map disk: fix some book keeping in the disk space map
Joe Thornber
2017-04-27
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2017-04-24
dm btree: fix for dm_btree_find_lowest_key()
Vinothkumar Raja
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
[next]