index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
direct-io.c
Age
Commit message (
Expand
)
Author
2026-08-20
Merge tag 'for-7.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2026-08-07
btrfs: get rid of useless label in btrfs_create_dio_extent()
Filipe Manana
2026-08-07
btrfs: fix extent map leak in NOCOW direct I/O write
Shuangpeng Bai
2026-08-07
btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
Qu Wenruo
2026-08-07
btrfs: refactor btrfs_dio_iomap_end()
Qu Wenruo
2026-08-07
btrfs: remove btrfs_dio_data::submitted
Qu Wenruo
2026-07-31
btrfs: convert iomap ops to ->iomap_next()
Joanne Koong
2026-06-09
btrfs: retry faulting in the pages after a zero sized short direct write
Qu Wenruo
2026-06-09
btrfs: fix incorrect buffered IO fallback for append direct writes
Qu Wenruo
2026-06-09
btrfs: fix false IO failure after falling back to buffered write
Qu Wenruo
2026-04-07
btrfs: remove redundant nowait check in lock_extent_direct()
Alexey Velichayshiy
2026-04-07
btrfs: remove folio parameter from ordered io related functions
Qu Wenruo
2026-02-03
btrfs: fallback to buffered IO if the data profile has duplication
Qu Wenruo
2026-02-03
btrfs: enable direct IO for bs > ps cases
Qu Wenruo
2025-11-24
btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl
Filipe Manana
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-11-24
btrfs: replace BTRFS_MAX_BIO_SECTORS with BIO_MAX_VECS
Qu Wenruo
2025-09-23
btrfs: enable experimental bs > ps support
Qu Wenruo
2025-05-15
btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()
Filipe Manana
2025-05-15
btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()
Filipe Manana
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
btrfs: rename the functions to clear bits for an extent range
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to dio lock and unlock extent functions
Filipe Manana
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-03-18
btrfs: pass struct btrfs_inode to can_nocow_extent()
David Sterba
2025-03-18
btrfs: always fallback to buffered write if the inode requires checksum
Qu Wenruo
2025-01-13
btrfs: remove no longer needed strict argument from can_nocow_extent()
Filipe Manana
2024-11-11
btrfs: drop unused parameter iov_iter from btrfs_write_check()
David Sterba
2024-09-10
btrfs: do not hold the extent lock for entire read
Josef Bacik
2024-09-10
btrfs: take the dio extent lock during O_DIRECT operations
Josef Bacik
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
2024-09-03
btrfs: fix race between direct IO write and fsync when using same fd
Filipe Manana
2024-07-29
btrfs: fix corruption after buffer fault in during direct IO append write
Filipe Manana
2024-07-11
btrfs: move the direct IO code into its own file
Filipe Manana