| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-23 | btrfs: enable experimental bs > ps support | Qu Wenruo | 1 | -0/+12 |
| 2025-05-15 | btrfs: remove superfluous return value check at btrfs_dio_iomap_begin() | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent() | Filipe Manana | 1 | -2/+1 |
| 2025-05-15 | btrfs: use unsigned types for constants defined as bit shifts | David Sterba | 1 | -2/+2 |
| 2025-05-15 | btrfs: rename remaining exported extent map functions | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename functions to allocate and free extent maps | Filipe Manana | 1 | -7/+7 |
| 2025-05-15 | btrfs: rename extent map functions to get block start, end and check if in tree | Filipe Manana | 1 | -2/+2 |
| 2025-05-15 | btrfs: rename exported extent map compression functions | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename the functions to clear bits for an extent range | Filipe Manana | 1 | -4/+4 |
| 2025-05-15 | btrfs: add btrfs prefix to dio lock and unlock extent functions | Filipe Manana | 1 | -11/+11 |
| 2025-05-15 | btrfs: add btrfs prefix to main lock, try lock and unlock extent functions | Filipe Manana | 1 | -4/+4 |
| 2025-03-18 | btrfs: pass struct btrfs_inode to can_nocow_extent() | David Sterba | 1 | -1/+2 |
| 2025-03-18 | btrfs: always fallback to buffered write if the inode requires checksum | Qu Wenruo | 1 | -0/+16 |
| 2025-01-13 | btrfs: remove no longer needed strict argument from can_nocow_extent() | Filipe Manana | 1 | -2/+1 |
| 2024-11-11 | btrfs: drop unused parameter iov_iter from btrfs_write_check() | David Sterba | 1 | -1/+1 |
| 2024-09-10 | btrfs: do not hold the extent lock for entire read | Josef Bacik | 1 | -25/+24 |
| 2024-09-10 | btrfs: take the dio extent lock during O_DIRECT operations | Josef Bacik | 1 | -12/+32 |
| 2024-09-10 | btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() | David Sterba | 1 | -1/+1 |
| 2024-09-03 | btrfs: fix race between direct IO write and fsync when using same fd | Filipe Manana | 1 | -13/+3 |
| 2024-07-29 | btrfs: fix corruption after buffer fault in during direct IO append write | Filipe Manana | 1 | -10/+28 |
| 2024-07-11 | btrfs: move the direct IO code into its own file | Filipe Manana | 1 | -0/+1052 |