summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-29/+22
* btrfs: refactor mergable_maps() for more readabilityFilipe Manana2023-12-151-14/+14
* btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana2023-12-151-17/+21
* btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana2023-12-151-6/+16
* btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana2023-12-151-2/+0
* btrfs: unexport add_extent_mapping()Filipe Manana2023-12-151-2/+2
* btrfs: assert extent map is not in a list when setting it upFilipe Manana2023-12-151-1/+3
* btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana2023-12-151-3/+0
* btrfs: use a dedicated data structure for chunk mapsFilipe Manana2023-12-151-46/+0
* btrfs: unexport extent_map_block_end()Filipe Manana2023-12-151-0/+7
* btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-181-4/+2
* btrfs: pass the new logical address to split_extent_mapChristoph Hellwig2023-06-191-3/+5
* btrfs: move split_extent_map to extent_map.cChristoph Hellwig2023-06-191-4/+94
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-2/+2
* btrfs: pass NOWAIT for set/clear extent bits as another bitDavid Sterba2023-06-191-3/+4
* btrfs: open code set_extent_bits_nowaitDavid Sterba2023-06-191-2/+3
* btrfs: fix extent map logging bit not cleared for split maps after dropping r...Filipe Manana2023-03-061-1/+6
* btrfs: remove no longer used btrfs_next_extent_map()Filipe Manana2022-12-051-29/+0
* btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo2022-12-051-0/+7
* btrfs: update function commentsDavid Sterba2022-12-051-35/+30
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: get the next extent map during fiemap/lseek more efficientlyFilipe Manana2022-12-051-1/+30
* btrfs: drop extent map range more efficientlyFilipe Manana2022-09-291-45/+74
* btrfs: remove unnecessary next extent map searchFilipe Manana2022-09-291-14/+17
* btrfs: remove unnecessary NULL pointer checks when searching extent mapsFilipe Manana2022-09-291-14/+14
* btrfs: assert tree is locked when clearing extent map from loggingFilipe Manana2022-09-291-0/+2
* btrfs: remove unnecessary extent map initializationsFilipe Manana2022-09-291-2/+0
* btrfs: remove the refcount warning/check at free_extent_map()Filipe Manana2022-09-291-1/+0
* btrfs: add helper to replace extent map range with a new extent mapFilipe Manana2022-09-291-0/+41
* btrfs: move open coded extent map tree deletion out of inode evictionFilipe Manana2022-09-291-0/+27
* btrfs: use extent_map_end() at btrfs_drop_extent_map_range()Filipe Manana2022-09-291-4/+6
* btrfs: move btrfs_drop_extent_cache() to extent_map.cFilipe Manana2022-09-291-0/+192
* btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik2022-09-261-1/+1
* btrfs: remove the wake argument from clear_extent_bitsJosef Bacik2022-09-261-1/+1
* btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana2022-03-141-0/+4
* btrfs: defrag: don't use merged extent map for their generation checkQu Wenruo2022-02-231-0/+2
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-2/+2
* btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov2021-02-081-6/+7
* btrfs: document modified parameter of add_extent_mappingNikolay Borisov2021-02-081-1/+4
* Btrfs: fix race between using extent maps and merging themFilipe Manana2020-02-121-0/+11
* btrfs: remove extent_map::bdevDavid Sterba2019-11-181-3/+0
* btrfs: assert extent_map bdevs and lookup_map and splitDavid Sterba2019-11-181-1/+8
* btrfs: assert extent map tree lock in add_extent_mappingDavid Sterba2019-09-091-0/+2
* btrfs: Optimize unallocated chunks discardNikolay Borisov2019-04-291-1/+3
* btrfs: replace pending/pinned chunks lists with io treeJeff Mahoney2019-04-291-0/+36
* btrfs: Remove impossible condition from mergable_mapsNikolay Borisov2019-02-251-2/+3
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-1/+2
* Btrfs: extent_map: use rb_first_cachedLiu Bo2018-10-151-12/+15
* btrfs: change remove_extent_mapping to return voidzhong jiang2018-10-151-4/+1
* btrfs: use fs_info for btrfs_handle_em_exist tracepointDavid Sterba2018-05-281-2/+4