aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.h
AgeCommit message (Expand)Author
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
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themJosef Bacik
2012-12-16Btrfs: keep track of the extents original block lengthJosef Bacik
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingJosef Bacik
2012-10-01Btrfs: improve fsync by filtering extents that we wantLiu Bo
2012-10-01Btrfs: turbo charge fsyncJosef Bacik
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapDavid Sterba
2011-05-02btrfs: drop unused parameter from extent_map_tree_initDavid Sterba
2010-12-22btrfs: Allow to add new compression algorithmLi Zefan
2009-09-18Btrfs: search for an allocation hint while filling file COWChris Mason
2009-09-11Btrfs: Fix extent replacment raceChris Mason
2009-09-11Btrfs: switch extent_map to a rw lockChris Mason
2008-11-10Btrfs: Fix csum error for compressed dataYan Zheng
2008-10-30Btrfs: Add fallocate support v2Yan Zheng
2008-10-30Btrfs: update hole handling v2Yan Zheng
2008-10-29Btrfs: Add zlib compression supportChris Mason
2008-09-25Btrfs: Fix some data=ordered related data corruptionsChris Mason