index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
persistent-data
Age
Commit message (
Expand
)
Author
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
2017-02-21
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-02-16
dm space map metadata: constify dm_space_map structures
Bhumika Goyal
2017-02-16
dm persistent data: add cursor skip functions to the cursor APIs
Joe Thornber
2017-02-16
dm bitset: add dm_bitset_new()
Joe Thornber
[next]