summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)Author
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
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues
2020-05-25btrfs: get rid of one layer of bios in direct I/OOmar Sandoval
2020-05-25btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval
2020-05-25btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval
2020-05-25btrfs: remove unused btrfs_dio_private::privateOmar Sandoval
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn
2019-07-01btrfs: format checksums according to type for printingJohannes Thumshirn
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana
2019-04-29btrfs: use common file type conversionPhillip Potter
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2018-12-17btrfs: drop extra enum initialization where using defaultsDavid Sterba
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien
2018-12-17btrfs: Add function to distinguish between data and btree inodeNikolay Borisov
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro
2018-08-06btrfs: use timespec64 for i_otimeArnd Bergmann
2018-05-28Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsOmar Sandoval
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval
2018-05-28Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik
2017-11-01btrfs: add tracepoints for outstanding extents modsJosef Bacik
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik
2017-08-16btrfs: separate defrag and property compressionDavid Sterba
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo