summaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
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
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: move inode prototypes to btrfs_inode.hJosef Bacik
2022-12-05btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana
2022-07-25btrfs: set the objectid of the btree inode's location keyFilipe Manana
2022-07-25btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana
2022-03-14btrfs: put initial index value of a directory in a constantFilipe Manana
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana
2021-08-23btrfs: initial fsverity supportBoris Burkov
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik
2021-02-08btrfs: make btrfs_dio_private::bytes u32Qu Wenruo
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov