index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
persistent-data
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-05-20
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-15
dm persistent data: switch exit_ro_spine to return void
Zhiqiang Liu
2
-5
/
+3
2020-01-14
dm space map common: fix to ensure new block isn't already in use
Joe Thornber
4
-3
/
+37
2019-12-05
dm btree: increase rebalance threshold in __rebalance2()
Hou Tao
1
-1
/
+7
2019-08-26
dm space map common: remove check for impossible sm_find_free() return value
ZhangXiaoxu
1
-4
/
+0
2019-08-22
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
1
-1
/
+1
2019-08-22
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
1
-15
/
+16
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-16
Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2019-04-29
dm persistent data: Simplify stack trace handling
Thomas Gleixner
1
-10
/
+9
2019-04-18
dm space map common: zero entire ll_disk
Mike Snitzer
1
-0
/
+2
2019-03-05
dm block manager: remove redundant unlikely annotation
Chengguang Xu
1
-4
/
+4
2018-08-01
dm: Avoid namespace collision with bitmap API
Andy Shevchenko
1
-10
/
+10
2018-04-03
dm bufio: move dm-bufio.h to include/linux/
Mikulas Patocka
1
-1
/
+1
2018-01-17
dm btree: fix serious bug in btree_split_beneath()
Joe Thornber
1
-17
/
+2
2017-11-14
Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...
Linus Torvalds
1
-1
/
+2
2017-11-10
dm space map metadata: use ARRAY_SIZE
Jérémy Lefaure
1
-1
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-15
dm space map disk: fix some book keeping in the disk space map
Joe Thornber
1
-1
/
+14
2017-04-27
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2
-2
/
+1
2017-04-24
dm btree: fix for dm_btree_find_lowest_key()
Vinothkumar Raja
1
-2
/
+6
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
1
-0
/
+1
2017-02-21
Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-12
/
+242
2017-02-16
dm space map metadata: constify dm_space_map structures
Bhumika Goyal
1
-2
/
+2
2017-02-16
dm persistent data: add cursor skip functions to the cursor APIs
Joe Thornber
6
-0
/
+70
2017-02-16
dm bitset: add dm_bitset_new()
Joe Thornber
2
-0
/
+58
2017-02-16
dm bitset: introduce cursor api
Joe Thornber
2
-0
/
+91
2017-02-16
dm btree: use GFP_NOFS in dm_btree_del()
Joe Thornber
1
-1
/
+6
2017-02-16
dm space map common: memcpy the disk root to ensure it's arch aligned
Joe Thornber
1
-5
/
+11
2017-02-16
dm block manager: add unlikely() annotations on dm_bufio error paths
Joe Thornber
1
-4
/
+4
2017-01-14
sched/core: Remove set_task_state()
Davidlohr Bueso
1
-2
/
+2
2016-12-08
dm space map: always set ev if sm_ll_mutate() succeeds
Benjamin Marzinski
1
-1
/
+2
2016-12-08
dm space map metadata: skip useless memcpy in metadata_ll_init_index()
Benjamin Marzinski
1
-1
/
+0
2016-12-08
dm space map metadata: fix 'struct sm_metadata' leak on failed create
Benjamin Marzinski
1
-8
/
+6
2016-12-08
dm array: remove a dead assignment in populate_ablock_with_values()
Bart Van Assche
1
-2
/
+0
2016-11-14
dm block manager: make block locking optional
Joe Thornber
1
-1
/
+18
2016-09-22
dm array: introduce cursor api
Joe Thornber
2
-0
/
+119
2016-09-22
dm btree: introduce cursor api
Joe Thornber
2
-0
/
+197
2016-09-22
dm array: add dm_array_new()
Joe Thornber
2
-31
/
+130
2016-07-20
dm btree: fix a bug in dm_btree_find_next_single()
Joe Thornber
1
-1
/
+8
2015-12-14
dm space map metadata: remove unused variable in brb_pop()
Mike Snitzer
1
-3
/
+0
2015-12-10
dm btree: factor out need_insert() helper
Mike Snitzer
1
-7
/
+10
2015-12-10
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
1
-9
/
+0
2015-12-10
dm block manager: cleanup code that prints stacktrace
Mikulas Patocka
1
-10
/
+1
2015-12-10
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
1
-1
/
+15
2015-12-09
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
1
-10
/
+22
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
2
-3
/
+92
2015-12-02
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
1
-1
/
+3
2015-11-04
Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
10
-68
/
+42
[next]