Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | btrfs: drop unused parameter iov_iter from btrfs_write_check() | David Sterba | 2024-11-11 | 1 | -1/+1 |
* | btrfs: do not hold the extent lock for entire read | Josef Bacik | 2024-09-10 | 1 | -25/+24 |
* | btrfs: take the dio extent lock during O_DIRECT operations | Josef Bacik | 2024-09-10 | 1 | -12/+32 |
* | btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio() | David Sterba | 2024-09-10 | 1 | -1/+1 |
* | btrfs: fix race between direct IO write and fsync when using same fd | Filipe Manana | 2024-09-03 | 1 | -13/+3 |
* | btrfs: fix corruption after buffer fault in during direct IO append write | Filipe Manana | 2024-07-29 | 1 | -10/+28 |
* | btrfs: move the direct IO code into its own file | Filipe Manana | 2024-07-11 | 1 | -0/+1052 |