aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Gravatar Filipe Manana 1-1/+6
2022-12-05btrfs: remove no longer used btrfs_next_extent_map()Gravatar Filipe Manana 1-29/+0
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetGravatar Qu Wenruo 1-0/+7
2022-12-05btrfs: update function commentsGravatar David Sterba 1-35/+30
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyGravatar Filipe Manana 1-1/+30
2022-09-29btrfs: drop extent map range more efficientlyGravatar Filipe Manana 1-45/+74
2022-09-29btrfs: remove unnecessary next extent map searchGravatar Filipe Manana 1-14/+17
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsGravatar Filipe Manana 1-14/+14
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingGravatar Filipe Manana 1-0/+2
2022-09-29btrfs: remove unnecessary extent map initializationsGravatar Filipe Manana 1-2/+0
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Gravatar Filipe Manana 1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapGravatar Filipe Manana 1-0/+41
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionGravatar Filipe Manana 1-0/+27
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Gravatar Filipe Manana 1-4/+6
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cGravatar Filipe Manana 1-0/+192
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsGravatar Josef Bacik 1-1/+1
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsGravatar Filipe Manana 1-0/+4
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkGravatar Qu Wenruo 1-0/+2
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-2/+2
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingGravatar Nikolay Borisov 1-6/+7
2021-02-08btrfs: document modified parameter of add_extent_mappingGravatar Nikolay Borisov 1-1/+4
2020-02-12Btrfs: fix race between using extent maps and merging themGravatar Filipe Manana 1-0/+11
2019-11-18btrfs: remove extent_map::bdevGravatar David Sterba 1-3/+0
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitGravatar David Sterba 1-1/+8
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingGravatar David Sterba 1-0/+2
2019-04-29btrfs: Optimize unallocated chunks discardGravatar Nikolay Borisov 1-1/+3
2019-04-29btrfs: replace pending/pinned chunks lists with io treeGravatar Jeff Mahoney 1-0/+36
2019-02-25btrfs: Remove impossible condition from mergable_mapsGravatar Nikolay Borisov 1-2/+3
2018-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-1/+2
2018-10-15Btrfs: extent_map: use rb_first_cachedGravatar Liu Bo 1-12/+15
2018-10-15btrfs: change remove_extent_mapping to return voidGravatar zhong jiang 1-4/+1
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointGravatar David Sterba 1-2/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-0/+1
2018-03-26btrfs: add more __cold annotationsGravatar David Sterba 1-1/+1
2018-03-26Btrfs: add tracepoint for em's EEXIST caseGravatar Liu Bo 1-0/+3
2018-03-26btrfs: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2018-01-22Btrfs: noinline merge_extent_mappingGravatar Liu Bo 1-4/+4
2018-01-22Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingGravatar Liu Bo 1-1/+8
2018-01-22Btrfs: move extent map specific code to extent_map.cGravatar Liu Bo 1-0/+125
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-5/+5
2016-07-26btrfs: Fix slab accounting flagsGravatar Nikolay Borisov 1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosGravatar Nicholas D Steeves 1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Gravatar Adam Buchbinder 1-2/+2
2016-03-11btrfs: move btrfs_compression_type to compression.hGravatar Anand Jain 1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsGravatar Kinglong Mee 1-2/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereGravatar Jeff Mahoney 1-1/+1
2014-11-21Btrfs: do not move em to modified list when unpinningGravatar Josef Bacik 1-2/+0