summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: pass btrfs_inode to btrfs_add_delayed_iputDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_clear_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_split_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_set_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_merge_delalloc_extentDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_delete_subvolumeDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_check_data_csumDavid Sterba2022-12-051-3/+1
* btrfs: pass btrfs_inode to btrfs_inode_unlockDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_inode_lockDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_dio_repair_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_data_read_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba2022-12-051-1/+1
* btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba2022-12-051-1/+1
* btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba2022-12-051-2/+1
* btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba2022-12-051-0/+5
* btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba2022-12-051-3/+1
* btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba2022-12-051-0/+3
* btrfs: move inode prototypes to btrfs_inode.hJosef Bacik2022-12-051-0/+136
* btrfs: move btrfs_print_data_csum_error into inode.cJosef Bacik2022-12-051-26/+0
* btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik2022-09-261-7/+3
* btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik2022-09-261-7/+0
* btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik2022-09-261-5/+0
* btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik2022-09-261-1/+2
* btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana2022-07-251-0/+15
* btrfs: set the objectid of the btree inode's location keyFilipe Manana2022-07-251-5/+2
* btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana2022-07-251-2/+1
* btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig2022-05-161-24/+0
* btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig2022-05-161-1/+0
* btrfs: export a helper for compression hard checkChung-Chiang Cheng2022-04-271-0/+11
* btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana2022-03-141-0/+30
* btrfs: put initial index value of a directory in a constantFilipe Manana2022-03-141-2/+10
* btrfs: only copy dir index keys when logging a directoryFilipe Manana2022-01-031-13/+5
* btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo2021-10-261-1/+6
* btrfs: keep track of the last logged keys when logging a directoryFilipe Manana2021-10-261-11/+28
* btrfs: initial fsverity supportBoris Burkov2021-08-231-0/+7
* btrfs: add ro compat flags to inodesBoris Burkov2021-08-231-1/+19
* btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana2021-04-191-13/+4
* btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-191-0/+15
* btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-191-0/+1
* btrfs: make btrfs_dio_private::bytes u32Qu Wenruo2021-02-081-1/+2
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-0/+9
* btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana2020-12-081-0/+7
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-1/+2
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-2/+1
* btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues2020-12-081-10/+0
* btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-071-1/+1
* btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-10-071-18/+0
* btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov2020-10-071-0/+5