aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo1-2/+1
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig1-2/+2
2025-03-18btrfs: make btrfs_iget_path() return a btrfs inode insteadFilipe Manana1-2/+2
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana1-1/+1
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-0/+1
2025-03-18btrfs: pass struct btrfs_inode to can_nocow_extent()David Sterba1-1/+1
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo1-0/+8
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana1-1/+1
2024-11-11btrfs: add io_uring command for encoded reads (ENCODED_READ ioctl)Mark Harmstone1-1/+1
2024-11-11btrfs: change btrfs_encoded_read() so that reading of extent is done by callerMark Harmstone1-1/+8
2024-11-11btrfs: drop unused parameter file_offset from btrfs_encoded_read_regular_fill_pages()David Sterba1-2/+1
2024-11-11btrfs: remove btrfs_set_range_writeback()Qu Wenruo1-1/+0
2024-09-17btrfs: fix race setting file private on concurrent lseek using same fdFilipe Manana1-0/+1
2024-09-10btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba1-4/+6
2024-09-10btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana1-0/+8
2024-09-10btrfs: convert btrfs_get_extent() to take a folioJosef Bacik1-1/+1
2024-09-10btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik1-1/+1
2024-09-10btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik1-1/+1
2024-07-11btrfs: move the direct IO code into its own fileFilipe Manana1-4/+5
2024-07-11btrfs: pass a btrfs_inode to is_data_inode()David Sterba1-2/+2
2024-07-11btrfs: remove super block argument from btrfs_iget_path()Filipe Manana1-2/+2
2024-07-11btrfs: remove super block argument from btrfs_iget()Filipe Manana1-1/+1
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-2/+2
2024-07-11btrfs: cleanup recursive include of the same headerQu Wenruo1-1/+0
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo1-13/+0
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo1-2/+1
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo1-1/+1
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo1-1/+15
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-17/+33
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-6/+41
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana1-17/+29
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana1-3/+0
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana1-0/+10
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana1-3/+5
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana1-0/+1
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana1-1/+0
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba1-1/+1
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana1-1/+0
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana1-1/+1
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba1-0/+19
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo1-2/+1
2023-12-15btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo1-1/+1
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba1-2/+4
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik1-0/+2
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba1-1/+2
2023-10-12btrfs: update comment for struct btrfs_inode::lockFilipe Manana1-14/+18
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana1-1/+1
2023-10-12btrfs: reorder btrfs_inode to fill gapsDavid Sterba1-8/+8
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba1-1/+3
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana1-1/+1