aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29btrfs: drop extent map range more efficientlyFilipe Manana1-45/+74
2022-09-29btrfs: remove unnecessary next extent map searchFilipe Manana1-14/+17
2022-09-29btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana1-14/+14
2022-09-29btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana1-0/+2
2022-09-29btrfs: remove unnecessary extent map initializationsFilipe Manana1-2/+0
2022-09-29btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana1-1/+0
2022-09-29btrfs: add helper to replace extent map range with a new extent mapFilipe Manana1-0/+41
2022-09-29btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana1-0/+27
2022-09-29btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana1-4/+6
2022-09-29btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana1-0/+192
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana1-0/+4
2022-02-23btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo1-0/+2
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo1-2/+2
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov1-6/+7
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov1-1/+4
2020-02-12Btrfs: fix race between using extent maps and merging themFilipe Manana1-0/+11
2019-11-18btrfs: remove extent_map::bdevDavid Sterba1-3/+0
2019-11-18btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba1-1/+8
2019-09-09btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba1-0/+2
2019-04-29btrfs: Optimize unallocated chunks discardNikolay Borisov1-1/+3
2019-04-29btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney1-0/+36
2019-02-25btrfs: Remove impossible condition from mergable_mapsNikolay Borisov1-2/+3
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+2
2018-10-15Btrfs: extent_map: use rb_first_cachedLiu Bo1-12/+15
2018-10-15btrfs: change remove_extent_mapping to return voidzhong jiang1-4/+1
2018-05-28btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba1-2/+4
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-0/+1
2018-03-26btrfs: add more __cold annotationsDavid Sterba1-1/+1
2018-03-26Btrfs: add tracepoint for em's EEXIST caseLiu Bo1-0/+3
2018-03-26btrfs: remove unused hardirq.hYang Shi1-1/+0
2018-01-22Btrfs: noinline merge_extent_mappingLiu Bo1-4/+4
2018-01-22Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mappingLiu Bo1-1/+8
2018-01-22Btrfs: move extent map specific code to extent_map.cLiu Bo1-0/+125
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova1-5/+5
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain1-0/+1
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2016-01-15btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney1-1/+1
2014-11-21Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2014-06-19Btrfs: fix NULL pointer crash when running balance and scrub concurrentlyWang Shilong1-0/+2
2014-03-10Btrfs: more efficient btrfs_drop_extent_cacheFilipe Manana1-9/+30
2014-03-10Btrfs: remove unneeded field / smaller extent_map structureFilipe Manana1-11/+6
2014-01-28Btrfs: fix extent_map block_len after mergingFilipe David Borba Manana1-1/+1
2014-01-28Btrfs: faster and more efficient extent map insertionFilipe David Borba Manana1-31/+41
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-2/+3