summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-29/+22
2023-12-16btrfs: refactor mergable_maps() for more readabilityFilipe Manana1-14/+14
2023-12-16btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana1-17/+21
2023-12-16btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana1-6/+16
2023-12-16btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana1-2/+0
2023-12-16btrfs: unexport add_extent_mapping()Filipe Manana1-2/+2
2023-12-16btrfs: assert extent map is not in a list when setting it upFilipe Manana1-1/+3
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana1-3/+0
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana1-46/+0
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana1-0/+7
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