aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs_inode.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-27btrfs: export a helper for compression hard checkGravatar Chung-Chiang Cheng 1-0/+11
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeGravatar Filipe Manana 1-0/+30
2022-03-14btrfs: put initial index value of a directory in a constantGravatar Filipe Manana 1-2/+10
2022-01-03btrfs: only copy dir index keys when logging a directoryGravatar Filipe Manana 1-13/+5
2021-10-26btrfs: rename btrfs_dio_private::logical_offset to file_offsetGravatar Qu Wenruo 1-1/+6
2021-10-26btrfs: keep track of the last logged keys when logging a directoryGravatar Filipe Manana 1-11/+28
2021-08-23btrfs: initial fsverity supportGravatar Boris Burkov 1-0/+7
2021-08-23btrfs: add ro compat flags to inodesGravatar Boris Burkov 1-1/+19
2021-04-19btrfs: remove stale comment and logic from btrfs_inode_in_log()Gravatar Filipe Manana 1-13/+4
2021-04-19btrfs: fix race between marking inode needs to be logged and log syncingGravatar Filipe Manana 1-0/+15
2021-04-19btrfs: add a i_mmap_lock to our inodeGravatar Josef Bacik 1-0/+1
2021-02-08btrfs: make btrfs_dio_private::bytes u32Gravatar Qu Wenruo 1-1/+2
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceGravatar Filipe Manana 1-0/+9
2020-12-08btrfs: skip unnecessary searches for xattrs when logging an inodeGravatar Filipe Manana 1-0/+7
2020-12-08btrfs: update the number of bytes used by an inode atomicallyGravatar Filipe Manana 1-1/+2
2020-12-08btrfs: switch cached fs_info::csum_size from u16 to u32Gravatar David Sterba 1-1/+1
2020-12-08btrfs: use cached value of fs_info::csum_size everywhereGravatar David Sterba 1-2/+1
2020-12-08btrfs: remove btrfs_inode::dio_semGravatar Goldwyn Rodrigues 1-10/+0
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagGravatar Nikolay Borisov 1-1/+1
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 1-18/+0
2020-10-07btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeGravatar Nikolay Borisov 1-0/+5
2020-10-07btrfs: make fast fsyncs wait only for writebackGravatar Filipe Manana 1-0/+5
2020-07-27btrfs: reduce contention on log trees when logging checksumsGravatar Filipe Manana 1-0/+11
2020-06-09Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"Gravatar David Sterba 1-0/+18
2020-05-28btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGravatar Goldwyn Rodrigues 1-18/+0
2020-05-25btrfs: get rid of one layer of bios in direct I/OGravatar Omar Sandoval 1-16/+0
2020-05-25btrfs: put direct I/O checksums in btrfs_dio_private instead of bioGravatar Omar Sandoval 1-0/+3
2020-05-25btrfs: convert btrfs_dio_private->pending_bios to refcount_tGravatar Omar Sandoval 1-2/+6
2020-05-25btrfs: remove unused btrfs_dio_private::privateGravatar Omar Sandoval 1-1/+0
2020-03-23btrfs: introduce per-inode file extent treeGravatar Josef Bacik 1-0/+6
2019-11-18Btrfs: remove unnecessary delalloc mutex for inodesGravatar Filipe Manana 1-3/+0
2019-07-01btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Gravatar Johannes Thumshirn 1-5/+5
2019-07-01btrfs: format checksums according to type for printingGravatar Johannes Thumshirn 1-4/+16
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksGravatar Filipe Manana 1-6/+0
2019-04-29btrfs: use common file type conversionGravatar Phillip Potter 1-2/+0
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesGravatar Filipe Manana 1-0/+6
2018-12-17btrfs: drop extra enum initialization where using defaultsGravatar David Sterba 1-1/+1
2018-12-17btrfs: use tagged writepage to mitigate livelock of snapshotGravatar Ethan Lien 1-0/+1
2018-12-17btrfs: Add function to distinguish between data and btree inodeGravatar Nikolay Borisov 1-0/+5
2018-10-15btrfs: Remove 'objectid' member from struct btrfs_rootGravatar Misono Tomohiro 1-4/+4
2018-08-06btrfs: use timespec64 for i_otimeGravatar Arnd Bergmann 1-1/+1
2018-05-28Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsGravatar Omar Sandoval 1-9/+11
2018-05-28Btrfs: get rid of unused orphan infrastructureGravatar Omar Sandoval 1-1/+0
2018-05-28Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMGravatar Omar Sandoval 1-1/+0
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+3
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeGravatar David Sterba 1-6/+0
2018-03-31btrfs: Use filemap_range_has_page()Gravatar Matthew Wilcox 1-1/+5
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countGravatar Nikolay Borisov 1-1/+0
2017-11-01btrfs: make the delalloc block rsv per inodeGravatar Josef Bacik 1-17/+9
2017-11-01btrfs: add tracepoints for outstanding extents modsGravatar Josef Bacik 1-0/+2