aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
2024-05-07btrfs: update comment for btrfs_set_inode_full_sync() about lockingFilipe Manana
2024-05-07btrfs: export find_next_inode() as btrfs_find_first_inode()Filipe Manana
2024-05-07btrfs: move btrfs_page_mkwrite() from inode.c into file.cFilipe Manana
2024-03-04btrfs: merge btrfs_del_delalloc_inode() helpersDavid Sterba
2024-03-04btrfs: reduce inode lock critical section when setting and clearing delallocFilipe Manana
2024-03-04btrfs: stop passing root argument to __btrfs_del_delalloc_inode()Filipe Manana
2024-03-04btrfs: add forward declarations and headers, part 3David Sterba
2024-03-04btrfs: remove the pg_offset parameter from btrfs_get_extent()Qu Wenruo
2023-12-15btrfs: fix mismatching parameter names for btrfs_get_extent()Qu Wenruo
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba
2023-12-15btrfs: cache that we don't have security.capability setJosef Bacik
2023-10-12btrfs: open code timespec64 in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: update comment for struct btrfs_inode::lockFilipe Manana
2023-10-12btrfs: add and use helpers for reading and writing last_log_commitFilipe Manana
2023-10-12btrfs: reorder btrfs_inode to fill gapsDavid Sterba
2023-10-12btrfs: open code btrfs_ordered_inode_tree in btrfs_inodeDavid Sterba
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana
2023-10-12btrfs: reduce size and reorder compression members in struct btrfs_inodeDavid Sterba
2023-10-12btrfs: include trace header in where necessaryJosef Bacik
2023-10-12btrfs: add fscrypt related dependencies to respective headersJosef Bacik
2023-08-21btrfs: reduce the number of arguments to btrfs_run_delalloc_rangeChristoph Hellwig
2023-08-21btrfs: remove btrfs_writepage_endio_finish_orderedChristoph Hellwig
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: move split_flags/combine_flags helpers to inode-item.hJosef Bacik
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig
2023-04-17btrfs: avoid iterating over all indexes when logging directoryFilipe Manana
2023-04-17btrfs: pass an ordered_extent to btrfs_extract_ordered_extentChristoph Hellwig
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig
2023-02-15btrfs: remove now unused checksumming helpersChristoph Hellwig
2023-02-15btrfs: add a btrfs_data_csum_ok helperChristoph Hellwig
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2022-12-05btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba