aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-28Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsOmar Sandoval1-9/+11
2018-05-28Btrfs: get rid of unused orphan infrastructureOmar Sandoval1-1/+0
2018-05-28Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval1-1/+0
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+3
2018-03-31btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba1-6/+0
2018-03-31btrfs: Use filemap_range_has_page()Matthew Wilcox1-1/+5
2018-03-26btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov1-1/+0
2017-11-01btrfs: make the delalloc block rsv per inodeJosef Bacik1-17/+9
2017-11-01btrfs: add tracepoints for outstanding extents modsJosef Bacik1-0/+2
2017-11-01Btrfs: rework outstanding_extentsJosef Bacik1-0/+17
2017-08-16btrfs: separate defrag and property compressionDavid Sterba1-0/+5
2017-08-16btrfs: rename variable holding per-inode compression typeDavid Sterba1-2/+2
2017-08-16btrfs: constify tracepoint argumentsJeff Mahoney1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+2
2017-04-26Btrfs: fix reported number of inode blocksFilipe Manana1-0/+7
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov1-3/+2
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov1-2/+2
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov1-4/+4
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov1-3/+3
2017-02-17btrfs: Better csum error message for data csum mismatchQu Wenruo1-0/+18
2017-02-14btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov1-9/+7
2017-02-14btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov1-5/+5
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-11/+0
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba1-1/+1
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves1-1/+1
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana1-0/+10
2016-01-07btrfs: put delayed item hook into inodeDavid Sterba1-0/+4
2015-09-21Btrfs: Direct I/O: Fix space accountingchandan1-2/+0
2015-07-01Btrfs: fix warning of bytes_may_useLiu Bo1-0/+2
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-3/+11
2015-02-02Btrfs: Add code to support file creation timechandan r1-0/+3
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+26
2014-10-03Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana1-0/+11
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-1/+1
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie1-0/+9
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-1/+0
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong1-0/+6
2014-09-16Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana1-2/+11
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-6/+0