index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
2019-04-27
dm thin: add sanity checks to thin-pool and external snapshot creation
Jason Cai (Xiang Feng)
2018-11-10
dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE trans...
Mike Snitzer
2018-10-13
dm thin metadata: try to avoid ever aborting transactions
Joe Thornber
2018-07-03
dm thin: handle running out of data space vs concurrent discard
Mike Snitzer
2016-02-02
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
2015-11-13
dm thin: fix missing pool reference count decrement in pool_ctr error path
Mike Snitzer
2015-04-16
dm thin: fix to consistently zero-fill reads to unprovisioned blocks
Sasha Levin
2015-02-05
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...
Joe Thornber
2015-01-08
dm thin: fix a race in thin_dtr
Mikulas Patocka
2015-01-08
dm thin: fix missing out-of-data-space to write mode transition if blocks are...
Joe Thornber
2015-01-08
dm thin: fix inability to discard blocks when in out-of-data-space mode
Joe Thornber
2014-11-04
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
2014-08-01
dm thin: set minimum_io_size to pool's data block size
Mike Snitzer
2014-08-01
dm thin: relax external origin size constraints
Joe Thornber
2014-08-01
dm thin: switch to an atomic_t for tracking pending new block preparations
Joe Thornber
2014-06-11
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
2014-06-03
dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
Mike Snitzer
2014-06-03
dm thin: cleanup noflush_work to use a proper completion
Joe Thornber
2014-05-20
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
2014-05-14
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
2014-05-14
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
2014-04-29
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
2014-04-08
dm thin: fix rcu_read_lock being held in code that can sleep
Joe Thornber
2014-04-08
dm thin: irqsave must always be used with the pool->lock spinlock
Joe Thornber
2014-04-04
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
2014-03-31
dm thin: use per thin device deferred bio lists
Mike Snitzer
2014-03-31
dm thin: simplify pool_is_congested
Mike Snitzer
2014-03-28
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
2014-03-05
dm thin: fix noflush suspend IO queueing
Joe Thornber
2014-03-05
dm thin: fix deadlock in __requeue_bio_list
Joe Thornber
2014-03-05
dm thin: fix out of data space handling
Joe Thornber
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
2014-03-04
dm thin: synchronize the pool mode during suspend
Mike Snitzer
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
2014-02-24
dm thin: fix the error path for the thin device constructor
Mike Snitzer
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-15
dm thin: fix pool feature parsing
Mike Snitzer
2014-01-07
dm thin: fix set_pool_mode exposed pool operation races
Mike Snitzer
2014-01-07
dm thin: eliminate the no_free_space flag
Mike Snitzer
2014-01-07
dm thin: add error_if_no_space feature
Mike Snitzer
2014-01-07
dm thin: requeue bios to DM core if no_free_space and in read-only mode
Mike Snitzer
2014-01-07
dm thin: cleanup and improve no space handling
Mike Snitzer
2014-01-07
dm thin: log info when growing the data or metadata device
Mike Snitzer
2014-01-07
dm thin: handle metadata failures more consistently
Joe Thornber
2014-01-07
dm thin: factor out check_low_water_mark and use bools
Joe Thornber
2014-01-07
dm thin: add mappings to end of prepared_* lists
Mike Snitzer
2014-01-07
dm thin: return error from alloc_data_block if pool is not in write mode
Joe Thornber
2014-01-07
dm thin: use bool rather than unsigned for flags in structures
Mike Snitzer
2014-01-07
dm thin: fix discard support to a previously shared block
Joe Thornber
[next]