index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-27
dm cache: always split discards on cache block boundaries
Heinz Mauelshagen
1
-0
/
+2
2014-05-01
dm cache: fix writethrough mode quiescing in cache_map
Mike Snitzer
1
-0
/
+1
2014-04-04
dm cache: fix a lock-inversion
Joe Thornber
1
-26
/
+2
2014-03-27
dm cache: remove remainder of distinct discard block size
Heinz Mauelshagen
1
-46
/
+26
2014-03-27
dm cache: prevent corruption caused by discard_block_size > cache_block_size
Mike Snitzer
1
-34
/
+3
2014-03-12
dm cache: fix access beyond end of origin device
Heinz Mauelshagen
1
-5
/
+3
2014-03-12
dm cache: fix truncation bug when copying a block to/from >2TB fast device
Heinz Mauelshagen
1
-1
/
+2
2014-02-28
dm cache: fix truncation bug when mapping I/O to >2TB fast device
Heinz Mauelshagen
1
-2
/
+3
2014-02-17
dm cache: do not add migration to completed list before unhooking bio
Mike Snitzer
1
-2
/
+4
2014-02-17
dm cache: move hook_info into common portion of per_bio_data structure
Mike Snitzer
1
-1
/
+1
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+18
2014-01-16
dm cache: add policy name to status output
Mike Snitzer
1
-1
/
+3
2014-01-10
dm cache: add block sizes and total cache blocks to status output
Mike Snitzer
1
-6
/
+10
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
1
-1
/
+1
2013-12-10
dm cache: actually resize cache
Vincent Pelletier
1
-1
/
+1
2013-12-03
dm cache: increment bi_remaining when bi_end_io is restored
Mike Snitzer
1
-6
/
+6
2013-11-23
block: Generic bio chaining
Kent Overstreet
1
-0
/
+6
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-10
/
+12
2013-11-12
dm cache: resolve small nits and improve Documentation
Mike Snitzer
1
-1
/
+1
2013-11-11
dm cache: add cache block invalidation support
Joe Thornber
1
-3
/
+222
2013-11-11
dm cache: add passthrough mode
Joe Thornber
1
-35
/
+174
2013-11-11
dm cache: cache shrinking support
Joe Thornber
1
-9
/
+54
2013-11-09
dm cache: promotion optimisation for writes
Joe Thornber
1
-6
/
+87
2013-11-09
dm cache: optimize commit_if_needed
Heinz Mauelshagen
1
-5
/
+7
2013-11-09
dm cache: log error message if dm_kcopyd_copy() fails
Heinz Mauelshagen
1
-1
/
+3
2013-11-09
dm cache: use cell_defer() boolean argument consistently
Heinz Mauelshagen
1
-4
/
+4
2013-11-09
dm cache: return -EINVAL if the user specifies unknown cache policy
Mikulas Patocka
1
-6
/
+7
2013-11-09
dm cache: improve efficiency of quiescing flag management
Joe Thornber
1
-22
/
+5
2013-11-09
dm cache: fix a race condition between queuing new migrations and quiescing f...
Joe Thornber
1
-14
/
+40
2013-11-09
dm cache: io destined for the cache device can now serve as tick bios
Joe Thornber
1
-0
/
+1
2013-08-23
dm cache: eliminate holes in cache structure
Mike Snitzer
1
-15
/
+15
2013-08-23
dm cache: fix stacking of geometry limits
Mike Snitzer
1
-2
/
+10
2013-08-23
dm cache: add data block size limits to code and Documentation
Mike Snitzer
1
-7
/
+10
2013-07-10
dm cache: fix arm link errors with inline
Mikulas Patocka
1
-0
/
+4
2013-05-10
dm cache: set config value
Joe Thornber
1
-28
/
+31
2013-05-10
dm cache: move config fns
Alasdair G Kergon
1
-17
/
+17
2013-05-10
dm cache: replace memcpy with struct assignment
Joe Thornber
1
-1
/
+1
2013-05-10
dm cache: fix typos in comments
Joe Thornber
1
-3
/
+4
2013-05-10
dm cache: tune migration throttling
Joe Thornber
1
-1
/
+2
2013-05-10
dm cache: fix error return code in cache_create
Wei Yongjun
1
-0
/
+1
2013-04-05
dm cache: reduce bio front_pad size in writeback mode
Mike Snitzer
1
-13
/
+34
2013-04-05
dm cache: fix writes to cache device in writethrough mode
Darrick J. Wong
1
-0
/
+4
2013-03-20
dm cache: policy ignore hints if generated by different version
Mike Snitzer
1
-2
/
+1
2013-03-20
dm cache: fix race in writethrough implementation
Joe Thornber
1
-50
/
+88
2013-03-20
dm cache: avoid calling policy destructor twice on error
Heinz Mauelshagen
1
-1
/
+4
2013-03-20
dm cache: detect cache_create failure
Heinz Mauelshagen
1
-0
/
+2
2013-03-20
dm cache: avoid 64 bit division on 32 bit
Joe Thornber
1
-7
/
+14
2013-03-01
dm: add cache target
Joe Thornber
1
-0
/
+2584