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
/
dm-thin-metadata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
1
-1
/
+1
2021-06-04
dm space maps: improve performance with inc/dec on ranges of blocks
Joe Thornber
1
-38
/
+53
2021-01-24
dm: use bdev_read_only to check if a device is read-only
Christoph Hellwig
1
-1
/
+1
2020-09-29
dm thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
1
-4
/
+2
2020-09-02
dm thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
1
-1
/
+1
2020-09-02
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
1
-2
/
+6
2020-02-27
dm thin metadata: fix lockdep complaint
Theodore Ts'o
1
-1
/
+1
2020-01-14
dm thin metadata: use pool locking at end of dm_pool_metadata_close
Mike Snitzer
1
-4
/
+6
2020-01-07
dm thin metadata: Fix trivial math error in on-disk format documentation
Jeffle Xu
1
-1
/
+1
2020-01-07
dm thin metadata: use true/false for bool variable
zhengbin
1
-5
/
+5
2019-12-05
dm thin metadata: Add support for a pre-commit callback
Nikos Tsironis
1
-0
/
+29
2019-07-02
dm thin metadata: check if in fail_io mode when setting needs_check
Mike Snitzer
1
-2
/
+5
2019-04-18
dm thin metadata: do not write metadata if no changes occurred
Mike Snitzer
1
-3
/
+23
2019-04-18
dm thin metadata: add wrappers for managing write locking of metadata
Mike Snitzer
1
-44
/
+64
2019-04-18
dm thin metadata: check __commit_transaction()'s return
Mike Snitzer
1
-1
/
+6
2019-01-15
dm thin: fix passdown_double_checking_shared_status()
Joe Thornber
1
-2
/
+2
2018-09-17
dm thin metadata: fix __udivdi3 undefined on 32-bit
Mike Snitzer
1
-4
/
+2
2018-09-10
dm thin metadata: try to avoid ever aborting transactions
Joe Thornber
1
-1
/
+35
2018-06-22
dm thin metadata: remove needless work from __commit_transaction
Mike Snitzer
1
-9
/
+0
2018-01-17
dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Dennis Yang
1
-1
/
+5
2017-05-15
dm thin metadata: call precommit before saving the roots
Joe Thornber
1
-2
/
+2
2017-04-27
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
1
-2
/
+0
2016-07-20
dm thin: fix a race condition between discarding and provisioning a block
Joe Thornber
1
-0
/
+30
2016-03-10
dm thin metadata: don't issue prefetches if a transaction abort has failed
Joe Thornber
1
-1
/
+4
2016-03-10
dm thin metadata: remove needless newline from subtree_dec() DMERR message
Mike Snitzer
1
-1
/
+1
2015-12-10
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
1
-21
/
+43
2015-12-10
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
1
-25
/
+41
2015-12-09
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
1
-0
/
+6
2015-12-02
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
1
-5
/
+23
2015-10-31
dm persistent data: eliminate unnecessary return values
Mikulas Patocka
1
-4
/
+12
2015-08-12
dm thin metadata: delete btrees when releasing metadata snapshot
Joe Thornber
1
-2
/
+2
2015-06-11
dm thin metadata: fix a race when entering fail mode
Joe Thornber
1
-3
/
+4
2015-06-11
dm thin metadata: add dm_thin_remove_range()
Joe Thornber
1
-0
/
+54
2015-06-11
dm thin metadata: add dm_thin_find_mapped_range()
Joe Thornber
1
-0
/
+57
2015-05-29
dm thin metadata: remove in-core 'read_only' flag
Mike Snitzer
1
-5
/
+1
2015-02-09
dm thin metadata: remove unused dm_pool_get_data_block_size()
Rickard Strandqvist
1
-9
/
+0
2014-11-10
dm thin: prefetch missing metadata pages
Joe Thornber
1
-0
/
+5
2014-11-10
dm thin metadata: change dm_thin_find_block to allow blocking, but not issuin...
Joe Thornber
1
-17
/
+13
2014-07-15
dm thin metadata: do not allow the data block size to change
Mike Snitzer
1
-0
/
+9
2014-03-27
dm: take care to copy the space map roots before locking the superblock
Joe Thornber
1
-33
/
+47
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
1
-1
/
+36
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
1
-2
/
+2
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
1
-0
/
+17
2014-01-07
dm thin: fix discard support to a previously shared block
Joe Thornber
1
-0
/
+20
2013-12-10
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
1
-0
/
+8
2013-05-10
dm thin: generate event when metadata threshold passed
Joe Thornber
1
-0
/
+14
2013-05-10
dm thin: detect metadata device resizing
Joe Thornber
1
-0
/
+12
2013-05-10
dm thin: refactor data dev resize
Joe Thornber
1
-5
/
+5
2013-03-01
dm persistent data: set some btree fn parms const
Mike Snitzer
1
-6
/
+6
2012-12-21
dm persistent data: fix nested btree deletion
Joe Thornber
1
-1
/
+1
[next]