summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()David Sterba
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: refactor mergable_maps() for more readabilityFilipe Manana
2023-12-15btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana
2023-12-15btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: assert extent map is not in a list when setting it upFilipe Manana
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba
2023-06-19btrfs: open code set_extent_bits_nowaitDavid Sterba
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