index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-12
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+3
2015-02-09
dm: use time_in_range() and time_after()
Manuel Schölling
1
-2
/
+3
2015-01-28
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...
Joe Thornber
1
-0
/
+6
2014-12-17
dm thin: fix crash by initializing thin device's refcount and completion earlier
Marc Dionne
1
-3
/
+2
2014-12-17
dm thin: fix missing out-of-data-space to write mode transition if blocks are...
Joe Thornber
1
-2
/
+20
2014-12-17
dm thin: fix inability to discard blocks when in out-of-data-space mode
Joe Thornber
1
-1
/
+1
2014-11-21
dm thin: fix pool_io_hints to avoid looking at max_hw_sectors
Mike Snitzer
1
-14
/
+7
2014-11-19
dm thin: suspend/resume active thin devices when reloading thin-pool
Mike Snitzer
1
-2
/
+38
2014-11-19
dm thin: do not allow thin device activation while pool is suspended
Mike Snitzer
1
-10
/
+45
2014-11-12
dm thin: remove stale 'trim' message in block comment above pool_message
Mike Snitzer
1
-1
/
+0
2014-11-12
dm thin: fix a race in thin_dtr
Mikulas Patocka
1
-3
/
+3
2014-11-10
dm bio prison: introduce support for locking ranges of blocks
Joe Thornber
1
-2
/
+4
2014-11-10
dm thin: refactor requeue_io to eliminate spinlock bouncing
Mike Snitzer
1
-20
/
+23
2014-11-10
dm thin: optimize retry_bios_on_resume
Mike Snitzer
1
-7
/
+2
2014-11-10
dm thin: sort the deferred cells
Joe Thornber
1
-20
/
+68
2014-11-10
dm thin: direct dispatch when breaking sharing
Joe Thornber
1
-13
/
+57
2014-11-10
dm thin: remap the bios in a cell immediately
Joe Thornber
1
-29
/
+61
2014-11-10
dm thin: defer whole cells rather than individual bios
Joe Thornber
1
-47
/
+207
2014-11-10
dm thin: factor out remap_and_issue_overwrite
Mike Snitzer
1
-18
/
+20
2014-11-10
dm thin: performance improvement to discard processing
Joe Thornber
1
-7
/
+3
2014-11-10
dm thin: implement thin_merge
Mike Snitzer
1
-2
/
+18
2014-11-10
dm thin: adjust max_sectors_kb based on thinp blocksize
Mike Snitzer
1
-3
/
+31
2014-11-10
dm thin: throttle incoming IO
Joe Thornber
1
-1
/
+65
2014-11-10
dm thin: prefetch missing metadata pages
Joe Thornber
1
-4
/
+6
2014-11-10
dm bio prison: switch to using a red black tree
Joe Thornber
1
-2
/
+1
2014-11-04
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
1
-4
/
+12
2014-08-01
dm thin: set minimum_io_size to pool's data block size
Mike Snitzer
1
-1
/
+1
2014-08-01
dm thin: relax external origin size constraints
Joe Thornber
1
-43
/
+115
2014-08-01
dm thin: switch to an atomic_t for tracking pending new block preparations
Joe Thornber
1
-13
/
+16
2014-06-11
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
1
-1
/
+2
2014-06-03
dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
Mike Snitzer
1
-14
/
+24
2014-06-03
dm thin: cleanup noflush_work to use a proper completion
Joe Thornber
1
-18
/
+34
2014-05-20
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
1
-3
/
+9
2014-05-14
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
1
-0
/
+21
2014-05-14
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
1
-1
/
+1
2014-04-29
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
1
-1
/
+1
2014-04-08
dm thin: fix rcu_read_lock being held in code that can sleep
Joe Thornber
1
-3
/
+67
2014-04-08
dm thin: irqsave must always be used with the pool->lock spinlock
Joe Thornber
1
-2
/
+3
2014-04-04
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
1
-2
/
+82
2014-03-31
dm thin: use per thin device deferred bio lists
Mike Snitzer
1
-61
/
+104
2014-03-31
dm thin: simplify pool_is_congested
Mike Snitzer
1
-11
/
+5
2014-03-28
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-03-05
dm thin: fix noflush suspend IO queueing
Joe Thornber
1
-2
/
+72
2014-03-05
dm thin: fix deadlock in __requeue_bio_list
Joe Thornber
1
-6
/
+7
2014-03-05
dm thin: fix out of data space handling
Joe Thornber
1
-45
/
+102
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
1
-22
/
+54
2014-03-04
dm thin: synchronize the pool mode during suspend
Mike Snitzer
1
-0
/
+6
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
1
-12
/
+19
2014-02-24
dm thin: fix the error path for the thin device constructor
Mike Snitzer
1
-1
/
+4
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
1
-1
/
+2
[next]