index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-cache-target.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm cache: fix writethrough mode quiescing in cache_map
Mike Snitzer
2014-05-01
1
-0
/
+1
*
dm cache: fix a lock-inversion
Joe Thornber
2014-04-04
1
-26
/
+2
*
dm cache: remove remainder of distinct discard block size
Heinz Mauelshagen
2014-03-27
1
-46
/
+26
*
dm cache: prevent corruption caused by discard_block_size > cache_block_size
Mike Snitzer
2014-03-27
1
-34
/
+3
*
dm cache: fix access beyond end of origin device
Heinz Mauelshagen
2014-03-12
1
-5
/
+3
*
dm cache: fix truncation bug when copying a block to/from >2TB fast device
Heinz Mauelshagen
2014-03-12
1
-1
/
+2
*
dm cache: fix truncation bug when mapping I/O to >2TB fast device
Heinz Mauelshagen
2014-02-28
1
-2
/
+3
*
dm cache: do not add migration to completed list before unhooking bio
Mike Snitzer
2014-02-17
1
-2
/
+4
*
dm cache: move hook_info into common portion of per_bio_data structure
Mike Snitzer
2014-02-17
1
-1
/
+1
*
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-10
/
+18
|
\
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
1
-1
/
+1
|
|
\
|
*
|
dm cache: increment bi_remaining when bi_end_io is restored
Mike Snitzer
2013-12-03
1
-6
/
+6
|
*
|
block: Generic bio chaining
Kent Overstreet
2013-11-23
1
-0
/
+6
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-10
/
+12
*
|
|
dm cache: add policy name to status output
Mike Snitzer
2014-01-16
1
-1
/
+3
*
|
|
dm cache: add block sizes and total cache blocks to status output
Mike Snitzer
2014-01-10
1
-6
/
+10
|
|
/
|
/
|
*
|
dm cache: actually resize cache
Vincent Pelletier
2013-12-10
1
-1
/
+1
|
/
*
dm cache: resolve small nits and improve Documentation
Mike Snitzer
2013-11-12
1
-1
/
+1
*
dm cache: add cache block invalidation support
Joe Thornber
2013-11-11
1
-3
/
+222
*
dm cache: add passthrough mode
Joe Thornber
2013-11-11
1
-35
/
+174
*
dm cache: cache shrinking support
Joe Thornber
2013-11-11
1
-9
/
+54
*
dm cache: promotion optimisation for writes
Joe Thornber
2013-11-09
1
-6
/
+87
*
dm cache: optimize commit_if_needed
Heinz Mauelshagen
2013-11-09
1
-5
/
+7
*
dm cache: log error message if dm_kcopyd_copy() fails
Heinz Mauelshagen
2013-11-09
1
-1
/
+3
*
dm cache: use cell_defer() boolean argument consistently
Heinz Mauelshagen
2013-11-09
1
-4
/
+4
*
dm cache: return -EINVAL if the user specifies unknown cache policy
Mikulas Patocka
2013-11-09
1
-6
/
+7
*
dm cache: improve efficiency of quiescing flag management
Joe Thornber
2013-11-09
1
-22
/
+5
*
dm cache: fix a race condition between queuing new migrations and quiescing f...
Joe Thornber
2013-11-09
1
-14
/
+40
*
dm cache: io destined for the cache device can now serve as tick bios
Joe Thornber
2013-11-09
1
-0
/
+1
*
dm cache: eliminate holes in cache structure
Mike Snitzer
2013-08-23
1
-15
/
+15
*
dm cache: fix stacking of geometry limits
Mike Snitzer
2013-08-23
1
-2
/
+10
*
dm cache: add data block size limits to code and Documentation
Mike Snitzer
2013-08-23
1
-7
/
+10
*
dm cache: fix arm link errors with inline
Mikulas Patocka
2013-07-10
1
-0
/
+4
*
dm cache: set config value
Joe Thornber
2013-05-10
1
-28
/
+31
*
dm cache: move config fns
Alasdair G Kergon
2013-05-10
1
-17
/
+17
*
dm cache: replace memcpy with struct assignment
Joe Thornber
2013-05-10
1
-1
/
+1
*
dm cache: fix typos in comments
Joe Thornber
2013-05-10
1
-3
/
+4
*
dm cache: tune migration throttling
Joe Thornber
2013-05-10
1
-1
/
+2
*
dm cache: fix error return code in cache_create
Wei Yongjun
2013-05-10
1
-0
/
+1
*
dm cache: reduce bio front_pad size in writeback mode
Mike Snitzer
2013-04-05
1
-13
/
+34
*
dm cache: fix writes to cache device in writethrough mode
Darrick J. Wong
2013-04-05
1
-0
/
+4
*
dm cache: policy ignore hints if generated by different version
Mike Snitzer
2013-03-20
1
-2
/
+1
*
dm cache: fix race in writethrough implementation
Joe Thornber
2013-03-20
1
-50
/
+88
*
dm cache: avoid calling policy destructor twice on error
Heinz Mauelshagen
2013-03-20
1
-1
/
+4
*
dm cache: detect cache_create failure
Heinz Mauelshagen
2013-03-20
1
-0
/
+2
*
dm cache: avoid 64 bit division on 32 bit
Joe Thornber
2013-03-20
1
-7
/
+14
*
dm: add cache target
Joe Thornber
2013-03-01
1
-0
/
+2584