index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Commit message (
Expand
)
Author
Age
*
dm thin: fix to consistently zero-fill reads to unprovisioned blocks
Joe Thornber
2015-02-27
*
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-02-12
|
\
|
*
dm: use time_in_range() and time_after()
Manuel Schölling
2015-02-09
*
|
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...
Joe Thornber
2015-01-28
|
/
*
dm thin: fix crash by initializing thin device's refcount and completion earlier
Marc Dionne
2014-12-17
*
dm thin: fix missing out-of-data-space to write mode transition if blocks are...
Joe Thornber
2014-12-17
*
dm thin: fix inability to discard blocks when in out-of-data-space mode
Joe Thornber
2014-12-17
*
dm thin: fix pool_io_hints to avoid looking at max_hw_sectors
Mike Snitzer
2014-11-21
*
dm thin: suspend/resume active thin devices when reloading thin-pool
Mike Snitzer
2014-11-19
*
dm thin: do not allow thin device activation while pool is suspended
Mike Snitzer
2014-11-19
*
dm thin: remove stale 'trim' message in block comment above pool_message
Mike Snitzer
2014-11-12
*
dm thin: fix a race in thin_dtr
Mikulas Patocka
2014-11-12
*
dm bio prison: introduce support for locking ranges of blocks
Joe Thornber
2014-11-10
*
dm thin: refactor requeue_io to eliminate spinlock bouncing
Mike Snitzer
2014-11-10
*
dm thin: optimize retry_bios_on_resume
Mike Snitzer
2014-11-10
*
dm thin: sort the deferred cells
Joe Thornber
2014-11-10
*
dm thin: direct dispatch when breaking sharing
Joe Thornber
2014-11-10
*
dm thin: remap the bios in a cell immediately
Joe Thornber
2014-11-10
*
dm thin: defer whole cells rather than individual bios
Joe Thornber
2014-11-10
*
dm thin: factor out remap_and_issue_overwrite
Mike Snitzer
2014-11-10
*
dm thin: performance improvement to discard processing
Joe Thornber
2014-11-10
*
dm thin: implement thin_merge
Mike Snitzer
2014-11-10
*
dm thin: adjust max_sectors_kb based on thinp blocksize
Mike Snitzer
2014-11-10
*
dm thin: throttle incoming IO
Joe Thornber
2014-11-10
*
dm thin: prefetch missing metadata pages
Joe Thornber
2014-11-10
*
dm bio prison: switch to using a red black tree
Joe Thornber
2014-11-10
*
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
2014-11-04
*
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-08-01
*
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
2014-06-11
*
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-06-03
*
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
2014-05-20
*
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-05-14
*
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
2014-04-29
*
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-08
*
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
2014-04-04
*
dm thin: use per thin device deferred bio lists
Mike Snitzer
2014-03-31
*
dm thin: simplify pool_is_congested
Mike Snitzer
2014-03-31
*
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
2014-03-28
*
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-05
*
dm thin: synchronize the pool mode during suspend
Mike Snitzer
2014-03-04
*
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
2014-02-27
*
dm thin: fix the error path for the thin device constructor
Mike Snitzer
2014-02-24
[next]