index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: 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
*
dm thin: simplify pool_is_congested
Mike Snitzer
2014-03-31
1
-11
/
+5
*
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
2014-03-28
1
-1
/
+1
*
dm thin: fix noflush suspend IO queueing
Joe Thornber
2014-03-05
1
-2
/
+72
*
dm thin: fix deadlock in __requeue_bio_list
Joe Thornber
2014-03-05
1
-6
/
+7
*
dm thin: fix out of data space handling
Joe Thornber
2014-03-05
1
-45
/
+102
*
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
2014-03-05
1
-22
/
+54
*
dm thin: synchronize the pool mode during suspend
Mike Snitzer
2014-03-04
1
-0
/
+6
*
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
2014-02-27
1
-12
/
+19
*
dm thin: fix the error path for the thin device constructor
Mike Snitzer
2014-02-24
1
-1
/
+4
*
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
2014-02-17
1
-1
/
+2
*
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-12
/
+18
|
\
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
1
-27
/
+39
|
|
\
|
*
|
block: Generic bio chaining
Kent Overstreet
2013-11-23
1
-2
/
+6
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-10
/
+12
*
|
|
dm thin: fix pool feature parsing
Mike Snitzer
2014-01-15
1
-1
/
+1
*
|
|
dm thin: fix set_pool_mode exposed pool operation races
Mike Snitzer
2014-01-07
1
-13
/
+27
*
|
|
dm thin: eliminate the no_free_space flag
Mike Snitzer
2014-01-07
1
-22
/
+4
*
|
|
dm thin: add error_if_no_space feature
Mike Snitzer
2014-01-07
1
-6
/
+25
*
|
|
dm thin: requeue bios to DM core if no_free_space and in read-only mode
Mike Snitzer
2014-01-07
1
-6
/
+20
*
|
|
dm thin: cleanup and improve no space handling
Mike Snitzer
2014-01-07
1
-29
/
+32
*
|
|
dm thin: log info when growing the data or metadata device
Mike Snitzer
2014-01-07
1
-0
/
+7
*
|
|
dm thin: handle metadata failures more consistently
Joe Thornber
2014-01-07
1
-21
/
+27
*
|
|
dm thin: factor out check_low_water_mark and use bools
Joe Thornber
2014-01-07
1
-15
/
+22
*
|
|
dm thin: add mappings to end of prepared_* lists
Mike Snitzer
2014-01-07
1
-3
/
+3
*
|
|
dm thin: return error from alloc_data_block if pool is not in write mode
Joe Thornber
2014-01-07
1
-0
/
+3
*
|
|
dm thin: use bool rather than unsigned for flags in structures
Mike Snitzer
2014-01-07
1
-11
/
+11
*
|
|
dm thin: fix discard support to a previously shared block
Joe Thornber
2014-01-07
1
-2
/
+12
*
|
|
dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
Mike Snitzer
2014-01-07
1
-11
/
+6
|
|
/
|
/
|
*
|
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
2013-12-10
1
-2
/
+10
*
|
dm thin: re-establish read-only state when switching to fail mode
Joe Thornber
2013-12-10
1
-0
/
+1
*
|
dm thin: always fallback the pool mode if commit fails
Joe Thornber
2013-12-10
1
-22
/
+15
*
|
dm thin: switch to read-only mode if metadata space is exhausted
Mike Snitzer
2013-12-10
1
-2
/
+10
*
|
dm thin: switch to read only mode if a mapping insert fails
Joe Thornber
2013-12-10
1
-1
/
+3
|
/
*
dm thin: do not expose non-zero discard limits if discards disabled
Mike Snitzer
2013-09-23
1
-3
/
+11
*
dm thin: always return -ENOSPC if no_free_space is set
Mike Snitzer
2013-09-05
1
-25
/
+31
*
dm thin: set pool read-only if breaking_sharing fails block allocation
Mike Snitzer
2013-09-05
1
-2
/
+4
[next]