summaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data
Commit message (Expand)AuthorAgeFilesLines
* dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber2021-04-191-0/+2
* dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2021-04-192-6/+6
* dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber2021-04-191-2/+0
* dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber2021-04-191-9/+0
* dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong2021-03-262-5/+3
* dm persistent data: fix return type of shadow_root()Jinoh Kang2021-02-032-2/+2
* dm thin metadata: Remove unused local variable when create thin and snapHuaisheng Ye2020-09-291-1/+2
* dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2020-09-021-6/+8
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* dm: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-1/+1
* dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2020-05-152-5/+3
* dm space map common: fix to ensure new block isn't already in useJoe Thornber2020-01-144-3/+37
* dm btree: increase rebalance threshold in __rebalance2()Hou Tao2019-12-051-1/+7
* dm space map common: remove check for impossible sm_find_free() return valueZhangXiaoxu2019-08-261-4/+0
* dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu2019-08-221-1/+1
* dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-161-0/+2
|\
| * dm space map common: zero entire ll_diskMike Snitzer2019-04-181-0/+2
* | dm persistent data: Simplify stack trace handlingThomas Gleixner2019-04-291-10/+9
|/
* dm block manager: remove redundant unlikely annotationChengguang Xu2019-03-051-4/+4
* dm: Avoid namespace collision with bitmap APIAndy Shevchenko2018-08-011-10/+10
* dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka2018-04-031-1/+1
* dm btree: fix serious bug in btree_split_beneath()Joe Thornber2018-01-171-17/+2
* Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Linus Torvalds2017-11-141-1/+2
|\
| * dm space map metadata: use ARRAY_SIZEJérémy Lefaure2017-11-101-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* dm space map disk: fix some book keeping in the disk space mapJoe Thornber2017-05-151-1/+14
* dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche2017-04-272-2/+1
* dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja2017-04-241-2/+6
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-219-12/+242
|\
| * dm space map metadata: constify dm_space_map structuresBhumika Goyal2017-02-161-2/+2
| * dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber2017-02-166-0/+70
| * dm bitset: add dm_bitset_new()Joe Thornber2017-02-162-0/+58
| * dm bitset: introduce cursor apiJoe Thornber2017-02-162-0/+91
| * dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber2017-02-161-1/+6
| * dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber2017-02-161-5/+11
| * dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber2017-02-161-4/+4
* | sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-2/+2
|/
* dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski2016-12-081-1/+2
* dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski2016-12-081-1/+0
* dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski2016-12-081-8/+6
* dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche2016-12-081-2/+0
* dm block manager: make block locking optionalJoe Thornber2016-11-141-1/+18
* dm array: introduce cursor apiJoe Thornber2016-09-222-0/+119
* dm btree: introduce cursor apiJoe Thornber2016-09-222-0/+197
* dm array: add dm_array_new()Joe Thornber2016-09-222-31/+130
* dm btree: fix a bug in dm_btree_find_next_single()Joe Thornber2016-07-201-1/+8
* dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2015-12-141-3/+0