index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-vdo
/
dm-vdo-target.c
Age
Commit message (
Expand
)
Author
2024-08-21
dm vdo: abort loading dirty VDO with the old recovery journal format
Susan LeGendre-McGhee
2024-08-21
dm vdo: add dmsetup message for returning configuration info
Bruce Johnston
2024-07-19
Merge tag 'for-6.11/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-11
Merge tag 'for-6.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-11
dm vdo: replace max_discard_sectors with max_hw_discard_sectors
Bruce Johnston
2024-07-10
dm: stop using blk_limits_io_{min,opt}
Christoph Hellwig
2024-05-03
dm-vdo: use bdev_nr_bytes(bdev) instead of i_size_read(bdev->bd_inode)
Al Viro
2024-03-04
dm vdo: remove meaningless version number constant
Matthew Sakai
2024-03-04
dm vdo: remove vdo_perform_once
Matthew Sakai
2024-03-04
dm vdo string-utils: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm vdo logger: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm vdo: add 'log_level' module parameter
Mike Snitzer
2024-03-04
dm vdo: remove all sysfs interfaces
Mike Snitzer
2024-03-04
dm vdo target: eliminate inappropriate uses of UDS_SUCCESS
Mike Snitzer
2024-03-04
dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESS
Mike Snitzer
2024-03-04
dm vdo: check for VDO_SUCCESS return value from memory-alloc functions
Mike Snitzer
2024-03-04
dm vdo memory-alloc: change from uds_ to vdo_ namespace
Mike Snitzer
2024-03-04
dm-vdo: change unnamed enums to defines
Bruce Johnston
2024-03-04
dm vdo: update module comments
Matthew Sakai
2024-03-04
dm vdo: remove internal ticket references
Susan LeGendre-McGhee
2024-03-01
dm vdo thread-device: rename all methods to reflect vdo-only use
Mike Snitzer
2024-02-20
dm vdo: tweak wait_for_completion_interruptible callers
Mike Snitzer
2024-02-20
dm vdo: rename vdo_map_to_system_error to vdo_status_to_errno
Mike Snitzer
2024-02-20
dm vdo: use a proper Makefile for dm-vdo
Mike Snitzer