index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
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
2014-01-07
dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
Mike Snitzer
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-10
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
[next]