summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig1-3/+5
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig1-4/+94
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-2/+2
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba1-3/+4
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba1-2/+3
2023-03-06btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana1-1/+6
2022-12-05btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana1-29/+0
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo1-0/+7
2022-12-05btrfs: update function commentsDavid Sterba1-35/+30
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana1-1/+30
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-09btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov1-6/+7
2021-02-09btrfs: 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-19btrfs: 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