index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
2013-09-23
dm thin: do not expose non-zero discard limits if discards disabled
Mike Snitzer
2013-09-05
dm thin: always return -ENOSPC if no_free_space is set
Mike Snitzer
2013-09-05
dm thin: set pool read-only if breaking_sharing fails block allocation
Mike Snitzer
2013-09-05
dm thin: prefix pool error messages with pool device name
Mike Snitzer
2013-08-23
dm thin: fix stacking of geometry limits
Mike Snitzer
2013-05-19
dm thin: fix metadata dev resize detection
Alasdair G Kergon
2013-05-10
dm thin: generate event when metadata threshold passed
Joe Thornber
2013-05-10
dm thin: detect metadata device resizing
Joe Thornber
2013-05-10
dm thin: open dev read only when possible
Joe Thornber
2013-05-10
dm thin: refactor data dev resize
Joe Thornber
2013-03-20
dm thin: fix non power of two discard granularity calc
Joe Thornber
2013-03-20
dm thin: fix discard corruption
Joe Thornber
2013-03-01
dm thin: remove cells from stack
Joe Thornber
2013-03-01
dm bio prison: pass cell memory in
Joe Thornber
2013-03-01
dm kcopyd: introduce configurable throttling
Mikulas Patocka
2013-03-01
dm: rename request variables to bios
Alasdair G Kergon
2013-03-01
dm thin: use block_size_is_power_of_two
Mike Snitzer
2013-03-01
dm thin: support a non power of 2 discard_granularity
Mike Snitzer
2013-03-01
dm: fix truncated status strings
Mikulas Patocka
2013-01-31
dm thin: fix queue limits stacking
Mike Snitzer
2012-12-21
dm: remove map_info
Mikulas Patocka
2012-12-21
dm thin: dont use map_context
Mikulas Patocka
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
2012-12-21
dm thin: use DMERR_LIMIT for errors
Mike Snitzer
2012-12-21
dm thin: cleanup dead code
Joe Thornber
2012-12-21
dm thin: rename cell_defer_except to cell_defer_no_holder
Joe Thornber
2012-12-21
dm thin: emit ignore_discard in status when discards disabled
Mike Snitzer
2012-12-21
dm thin: wake worker when discard is prepared
Joe Thornber
2012-12-21
dm thin: fix race between simultaneous io and discards to same block
Joe Thornber
2012-12-21
dm thin: replace dm_cell_release_singleton with cell_defer_except
Joe Thornber
2012-10-12
dm thin: move bio_prison code to separate module
Mike Snitzer
2012-10-12
dm thin: prepare to separate bio_prison code
Mike Snitzer
2012-10-12
dm thin: support discard with non power of two block size
Mike Snitzer
2012-09-26
dm thin: fix discard support for data devices
Mike Snitzer
2012-09-26
dm thin: tidy discard support
Mike Snitzer
2012-09-26
dm thin: do not set discard_zeroes_data
Mike Snitzer
2012-07-27
dm thin: commit before gathering status
Alasdair G Kergon
2012-07-27
dm thin: add read only and fail io modes
Joe Thornber
2012-07-27
dm thin: reduce number of metadata commits
Joe Thornber
2012-07-27
dm thin metadata: add format option to dm_pool_metadata_open
Joe Thornber
2012-07-27
dm: use bool bitfields in struct dm_target
Alasdair G Kergon
2012-07-27
dm thin: set flush_supported
Joe Thornber
2012-07-27
dm thin: avoid unnecessarily breaking sharing for flushes
Joe Thornber
2012-07-27
dm thin: fix memory leak in process_prepared_mapping error paths
Joe Thornber
2012-07-27
dm thin: optimize power of two block size
Mikulas Patocka
2012-07-27
dm thin: split discards on block boundary
Mikulas Patocka
2012-07-27
dm thin: support for non power of 2 pool blocksize
Mike Snitzer
2012-07-27
dm: support non power of two target max_io_len
Mike Snitzer
2012-07-27
dm thin: provide specific errors for two table load failure cases
Mike Snitzer
2012-07-27
dm thin: clean up compiler warning
Mike Snitzer
[prev]
[next]