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-thin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm thin: display 'needs_check' in status if it is set
Mike Snitzer
2015-07-16
1
-2
/
+8
*
dm thin: stay in out-of-data-space mode once no_space_timeout expires
Mike Snitzer
2015-07-16
1
-4
/
+17
*
dm thin: allocate the cell_sort_array dynamically
Joe Thornber
2015-07-05
1
-1
/
+12
*
dm thin: fail messages with EOPNOTSUPP when pool cannot handle messages
Mike Snitzer
2015-06-11
1
-1
/
+1
*
dm thin: range discard support
Joe Thornber
2015-06-11
1
-149
/
+434
*
dm thin: cleanup schedule_zero() to read more logically
Mike Snitzer
2015-05-29
1
-9
/
+7
*
dm thin: cleanup overwrite's endio restore to be centralized
Mike Snitzer
2015-05-29
1
-8
/
+3
*
block: remove management of bi_remaining when restoring original bi_end_io
Mike Snitzer
2015-05-22
1
-6
/
+3
*
bio: skip atomic inc/dec of ->bi_remaining for non-chains
Jens Axboe
2015-05-05
1
-2
/
+2
*
dm thin: fix to consistently zero-fill reads to unprovisioned blocks
Joe Thornber
2015-02-27
1
-11
/
+0
*
Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-02-12
1
-2
/
+3
|
\
|
*
dm: use time_in_range() and time_after()
Manuel Schölling
2015-02-09
1
-2
/
+3
*
|
dm thin: don't allow messages to be sent to a pool target in READ_ONLY or FAI...
Joe Thornber
2015-01-28
1
-0
/
+6
|
/
*
dm thin: fix crash by initializing thin device's refcount and completion earlier
Marc Dionne
2014-12-17
1
-3
/
+2
*
dm thin: fix missing out-of-data-space to write mode transition if blocks are...
Joe Thornber
2014-12-17
1
-2
/
+20
*
dm thin: fix inability to discard blocks when in out-of-data-space mode
Joe Thornber
2014-12-17
1
-1
/
+1
*
dm thin: fix pool_io_hints to avoid looking at max_hw_sectors
Mike Snitzer
2014-11-21
1
-14
/
+7
*
dm thin: suspend/resume active thin devices when reloading thin-pool
Mike Snitzer
2014-11-19
1
-2
/
+38
*
dm thin: do not allow thin device activation while pool is suspended
Mike Snitzer
2014-11-19
1
-10
/
+45
*
dm thin: remove stale 'trim' message in block comment above pool_message
Mike Snitzer
2014-11-12
1
-1
/
+0
*
dm thin: fix a race in thin_dtr
Mikulas Patocka
2014-11-12
1
-3
/
+3
*
dm bio prison: introduce support for locking ranges of blocks
Joe Thornber
2014-11-10
1
-2
/
+4
*
dm thin: refactor requeue_io to eliminate spinlock bouncing
Mike Snitzer
2014-11-10
1
-20
/
+23
*
dm thin: optimize retry_bios_on_resume
Mike Snitzer
2014-11-10
1
-7
/
+2
*
dm thin: sort the deferred cells
Joe Thornber
2014-11-10
1
-20
/
+68
*
dm thin: direct dispatch when breaking sharing
Joe Thornber
2014-11-10
1
-13
/
+57
*
dm thin: remap the bios in a cell immediately
Joe Thornber
2014-11-10
1
-29
/
+61
*
dm thin: defer whole cells rather than individual bios
Joe Thornber
2014-11-10
1
-47
/
+207
*
dm thin: factor out remap_and_issue_overwrite
Mike Snitzer
2014-11-10
1
-18
/
+20
*
dm thin: performance improvement to discard processing
Joe Thornber
2014-11-10
1
-7
/
+3
*
dm thin: implement thin_merge
Mike Snitzer
2014-11-10
1
-2
/
+18
*
dm thin: adjust max_sectors_kb based on thinp blocksize
Mike Snitzer
2014-11-10
1
-3
/
+31
*
dm thin: throttle incoming IO
Joe Thornber
2014-11-10
1
-1
/
+65
*
dm thin: prefetch missing metadata pages
Joe Thornber
2014-11-10
1
-4
/
+6
*
dm bio prison: switch to using a red black tree
Joe Thornber
2014-11-10
1
-2
/
+1
*
dm thin: grab a virtual cell before looking up the mapping
Joe Thornber
2014-11-04
1
-4
/
+12
*
dm thin: set minimum_io_size to pool's data block size
Mike Snitzer
2014-08-01
1
-1
/
+1
*
dm thin: relax external origin size constraints
Joe Thornber
2014-08-01
1
-43
/
+115
*
dm thin: switch to an atomic_t for tracking pending new block preparations
Joe Thornber
2014-08-01
1
-13
/
+16
*
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
2014-06-11
1
-1
/
+2
*
dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
Mike Snitzer
2014-06-03
1
-14
/
+24
*
dm thin: cleanup noflush_work to use a proper completion
Joe Thornber
2014-06-03
1
-18
/
+34
*
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
2014-05-20
1
-3
/
+9
*
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
2014-05-14
1
-0
/
+21
*
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
2014-05-14
1
-1
/
+1
*
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
2014-04-29
1
-1
/
+1
*
dm thin: fix rcu_read_lock being held in code that can sleep
Joe Thornber
2014-04-08
1
-3
/
+67
*
dm thin: irqsave must always be used with the pool->lock spinlock
Joe Thornber
2014-04-08
1
-2
/
+3
*
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
2014-04-04
1
-2
/
+82
*
dm thin: use per thin device deferred bio lists
Mike Snitzer
2014-03-31
1
-61
/
+104
[next]