index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-thin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-11
dm thin: update discard_granularity to reflect the thin-pool blocksize
Lukas Czerner
1
-1
/
+2
2014-06-03
dm thin: return ENOSPC instead of EIO when error_if_no_space enabled
Mike Snitzer
1
-14
/
+24
2014-06-03
dm thin: cleanup noflush_work to use a proper completion
Joe Thornber
1
-18
/
+34
2014-05-20
dm thin: add 'no_space_timeout' dm-thin-pool module param
Mike Snitzer
1
-3
/
+9
2014-05-14
dm thin: add timeout to stop out-of-data-space mode holding IO forever
Joe Thornber
1
-0
/
+21
2014-05-14
dm thin: allow metadata commit if pool is in PM_OUT_OF_DATA_SPACE mode
Joe Thornber
1
-1
/
+1
2014-04-29
dm thin: use INIT_WORK_ONSTACK in noflush_work to avoid ODEBUG warning
Mike Snitzer
1
-1
/
+1
2014-04-08
dm thin: fix rcu_read_lock being held in code that can sleep
Joe Thornber
1
-3
/
+67
2014-04-08
dm thin: irqsave must always be used with the pool->lock spinlock
Joe Thornber
1
-2
/
+3
2014-04-04
dm thin: sort the per thin deferred bios using an rb_tree
Mike Snitzer
1
-2
/
+82
2014-03-31
dm thin: use per thin device deferred bio lists
Mike Snitzer
1
-61
/
+104
2014-03-31
dm thin: simplify pool_is_congested
Mike Snitzer
1
-11
/
+5
2014-03-28
dm thin: fix dangling bio in process_deferred_bios error path
Mike Snitzer
1
-1
/
+1
2014-03-05
dm thin: fix noflush suspend IO queueing
Joe Thornber
1
-2
/
+72
2014-03-05
dm thin: fix deadlock in __requeue_bio_list
Joe Thornber
1
-6
/
+7
2014-03-05
dm thin: fix out of data space handling
Joe Thornber
1
-45
/
+102
2014-03-05
dm thin: ensure user takes action to validate data and metadata consistency
Mike Snitzer
1
-22
/
+54
2014-03-04
dm thin: synchronize the pool mode during suspend
Mike Snitzer
1
-0
/
+6
2014-02-27
dm thin: allow metadata space larger than supported to go unused
Mike Snitzer
1
-12
/
+19
2014-02-24
dm thin: fix the error path for the thin device constructor
Mike Snitzer
1
-1
/
+4
2014-02-17
dm thin: avoid metadata commit if a pool's thin devices haven't changed
Mike Snitzer
1
-1
/
+2
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+18
2014-01-15
dm thin: fix pool feature parsing
Mike Snitzer
1
-1
/
+1
2014-01-07
dm thin: fix set_pool_mode exposed pool operation races
Mike Snitzer
1
-13
/
+27
2014-01-07
dm thin: eliminate the no_free_space flag
Mike Snitzer
1
-22
/
+4
2014-01-07
dm thin: add error_if_no_space feature
Mike Snitzer
1
-6
/
+25
2014-01-07
dm thin: requeue bios to DM core if no_free_space and in read-only mode
Mike Snitzer
1
-6
/
+20
2014-01-07
dm thin: cleanup and improve no space handling
Mike Snitzer
1
-29
/
+32
2014-01-07
dm thin: log info when growing the data or metadata device
Mike Snitzer
1
-0
/
+7
2014-01-07
dm thin: handle metadata failures more consistently
Joe Thornber
1
-21
/
+27
2014-01-07
dm thin: factor out check_low_water_mark and use bools
Joe Thornber
1
-15
/
+22
2014-01-07
dm thin: add mappings to end of prepared_* lists
Mike Snitzer
1
-3
/
+3
2014-01-07
dm thin: return error from alloc_data_block if pool is not in write mode
Joe Thornber
1
-0
/
+3
2014-01-07
dm thin: use bool rather than unsigned for flags in structures
Mike Snitzer
1
-11
/
+11
2014-01-07
dm thin: fix discard support to a previously shared block
Joe Thornber
1
-2
/
+12
2014-01-07
dm thin: initialize dm_thin_new_mapping returned by get_next_mapping
Mike Snitzer
1
-11
/
+6
2013-12-31
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
1
-27
/
+39
2013-12-10
dm thin: allow pool in read-only mode to transition to read-write mode
Joe Thornber
1
-2
/
+10
2013-12-10
dm thin: re-establish read-only state when switching to fail mode
Joe Thornber
1
-0
/
+1
2013-12-10
dm thin: always fallback the pool mode if commit fails
Joe Thornber
1
-22
/
+15
2013-12-10
dm thin: switch to read-only mode if metadata space is exhausted
Mike Snitzer
1
-2
/
+10
2013-12-10
dm thin: switch to read only mode if a mapping insert fails
Joe Thornber
1
-1
/
+3
2013-11-23
block: Generic bio chaining
Kent Overstreet
1
-2
/
+6
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
1
-10
/
+12
2013-09-23
dm thin: do not expose non-zero discard limits if discards disabled
Mike Snitzer
1
-3
/
+11
2013-09-05
dm thin: always return -ENOSPC if no_free_space is set
Mike Snitzer
1
-25
/
+31
2013-09-05
dm thin: set pool read-only if breaking_sharing fails block allocation
Mike Snitzer
1
-2
/
+4
2013-09-05
dm thin: prefix pool error messages with pool device name
Mike Snitzer
1
-16
/
+32
2013-08-23
dm thin: fix stacking of geometry limits
Mike Snitzer
1
-2
/
+10
2013-05-19
dm thin: fix metadata dev resize detection
Alasdair G Kergon
1
-2
/
+2
[next]