Age | Commit message (Expand) | Author |
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 |
2017-02-16 | dm bitset: introduce cursor api | Joe Thornber |
2017-02-16 | dm btree: use GFP_NOFS in dm_btree_del() | Joe Thornber |
2017-02-16 | dm space map common: memcpy the disk root to ensure it's arch aligned | Joe Thornber |
2017-02-16 | dm block manager: add unlikely() annotations on dm_bufio error paths | Joe Thornber |
2017-01-14 | sched/core: Remove set_task_state() | Davidlohr Bueso |
2016-12-08 | dm space map: always set ev if sm_ll_mutate() succeeds | Benjamin Marzinski |
2016-12-08 | dm space map metadata: skip useless memcpy in metadata_ll_init_index() | Benjamin Marzinski |
2016-12-08 | dm space map metadata: fix 'struct sm_metadata' leak on failed create | Benjamin Marzinski |
2016-12-08 | dm array: remove a dead assignment in populate_ablock_with_values() | Bart Van Assche |
2016-11-14 | dm block manager: make block locking optional | Joe Thornber |