index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
lib min_heap: add type safe interface
Kuan-Wei Chiu
2
-7
/
+7
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+3
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2
-4
/
+2
2024-05-09
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-03
dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
Al Viro
2
-3
/
+3
2024-04-10
dm vdo murmurhash: remove unneeded semicolon
Matthew Sakai
1
-1
/
+1
2024-04-01
dm: use bio_list_merge_init
Christoph Hellwig
2
-4
/
+2
2024-03-29
dm vdo murmurhash3: use kernel byteswapping routines instead of GCC ones
Ken Raeburn
1
-25
/
+8
2024-03-05
dm vdo: remove meaningless version number constant
Matthew Sakai
1
-5
/
+0
2024-03-05
dm vdo: remove vdo_perform_once
Matthew Sakai
4
-54
/
+10
2024-03-04
dm vdo block-map: Remove stray semicolon
Yang Li
1
-1
/
+1
2024-03-04
dm vdo string-utils: change from uds_ to vdo_ namespace
Mike Snitzer
6
-19
/
+19
2024-03-04
dm vdo logger: change from uds_ to vdo_ namespace
Mike Snitzer
39
-506
/
+506
2024-03-04
dm vdo funnel-queue: change from uds_ to vdo_ namespace
Mike Snitzer
6
-49
/
+49
2024-03-04
dm vdo indexer: fix use after free
Matthew Sakai
1
-3
/
+4
2024-03-04
dm vdo logger: remove log level to string conversion code
Mike Snitzer
2
-57
/
+0
2024-03-04
dm vdo: add 'log_level' module parameter
Mike Snitzer
3
-10
/
+27
2024-03-04
dm vdo: remove all sysfs interfaces
Mike Snitzer
16
-2749
/
+9
2024-03-04
dm vdo target: eliminate inappropriate uses of UDS_SUCCESS
Mike Snitzer
1
-7
/
+7
2024-03-04
dm vdo indexer: update ASSERT and ASSERT_LOG_ONLY usage
Matthew Sakai
10
-110
/
+107
2024-03-04
dm vdo encodings: update some stale comments
Mike Snitzer
1
-3
/
+1
2024-03-04
dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESS
Mike Snitzer
26
-558
/
+561
2024-03-04
dm-vdo funnel-workqueue: return VDO_SUCCESS from make_simple_work_queue
Mike Snitzer
1
-1
/
+1
2024-03-04
dm vdo thread-utils: return VDO_SUCCESS on vdo_create_thread success
Mike Snitzer
4
-4
/
+4
2024-03-04
dm vdo int-map: return VDO_SUCCESS on success
Mike Snitzer
3
-16
/
+12
2024-03-04
dm vdo: check for VDO_SUCCESS return value from memory-alloc functions
Mike Snitzer
28
-82
/
+82
2024-03-04
dm vdo memory-alloc: return VDO_SUCCESS on success
Mike Snitzer
2
-16
/
+16
2024-03-04
dm vdo errors: remove unused error codes
Matthew Sakai
4
-51
/
+8
2024-03-04
dm vdo memory-alloc: rename vdo_do_allocation to __vdo_do_allocation
Mike Snitzer
1
-15
/
+15
2024-03-04
dm vdo memory-alloc: change from uds_ to vdo_ namespace
Mike Snitzer
44
-455
/
+453
2024-03-04
dm-vdo: change unnamed enums to defines
Bruce Johnston
25
-160
/
+91
2024-03-04
dm vdo: remove outdated pointer_map reference
Matthew Sakai
1
-4
/
+1
2024-03-04
dm vdo: update module comments
Matthew Sakai
1
-8
/
+3
2024-03-04
dm vdo indexer delta-index: fix typos in comments
Matthew Sakai
2
-2
/
+2
2024-03-04
dm vdo: fix various function names referenced in comment blocks
Jiapeng Chong
8
-12
/
+12
2024-03-04
dm vdo: move indexer files into sub-directory
Mike Snitzer
36
-56
/
+77
2024-03-04
dm vdo: remove unnecessary indexer.h includes
Matthew Sakai
2
-2
/
+0
2024-03-04
dm vdo: clean up scnprintf usage
Chung Chung
1
-579
/
+239
2024-03-04
dm vdo: include <asm/current.h> to resolve current being undeclared
Mike Snitzer
3
-0
/
+3
2024-03-04
dm vdo indexer-volume: fix missing mutex_lock in process_entry
Mike Snitzer
1
-1
/
+1
2024-03-04
dm vdo flush: initialize return to NULL in allocate_flush
Mike Snitzer
1
-1
/
+1
2024-03-04
dm vdo slab-depot: delete unnecessary check in allocate_components
Dan Carpenter
1
-3
/
+0
2024-03-04
dm vdo memory-alloc: simplify allocations_allowed()
Mike Snitzer
1
-4
/
+2
2024-03-04
dm vdo: remove internal ticket references
Susan LeGendre-McGhee
11
-39
/
+41
2024-03-01
dm vdo thread-device: rename all methods to reflect vdo-only use
Mike Snitzer
4
-29
/
+27
2024-03-01
dm vdo thread-registry: rename all methods to reflect vdo-only use
Mike Snitzer
4
-21
/
+21
2024-03-01
dm vdo thread-utils: cleanup included headers
Mike Snitzer
3
-8
/
+3
2024-03-01
dm vdo thread-utils: further cleanup of thread functions
Mike Snitzer
6
-21
/
+15
2024-03-01
dm vdo thread-utils: remove all uds_*_mutex wrappers
Mike Snitzer
5
-157
/
+96
[next]