index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-target.c
Age
Commit message (
Expand
)
Author
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-16
dm cache: add policy name to status output
Mike Snitzer
2014-01-10
dm cache: add block sizes and total cache blocks to status output
Mike Snitzer
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-10
dm cache: actually resize cache
Vincent Pelletier
2013-12-03
dm cache: increment bi_remaining when bi_end_io is restored
Mike Snitzer
2013-11-23
block: Generic bio chaining
Kent Overstreet
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-11-12
dm cache: resolve small nits and improve Documentation
Mike Snitzer
2013-11-11
dm cache: add cache block invalidation support
Joe Thornber
2013-11-11
dm cache: add passthrough mode
Joe Thornber
2013-11-11
dm cache: cache shrinking support
Joe Thornber
2013-11-09
dm cache: promotion optimisation for writes
Joe Thornber
2013-11-09
dm cache: optimize commit_if_needed
Heinz Mauelshagen
2013-11-09
dm cache: log error message if dm_kcopyd_copy() fails
Heinz Mauelshagen
2013-11-09
dm cache: use cell_defer() boolean argument consistently
Heinz Mauelshagen
2013-11-09
dm cache: return -EINVAL if the user specifies unknown cache policy
Mikulas Patocka
2013-11-09
dm cache: improve efficiency of quiescing flag management
Joe Thornber
2013-11-09
dm cache: fix a race condition between queuing new migrations and quiescing f...
Joe Thornber
2013-11-09
dm cache: io destined for the cache device can now serve as tick bios
Joe Thornber
2013-08-23
dm cache: eliminate holes in cache structure
Mike Snitzer
2013-08-23
dm cache: fix stacking of geometry limits
Mike Snitzer
2013-08-23
dm cache: add data block size limits to code and Documentation
Mike Snitzer
2013-07-10
dm cache: fix arm link errors with inline
Mikulas Patocka
2013-05-10
dm cache: set config value
Joe Thornber
2013-05-10
dm cache: move config fns
Alasdair G Kergon
2013-05-10
dm cache: replace memcpy with struct assignment
Joe Thornber
2013-05-10
dm cache: fix typos in comments
Joe Thornber
2013-05-10
dm cache: tune migration throttling
Joe Thornber
2013-05-10
dm cache: fix error return code in cache_create
Wei Yongjun
2013-04-05
dm cache: reduce bio front_pad size in writeback mode
Mike Snitzer
2013-04-05
dm cache: fix writes to cache device in writethrough mode
Darrick J. Wong
2013-03-20
dm cache: policy ignore hints if generated by different version
Mike Snitzer
2013-03-20
dm cache: fix race in writethrough implementation
Joe Thornber
2013-03-20
dm cache: avoid calling policy destructor twice on error
Heinz Mauelshagen
2013-03-20
dm cache: detect cache_create failure
Heinz Mauelshagen
2013-03-20
dm cache: avoid 64 bit division on 32 bit
Joe Thornber
2013-03-01
dm: add cache target
Joe Thornber