summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/direct-io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: drop unused parameter iov_iter from btrfs_write_check()David Sterba2024-11-111-1/+1
* btrfs: do not hold the extent lock for entire readJosef Bacik2024-09-101-25/+24
* btrfs: take the dio extent lock during O_DIRECT operationsJosef Bacik2024-09-101-12/+32
* btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba2024-09-101-1/+1
* btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana2024-09-031-13/+3
* btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana2024-07-291-10/+28
* btrfs: move the direct IO code into its own fileFilipe Manana2024-07-111-0/+1052