aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-0/+7
2024-03-04btrfs: add forward declarations and headers, part 1Gravatar David Sterba 1-0/+1
2023-12-15btrfs: use the flags of an extent map to identify the compression typeGravatar Filipe Manana 1-8/+50
2023-12-15btrfs: make extent_map_end() argument constGravatar Filipe Manana 1-1/+1
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesGravatar Filipe Manana 1-1/+1
2023-12-15btrfs: unexport add_extent_mapping()Gravatar Filipe Manana 1-2/+0
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueGravatar Filipe Manana 1-2/+0
2023-12-15btrfs: use a dedicated data structure for chunk mapsGravatar Filipe Manana 1-4/+0
2023-12-15btrfs: unexport extent_map_block_end()Gravatar Filipe Manana 1-7/+0
2023-06-19btrfs: pass the new logical address to split_extent_mapGravatar Christoph Hellwig 1-1/+2
2023-06-19btrfs: move split_extent_map to extent_map.cGravatar Christoph Hellwig 1-4/+1
2022-09-29btrfs: add helper to replace extent map range with a new extent mapGravatar Filipe Manana 1-0/+3
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cGravatar Filipe Manana 1-0/+5
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkGravatar Qu Wenruo 1-0/+8
2019-11-18btrfs: remove extent_map::bdevGravatar David Sterba 1-9/+2
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitGravatar David Sterba 1-1/+1
2019-02-25btrfs: Remove impossible condition from mergable_mapsGravatar Nikolay Borisov 1-0/+1
2018-12-17btrfs: switch EXTENT_FLAG_* to enumsGravatar David Sterba 1-7/+14
2018-10-15Btrfs: extent_map: use rb_first_cachedGravatar Liu Bo 1-1/+1
2018-10-15btrfs: change remove_extent_mapping to return voidGravatar zhong jiang 1-1/+1
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointGravatar David Sterba 1-1/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-2/+4
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-01-22Btrfs: move extent map specific code to extent_map.cGravatar Liu Bo 1-0/+2
2018-01-22btrfs: Remove redundant FLAG_VACANCYGravatar Nikolay Borisov 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+2
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 1-1/+9
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyGravatar Wang Shilong 1-0/+1
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheGravatar Filipe Manana 1-0/+4
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureGravatar Filipe Manana 1-1/+5
2013-11-11btrfs: Enclose macros with complex values within parenthesisGravatar Dulshani Gunawardhana 1-4/+4
2013-05-06Btrfs: fix bad extent loggingGravatar Josef Bacik 1-1/+1
2013-05-06Btrfs: log ram bytes properlyGravatar Josef Bacik 1-0/+1
2013-01-24Btrfs: do not allow logged extents to be merged or removedGravatar Josef Bacik 1-0/+1
2012-12-16Btrfs: do not mark ems as prealloc if we are writing to themGravatar Josef Bacik 1-0/+1
2012-12-16Btrfs: keep track of the extents original block lengthGravatar Josef Bacik 1-0/+1
2012-10-04Btrfs: do not hold the write_lock on the extent tree while loggingGravatar Josef Bacik 1-0/+1
2012-10-01Btrfs: improve fsync by filtering extents that we wantGravatar Liu Bo 1-0/+2
2012-10-01Btrfs: turbo charge fsyncGravatar Josef Bacik 1-1/+4
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordGravatar David Sterba 1-2/+2
2011-05-02btrfs: drop gfp parameter from alloc_extent_mapGravatar David Sterba 1-1/+1
2011-05-02btrfs: drop unused parameter from extent_map_tree_initGravatar David Sterba 1-1/+1
2010-12-22btrfs: Allow to add new compression algorithmGravatar Li Zefan 1-1/+2
2009-09-18Btrfs: search for an allocation hint while filling file COWGravatar Chris Mason 1-0/+2
2009-09-11Btrfs: Fix extent replacment raceGravatar Chris Mason 1-0/+1
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-1/+1
2008-11-10Btrfs: Fix csum error for compressed dataGravatar Yan Zheng 1-0/+1
2008-10-30Btrfs: Add fallocate support v2Gravatar Yan Zheng 1-0/+1
2008-10-30Btrfs: update hole handling v2Gravatar Yan Zheng 1-0/+1