aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26btrfs: use a runtime flag to indicate an inode is a free space inodeJosef Bacik1-7/+3
2022-09-26btrfs: open code and remove btrfs_insert_inode_hash helperJosef Bacik1-7/+0
2022-09-26btrfs: open code and remove btrfs_inode_sectorsize helperJosef Bacik1-5/+0
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-1/+2
2022-07-25btrfs: add optimized btrfs_ino() version for 64 bits systemsFilipe Manana1-0/+15
2022-07-25btrfs: set the objectid of the btree inode's location keyFilipe Manana1-5/+2
2022-07-25btrfs: remove the inode cache check at btrfs_is_free_space_inode()Filipe Manana1-2/+1
2022-05-16btrfs: move struct btrfs_dio_private to inode.cChristoph Hellwig1-24/+0
2022-05-16btrfs: remove the disk_bytenr in struct btrfs_dio_privateChristoph Hellwig1-1/+0
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng1-0/+11
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana1-0/+30
2022-03-14btrfs: put initial index value of a directory in a constantFilipe Manana1-2/+10
2022-01-03btrfs: only copy dir index keys when logging a directoryFilipe Manana1-13/+5
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetQu Wenruo1-1/+6
2021-10-26btrfs: keep track of the last logged keys when logging a directoryFilipe Manana1-11/+28
2021-08-23btrfs: initial fsverity supportBoris Burkov1-0/+7
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-1/+19
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana1-13/+4
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana1-0/+15
2021-04-19btrfs: add a i_mmap_lock to our inodeJosef Bacik1-0/+1
2021-02-08btrfs: make btrfs_dio_private::bytes u32Qu Wenruo1-1/+2
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana1-0/+9
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana1-0/+7
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-1/+2
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba1-2/+1
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues1-10/+0
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov1-1/+1
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues1-18/+0
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov1-0/+5
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana1-0/+5
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana1-0/+11
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba1-0/+18
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues1-18/+0
2020-05-25btrfs: get rid of one layer of bios in direct I/OOmar Sandoval1-16/+0
2020-05-25btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval1-0/+3
2020-05-25btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval1-2/+6
2020-05-25btrfs: remove unused btrfs_dio_private::privateOmar Sandoval1-1/+0
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+6
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana1-3/+0
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn1-5/+5
2019-07-01btrfs: format checksums according to type for printingJohannes Thumshirn1-4/+16
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana1-6/+0
2019-04-29btrfs: use common file type conversionPhillip Potter1-2/+0
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana1-0/+6
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba1-1/+1
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien1-0/+1
2018-12-17btrfs: Add function to distinguish between data and btree inodeNikolay Borisov1-0/+5
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro1-4/+4
2018-08-06btrfs: use timespec64 for i_otimeArnd Bergmann1-1/+1