summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rework BTRFS_I as macro to preserve parameter constDavid Sterba2024-09-101-4/+6
* btrfs: add and use helper to verify the calling task has locked the inodeFilipe Manana2024-09-101-0/+8
* btrfs: convert btrfs_get_extent() to take a folioJosef Bacik2024-09-101-1/+1
* btrfs: convert btrfs_writepage_cow_fixup() to use folioJosef Bacik2024-09-101-1/+1
* btrfs: convert btrfs_run_delalloc_range() to take a folioJosef Bacik2024-09-101-1/+1
* btrfs: move the direct IO code into its own fileFilipe Manana2024-07-111-4/+5
* btrfs: pass a btrfs_inode to is_data_inode()David Sterba2024-07-111-2/+2
* btrfs: remove super block argument from btrfs_iget_path()Filipe Manana2024-07-111-2/+2
* btrfs: remove super block argument from btrfs_iget()Filipe Manana2024-07-111-1/+1
* btrfs: constify pointer parameters where applicableDavid Sterba2024-07-111-2/+2
* btrfs: cleanup recursive include of the same headerQu Wenruo2024-07-111-1/+0
* btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo2024-07-111-13/+0
* btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo2024-07-111-2/+1
* btrfs: remove extent_map::orig_start memberQu Wenruo2024-07-111-1/+1
* btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo2024-07-111-1/+15
* btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana2024-07-111-17/+33
* btrfs: remove location key from struct btrfs_inodeFilipe Manana2024-07-111-6/+41
* btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana2024-07-111-17/+29
* btrfs: use an xarray to track open inodes in a rootFilipe Manana2024-07-111-3/+0
* btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana2024-05-281-0/+10
* btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana2024-05-071-3/+5
* btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana2024-05-071-0/+1
* btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana2024-05-071-1/+0
* btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba2024-03-041-1/+1
* btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana2024-03-041-1/+0
* btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana2024-03-041-1/+1
* btrfs: add forward declarations and headers, part 3David Sterba2024-03-041-0/+19
* btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo2024-03-041-2/+1
* btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo2023-12-151-1/+1
* btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-151-2/+4
* btrfs: cache that we don't have security.capability setJosef Bacik2023-12-151-0/+2
* btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba2023-10-121-1/+2
* btrfs: update comment for struct btrfs_inode::lockFilipe Manana2023-10-121-14/+18
* btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana2023-10-121-1/+1
* btrfs: reorder btrfs_inode to fill gapsDavid Sterba2023-10-121-8/+8
* btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba2023-10-121-1/+3
* btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana2023-10-121-1/+1
* btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana2023-10-121-1/+1
* btrfs: reduce size and reorder compression members in struct btrfs_inodeDavid Sterba2023-10-121-10/+9
* btrfs: include trace header in where necessaryJosef Bacik2023-10-121-0/+1
* btrfs: add fscrypt related dependencies to respective headersJosef Bacik2023-10-121-0/+1
* btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig2023-08-211-2/+1
* btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig2023-08-211-3/+0
* btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota2023-06-191-1/+1
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-191-2/+0
* btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik2023-06-191-16/+0
* btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig2023-06-191-3/+0
* btrfs: avoid iterating over all indexes when logging directoryFilipe Manana2023-04-171-5/+27
* btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig2023-04-171-1/+2
* Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-02-201-19/+3
|\