index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin-metadata.c
Age
Commit message (
Expand
)
Author
2022-02-22
dm thin metadata: remove unused dm_thin_remove_block and __remove
Zhiqiang Liu
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-06-04
dm space maps: improve performance with inc/dec on ranges of blocks
Joe Thornber
2021-01-24
dm: use bdev_read_only to check if a device is read-only
Christoph Hellwig
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-09-02
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
2020-02-27
dm thin metadata: fix lockdep complaint
Theodore Ts'o
2020-01-14
dm thin metadata: use pool locking at end of dm_pool_metadata_close
Mike Snitzer
2020-01-07
dm thin metadata: Fix trivial math error in on-disk format documentation
Jeffle Xu
2020-01-07
dm thin metadata: use true/false for bool variable
zhengbin
2019-12-05
dm thin metadata: Add support for a pre-commit callback
Nikos Tsironis
2019-07-02
dm thin metadata: check if in fail_io mode when setting needs_check
Mike Snitzer
2019-04-18
dm thin metadata: do not write metadata if no changes occurred
Mike Snitzer
2019-04-18
dm thin metadata: add wrappers for managing write locking of metadata
Mike Snitzer
2019-04-18
dm thin metadata: check __commit_transaction()'s return
Mike Snitzer
2019-01-15
dm thin: fix passdown_double_checking_shared_status()
Joe Thornber
2018-09-17
dm thin metadata: fix __udivdi3 undefined on 32-bit
Mike Snitzer
2018-09-10
dm thin metadata: try to avoid ever aborting transactions
Joe Thornber
2018-06-22
dm thin metadata: remove needless work from __commit_transaction
Mike Snitzer
2018-01-17
dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Dennis Yang
2017-05-15
dm thin metadata: call precommit before saving the roots
Joe Thornber
2017-04-27
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2016-07-20
dm thin: fix a race condition between discarding and provisioning a block
Joe Thornber
2016-03-10
dm thin metadata: don't issue prefetches if a transaction abort has failed
Joe Thornber
2016-03-10
dm thin metadata: remove needless newline from subtree_dec() DMERR message
Mike Snitzer
2015-12-10
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
2015-12-10
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
2015-10-31
dm persistent data: eliminate unnecessary return values
Mikulas Patocka
2015-08-12
dm thin metadata: delete btrees when releasing metadata snapshot
Joe Thornber
2015-06-11
dm thin metadata: fix a race when entering fail mode
Joe Thornber
2015-06-11
dm thin metadata: add dm_thin_remove_range()
Joe Thornber
2015-06-11
dm thin metadata: add dm_thin_find_mapped_range()
Joe Thornber
2015-05-29
dm thin metadata: remove in-core 'read_only' flag
Mike Snitzer
2015-02-09
dm thin metadata: remove unused dm_pool_get_data_block_size()
Rickard Strandqvist
2014-11-10
dm thin: prefetch missing metadata pages
Joe Thornber
2014-11-10
dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...
Joe Thornber
2014-07-15
dm thin metadata: do not allow the data block size to change
Mike Snitzer
2014-03-27
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
2014-01-07
dm thin: fix discard support to a previously shared block
Joe Thornber
2013-12-10
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
2013-05-10
dm thin: generate event when metadata threshold passed
Joe Thornber
2013-05-10
dm thin: detect metadata device resizing
Joe Thornber
2013-05-10
dm thin: refactor data dev resize
Joe Thornber
2013-03-01
dm persistent data: set some btree fn parms const
Mike Snitzer
[next]