summaryrefslogtreecommitdiff
path: root/fs/btrfs/direct-io.c
AgeCommit message (Expand)Author
2025-05-15btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()Filipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana
2025-05-15btrfs: use unsigned types for constants defined as bit shiftsDavid Sterba
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: add btrfs prefix to dio lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-03-18btrfs: pass struct btrfs_inode to can_nocow_extent()David Sterba
2025-03-18btrfs: always fallback to buffered write if the inode requires checksumQu Wenruo
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana
2024-11-11btrfs: drop unused parameter iov_iter from btrfs_write_check()David Sterba
2024-09-10btrfs: do not hold the extent lock for entire readJosef Bacik
2024-09-10btrfs: take the dio extent lock during O_DIRECT operationsJosef Bacik
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana