dm vdo thread-registry: rename all methods to reflect vdo-only use
[linux.git] / drivers /
2024-03-01 Mike Snitzerdm vdo thread-registry: rename all methods to reflect...
2024-03-01 Mike Snitzerdm vdo thread-utils: cleanup included headers
2024-03-01 Mike Snitzerdm vdo thread-utils: further cleanup of thread functions
2024-03-01 Mike Snitzerdm vdo thread-utils: remove all uds_*_mutex wrappers
2024-03-01 Mike Snitzerdm vdo thread-utils: push uds_*_cond interface down...
2024-03-01 Mike Snitzerdm vdo: fold thread-cond-var.c into thread-utils
2024-03-01 Mike Snitzerdm vdo indexer: rename uds.h to indexer.h
2024-03-01 Mike Snitzerdm vdo: rename uds-threads.[ch] to thread-utils.[ch]
2024-03-01 Mike Snitzerdm vdo indexer sparse-cache: cleanup threads_barrier...
2024-03-01 Mike Snitzerdm vdo uds-threads: push 'barrier' down to sparse-cache
2024-03-01 Mike Snitzerdm vdo uds-threads: eliminate uds_*_semaphore interfaces
2024-03-01 Mike Snitzerdm vdo: make uds_*_semaphore interface private to uds...
2024-03-01 Mike Snitzerdm vdo block-map: rename page state name from "UDS_FREE...
2024-03-01 Harshit Mogalapallidm vdo volume-index: fix an assert statement in start_r...
2024-02-20 Mike Snitzerdm vdo logger: update logging to start with "device...
2024-02-20 Mike Snitzerdm vdo logger: switch UDS_LOG_NOTICE to be alias for...
2024-02-20 Mike Snitzerdm vdo: tweak wait_for_completion_interruptible callers
2024-02-20 Mike Snitzerdm vdo delta-index: fix various small nits
2024-02-20 Mike Snitzerdm vdo chapter_index: fix a few small nits
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...
next