summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.h
AgeCommit message (Expand)Author
2024-07-11btrfs: do not directly include rwlock_types.hQu Wenruo
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana
2024-05-07btrfs: add extra comments on extent_map membersQu Wenruo
2024-05-07btrfs: add a shrinker for extent mapsFilipe Manana
2024-05-07btrfs: pass the extent map tree's inode to remove_extent_mapping()Filipe Manana
2024-05-07btrfs: pass the extent map tree's inode to clear_em_logging()Filipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba
2024-03-04btrfs: add forward declarations and headers, part 1David Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: make extent_map_end() argument constFilipe Manana
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba
2019-02-25btrfs: Remove impossible condition from mergable_mapsNikolay Borisov
2018-12-17btrfs: switch EXTENT_FLAG_* to enumsDavid Sterba
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo
2018-10-15btrfs: change remove_extent_mapping to return voidzhong jiang
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo
2018-01-22btrfs: Remove redundant FLAG_VACANCYNikolay Borisov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana
2013-11-11btrfs: Enclose macros with complex values within parenthesisDulshani Gunawardhana
2013-05-06Btrfs: fix bad extent loggingJosef Bacik
2013-05-06Btrfs: log ram bytes properlyJosef Bacik
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik