aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-25dm btree remove: assign new_root only when removal succeedsHou Tao1-1/+2
2021-06-04dm space map disk: cache a small number of index entriesJoe Thornber2-6/+96
2021-06-04dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber13-197/+707
2021-06-04dm space maps: don't reset space map allocation cursor when committingJoe Thornber2-2/+16
2021-06-04dm btree: improve btree residencyJoe Thornber3-31/+439
2021-04-19dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber1-0/+2
2021-04-19dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2-6/+6
2021-04-19dm btree spine: remove paranoid node_check call in node_prep_for_write()Joe Thornber1-2/+0
2021-04-19dm space map disk: remove redundant calls to sm_disk_get_nr_free()Joe Thornber1-9/+0
2021-03-26dm persistent data: remove unused return from exit_shadow_spine()Jiapeng Chong2-5/+3
2021-02-03dm persistent data: fix return type of shadow_root()Jinoh Kang2-2/+2
2020-09-29dm thin metadata: Remove unused local variable when create thin and snapHuaisheng Ye1-1/+2
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin1-6/+8
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15dm persistent data: switch exit_ro_spine to return voidZhiqiang Liu2-5/+3
2020-01-14dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2019-12-05dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-08-26dm space map common: remove check for impossible sm_find_free() return valueZhangXiaoxu1-4/+0
2019-08-22dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1
2019-08-22dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu1-15/+16
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+2
2019-04-29dm persistent data: Simplify stack trace handlingThomas Gleixner1-10/+9
2019-04-18dm space map common: zero entire ll_diskMike Snitzer1-0/+2
2019-03-05dm block manager: remove redundant unlikely annotationChengguang Xu1-4/+4
2018-08-01dm: Avoid namespace collision with bitmap APIAndy Shevchenko1-10/+10
2018-04-03dm bufio: move dm-bufio.h to include/linux/Mikulas Patocka1-1/+1
2018-01-17dm btree: fix serious bug in btree_split_beneath()Joe Thornber1-17/+2
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+2
2017-11-10dm space map metadata: use ARRAY_SIZEJérémy Lefaure1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15dm space map disk: fix some book keeping in the disk space mapJoe Thornber1-1/+14
2017-04-27dm block manager: remove an unused argument from dm_block_manager_create()Bart Van Assche2-2/+1
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds9-12/+242
2017-02-16dm space map metadata: constify dm_space_map structuresBhumika Goyal1-2/+2
2017-02-16dm persistent data: add cursor skip functions to the cursor APIsJoe Thornber6-0/+70
2017-02-16dm bitset: add dm_bitset_new()Joe Thornber2-0/+58
2017-02-16dm bitset: introduce cursor apiJoe Thornber2-0/+91
2017-02-16dm btree: use GFP_NOFS in dm_btree_del()Joe Thornber1-1/+6
2017-02-16dm space map common: memcpy the disk root to ensure it's arch alignedJoe Thornber1-5/+11
2017-02-16dm block manager: add unlikely() annotations on dm_bufio error pathsJoe Thornber1-4/+4
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-2/+2
2016-12-08dm space map: always set ev if sm_ll_mutate() succeedsBenjamin Marzinski1-1/+2
2016-12-08dm space map metadata: skip useless memcpy in metadata_ll_init_index()Benjamin Marzinski1-1/+0
2016-12-08dm space map metadata: fix 'struct sm_metadata' leak on failed createBenjamin Marzinski1-8/+6
2016-12-08dm array: remove a dead assignment in populate_ablock_with_values()Bart Van Assche1-2/+0
2016-11-14dm block manager: make block locking optionalJoe Thornber1-1/+18