summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana
2022-12-05btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana
2019-11-18btrfs: remove extent_map::bdevDavid Sterba
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney
2019-02-25btrfs: Remove impossible condition from mergable_mapsNikolay Borisov
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
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 -- sourcesDavid Sterba
2018-03-26btrfs: add more __cold annotationsDavid Sterba
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo
2018-03-26btrfs: remove unused hardirq.hYang Shi
2018-01-22Btrfs: noinline merge_extent_mappingLiu Bo
2018-01-22Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingLiu Bo
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo
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-07-26btrfs: Fix slab accounting flagsNikolay Borisov
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik