| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 1 | -4/+2 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -6/+6 |
| 2025-05-15 | btrfs: rename functions to allocate and free extent maps | Filipe Manana | 1 | -38/+38 |
| 2025-05-15 | btrfs: rename extent map functions to get block start, end and check if in tree | Filipe Manana | 1 | -7/+7 |
| 2025-03-18 | btrfs: tests: fix chunk map leak after failure to add it to the tree | Filipe Manana | 1 | -0/+1 |
| 2024-07-25 | btrfs: fix corrupt read due to bad offset of a compressed extent map | Filipe Manana | 1 | -0/+99 |
| 2024-07-11 | btrfs: remove extent_map::block_start member | Qu Wenruo | 1 | -31/+17 |
| 2024-07-11 | btrfs: remove extent_map::block_len member | Qu Wenruo | 1 | -28/+13 |
| 2024-07-11 | btrfs: remove extent_map::orig_start member | Qu Wenruo | 1 | -9/+0 |
| 2024-07-11 | btrfs: introduce extra sanity checks for extent maps | Qu Wenruo | 1 | -1/+55 |
| 2024-07-11 | btrfs: use a regular rb_root instead of cached rb_root for extent_map_tree | Filipe Manana | 1 | -3/+3 |
| 2024-07-11 | btrfs: rename rb_root member of extent_map_tree from map to root | Filipe Manana | 1 | -3/+3 |
| 2024-05-07 | btrfs: pass the extent map tree's inode to remove_extent_mapping() | Filipe Manana | 1 | -9/+10 |
| 2024-05-07 | btrfs: tests: error out on unexpected extent map reference count | Filipe Manana | 1 | -8/+35 |
| 2024-05-07 | btrfs: pass an inode to btrfs_add_extent_mapping() | Filipe Manana | 1 | -88/+86 |
| 2024-04-18 | btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() | Qu Wenruo | 1 | -0/+5 |
| 2023-12-15 | btrfs: use the flags of an extent map to identify the compression type | Filipe Manana | 1 | -2/+2 |
| 2023-12-15 | btrfs: unexport add_extent_mapping() | Filipe Manana | 1 | -22/+23 |
| 2023-12-15 | btrfs: tests: print all values as decimal in messages for extent map tests | Filipe Manana | 1 | -7/+7 |
| 2023-12-15 | btrfs: tests: do not ignore NULL extent maps for extent maps tests | Filipe Manana | 1 | -10/+30 |
| 2023-12-15 | btrfs: tests: fix error messages for test case 4 of extent map tests | Filipe Manana | 1 | -2/+2 |
| 2023-12-15 | btrfs: use a dedicated data structure for chunk maps | Filipe Manana | 1 | -30/+10 |
| 2023-08-21 | btrfs: tests: test invalid splitting when skipping pinned drop extent_map | Josef Bacik | 1 | -0/+138 |
| 2023-08-21 | btrfs: tests: add a test for btrfs_add_extent_mapping | Josef Bacik | 1 | -0/+56 |
| 2023-08-21 | btrfs: tests: add extent_map tests for dropping with odd layouts | Josef Bacik | 1 | -0/+218 |
| 2023-04-17 | btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN | Qu Wenruo | 1 | -1/+0 |
| 2023-02-15 | btrfs: remove the bdev argument to btrfs_rmap_block | Christoph Hellwig | 1 | -1/+1 |
| 2022-03-14 | btrfs: assert we have a write lock when removing and replacing extent maps | Filipe Manana | 1 | -0/+2 |
| 2021-06-22 | btrfs: fix typos in comments | David Sterba | 1 | -1/+1 |
| 2021-02-09 | btrfs: extend btrfs_rmap_block for specifying a device | Naohiro Aota | 1 | -1/+1 |
| 2020-01-23 | btrfs: Add self-tests for btrfs_rmap_block | Nikolay Borisov | 1 | -1/+153 |
| 2019-07-01 | btrfs: tests: add locks around add_extent_mapping | David Sterba | 1 | -0/+22 |
| 2019-04-29 | btrfs: tests: fix comments about tested extent map ranges | David Sterba | 1 | -2/+2 |
| 2019-04-29 | btrfs: tests: use SZ_ constants everywhere | David Sterba | 1 | -3/+3 |
| 2019-04-29 | btrfs: tests: use standard error message after extent map allocation failure | David Sterba | 1 | -4/+19 |
| 2019-04-29 | btrfs: tests: return error from all extent map test cases | David Sterba | 1 | -12/+32 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 4 | David Sterba | 1 | -7/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 3 | David Sterba | 1 | -5/+10 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 2 | David Sterba | 1 | -6/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map test case 1 | David Sterba | 1 | -6/+14 |
| 2019-04-29 | btrfs: tests: return errors from extent map tests | David Sterba | 1 | -22/+46 |
| 2019-04-29 | btrfs: tests: use standard error message after fs_info allocation failure | David Sterba | 1 | -1/+1 |
| 2018-10-15 | Btrfs: extent_map: use rb_first_cached | Liu Bo | 1 | -2/+2 |
| 2018-05-29 | btrfs: tests: drop newline from test_msg strings | David Sterba | 1 | -2/+2 |
| 2018-05-29 | btrfs: tests: add helper for error messages and update them | David Sterba | 1 | -15/+15 |
| 2018-05-28 | btrfs: use fs_info for btrfs_handle_em_exist tracepoint | David Sterba | 1 | -4/+4 |
| 2018-05-28 | btrfs: tests: pass fs_info to extent_map tests | David Sterba | 1 | -16/+36 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
| 2018-03-26 | Btrfs: extent map selftest: add missing void parameter to btrfs_test_extent_map | Colin Ian King | 1 | -1/+1 |
| 2018-01-22 | Btrfs: extent map selftest: dio write vs dio read | Liu Bo | 1 | -0/+89 |
| 2018-01-22 | Btrfs: extent map selftest: buffered write vs dio read | Liu Bo | 1 | -0/+74 |
| 2018-01-22 | Btrfs: add extent map selftests | Liu Bo | 1 | -0/+203 |