dm vdo: cleanup style for comments in structs
[linux-2.6-block.git] / drivers /
2024-02-20 Mike Snitzerdm vdo: cleanup style for comments in structs
2024-02-20 Mike Snitzerdm vdo dedupe: fix various small nits
2024-02-20 Mike Snitzerdm vdo string-utils: remove unnecessary includes
2024-02-20 Ken Raeburndm vdo message-stats: reformat to remove excessive...
2024-02-20 Mike Snitzerdm vdo: use #define for NO_CHAPTER and NO_CHAPTER_INDEX...
2024-02-20 Susan LeGendre-McGheedm vdo: move encoding constants to encodings.c
2024-02-20 Matthew Sakaidm vdo: add documentation details on zones and locking
2024-02-20 Mike Snitzerdm vdo recovery-journal: fix sparse 'mixed bitwiseness...
2024-02-20 Mike Snitzerdm vdo dedupe: silence sparse warnings about locking...
2024-02-20 Mike Snitzerdm vdo data-vio: silence sparse warnings about locking...
2024-02-20 Mike Snitzerdm vdo: fix various blk_opf_t sparse warnings
2024-02-20 Mike Snitzerdm vdo: fix sparse 'warning: Using plain integer as...
2024-02-20 Mike Snitzerdm vdo: fix sparse warnings about missing statics
2024-02-20 Mike Snitzerdm vdo: rename struct configuration to uds_configuration
2024-02-20 Mike Snitzerdm vdo: rename struct geometry to index_geometry
2024-02-20 Mike Snitzerdm vdo index: fix various small nits
2024-02-20 Mike Snitzerdm vdo dedupe: fix various small nits
2024-02-20 Mike Snitzerdm vdo slab-depot: fix various small nits
2024-02-20 Mike Snitzerdm vdo data-vio: rename is_trim flag to is_discard
2024-02-20 Mike Snitzerdm vdo: rename vdo_map_to_system_error to vdo_status_to...
2024-02-20 Mike Snitzerdm vdo: rename uds_map_to_system_error to uds_status_to...
2024-02-20 Mike Snitzerdm vdo: slight cleanup of UDS error codes
2024-02-20 Mike Snitzerdm vdo block-map: rename struct cursors member to ...
2024-02-20 Mike Snitzerdm vdo block-map: avoid extra dereferences to access...
2024-02-20 Mike Snitzerdm vdo block-map: remove extra vdo arg from initialize_...
2024-02-20 Mike Snitzerdm vdo block-map: use uds_log_ratelimit() rather than...
2024-02-20 Mike Snitzerdm vdo block-map: fix a few small nits
2024-02-20 Mike Snitzerdm vdo: use a proper Makefile for dm-vdo
2024-02-20 Mike Snitzerdm vdo: fix how dm_kcopyd_client_create() failure is...
2024-02-20 Bruce Johnstondm vdo int-map: remove unused parameter from vdo_int_ma...
2024-02-20 Bruce Johnstondm vdo int-map: rename functions to use a common vdo_in...
2024-02-20 Bruce Johnstondm vdo dedupe: switch to using int-map instead of point...
2024-02-20 Mike Snitzerdm vdo wait-queue: rename to vdo_waitq_dequeue_waiter
2024-02-20 Mike Snitzerdm vdo block-map: optimize enter_zone_read_only_mode
2024-02-20 Mike Snitzerdm vdo wait-queue: optimize vdo_waitq_dequeue_matching_...
2024-02-20 Mike Snitzerdm vdo wait-queue: remove unused debug function vdo_wai...
2024-02-20 Mike Snitzerdm vdo wait-queue: add proper namespace to interface
2024-02-20 Mike Snitzerdm vdo io-submitter: rename to vdo_submit_vio and submi...
2024-02-20 Mike Snitzerdm vdo io-submitter: rename to vdo_submit_data_vio
2024-02-20 Mike Snitzerdm vdo io-submitter: rename to vdo_submit_flush_vio
2024-02-20 Mike Snitzerdm vdo io-submitter: rename to vdo_submit_metadata_vio
2024-02-20 Mike Snitzerdm vdo io-submitter: remove get_bio_sector
2024-02-20 Matthew Sakaidm vdo: enable configuration and building of dm-vdo
2024-02-20 Matthew Sakaidm vdo: add the top-level DM target
2024-02-20 Matthew Sakaidm vdo: add debugging support
2024-02-20 Matthew Sakaidm vdo: add sysfs support for setting parameters and...
2024-02-20 Matthew Sakaidm vdo: add statistics reporting
2024-02-20 Matthew Sakaidm vdo: add the on-disk formats and marshalling of...
2024-02-20 Matthew Sakaidm vdo: add the primary vdo structure
2024-02-20 Matthew Sakaidm vdo: add repair of damaged vdo volumes
2024-02-20 Matthew Sakaidm vdo: add the recovery journal
2024-02-20 Matthew Sakaidm vdo: implement the block map page cache
2024-02-20 Matthew Sakaidm vdo: add the block map
2024-02-20 Matthew Sakaidm vdo: add the slab depot
2024-02-20 Matthew Sakaidm vdo: add the block allocators and physical zones
2024-02-20 Matthew Sakaidm vdo: add the slab summary
2024-02-20 Matthew Sakaidm vdo: add slab structure, slab journal and reference...
2024-02-20 Matthew Sakaidm vdo: add the compressed block bin packer
2024-02-20 Matthew Sakaidm vdo: add use of deduplication index in hash zones
2024-02-20 Matthew Sakaidm vdo: add hash locks and hash zones
2024-02-20 Matthew Sakaidm vdo: add the vdo io_submitter
2024-02-20 Matthew Sakaidm vdo: add flush support
2024-02-20 Matthew Sakaidm vdo: add data_vio, the request object which services...
2024-02-20 Matthew Sakaidm vdo: add vio, the request object for vdo metadata
2024-02-20 Matthew Sakaidm vdo: add administrative state and action manager
2024-02-20 Matthew Sakaidm vdo: implement external deduplication index interface
2024-02-20 Matthew Sakaidm vdo: implement top-level deduplication index
2024-02-20 Matthew Sakaidm vdo: implement the chapter volume store
2024-02-20 Matthew Sakaidm vdo: implement the open chapter and chapter indexes
2024-02-20 Matthew Sakaidm vdo: implement the volume index
2024-02-20 Matthew Sakaidm vdo: implement the delta index
2024-02-20 Matthew Sakaidm vdo: add deduplication index storage interface
2024-02-20 Matthew Sakaidm vdo: add deduplication configuration structures
2024-02-20 Matthew Sakaidm vdo: add basic hash map data structures
2024-02-20 Matthew Sakaidm vdo: add specialized request queueing functionality
2024-02-20 Matthew Sakaidm vdo: add thread and synchronization utilities
2024-02-20 Matthew Sakaidm vdo: add vdo type declarations, constants, and simpl...
2024-02-20 Matthew Sakaidm vdo: add basic logging and support utilities
2024-02-20 Matthew Sakaidm vdo: add memory allocation utilities
2024-02-20 Matthew Sakaidm vdo: add the MurmurHash3 fast hashing algorithm
2024-02-04 Linus TorvaldsMerge tag 'for-linus-6.8-rc3' of git://git./linux/kerne...
2024-02-04 Linus TorvaldsMerge tag 'v6.8-rc3-smb-client-fixes' of git://git...
2024-02-04 Linus TorvaldsMerge tag 'xfs-6.8-fixes-2' of git://git./fs/xfs/xfs...
2024-02-04 Linus TorvaldsMerge tag 'char-misc-6.8-rc3' of git://git./linux/kerne...
2024-02-04 Linus TorvaldsMerge tag 'tty-6.8-rc3' of git://git./linux/kernel...
2024-02-04 Linus TorvaldsMerge tag 'usb-6.8-rc3' of git://git./linux/kernel...
2024-02-04 Linus TorvaldsMerge tag 'i2c-for-6.8-rc3' of git://git./linux/kernel...
2024-02-04 Linus TorvaldsMerge tag 'dmaengine-fix-6.8' of git://git./linux/kerne...
2024-02-04 Linus TorvaldsMerge tag 'phy-fixes-6.8' of git://git./linux/kernel...
2024-02-03 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01'...
2024-02-02 Linus TorvaldsMerge tag 'trace-v6.8-rc2' of git://git./linux/kernel...
2024-02-02 Linus TorvaldsMerge tag 'gfs2-v6.8-rc2-revert' of git://git./linux...
2024-02-02 Linus TorvaldsMerge tag 'pci-v6.8-fixes-1' of git://git./linux/kernel...
2024-02-02 Linus TorvaldsMerge tag 'drm-fixes-2024-02-03' of git://anongit.freed...
2024-02-02 Linus TorvaldsMerge tag 'input-for-v6.8-rc2' of git://git./linux...
2024-02-02 Linus TorvaldsMerge tag 'sound-6.8-rc3' of git://git./linux/kernel...
2024-02-02 Linus TorvaldsMerge tag 'hwmon-for-v6.8-rc3' of git://git./linux...
2024-02-02 Linus TorvaldsMerge tag 'for-v6.8-rc' of git://git./linux/kernel...
2024-02-02 Linus TorvaldsMerge tag 'iommu-fixes-v6.8-rc2' of git://git./linux...
2024-02-02 Linus TorvaldsMerge tag 'for-6.8/dm-fixes' of git://git./linux/kernel...
next