summaryrefslogtreecommitdiff
path: root/fs/btrfs/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-10btrfs: do not hold the extent lock for entire readJosef Bacik1-25/+24
2024-09-10btrfs: take the dio extent lock during O_DIRECT operationsJosef Bacik1-12/+32
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-1/+1
2024-09-03btrfs: fix race between direct IO write and fsync when using same fdFilipe Manana1-13/+3
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana1-10/+28
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana1-0/+1052