summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove assumption about csum type form btrfs_print_data_csum_error()Johannes Thumshirn2019-07-011-5/+5
* btrfs: format checksums according to type for printingJohannes Thumshirn2019-07-011-4/+16
* Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana2019-04-291-6/+0
* btrfs: use common file type conversionPhillip Potter2019-04-291-2/+0
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2018-12-171-0/+6
* btrfs: drop extra enum initialization where using defaultsDavid Sterba2018-12-171-1/+1
* btrfs: use tagged writepage to mitigate livelock of snapshotEthan Lien2018-12-171-0/+1
* btrfs: Add function to distinguish between data and btree inodeNikolay Borisov2018-12-171-0/+5
* btrfs: Remove 'objectid' member from struct btrfs_rootMisono Tomohiro2018-10-151-4/+4
* btrfs: use timespec64 for i_otimeArnd Bergmann2018-08-061-1/+1
* Btrfs: renumber BTRFS_INODE_ runtime flags and switch to enumsOmar Sandoval2018-05-281-9/+11
* Btrfs: get rid of unused orphan infrastructureOmar Sandoval2018-05-281-1/+0
* Btrfs: get rid of BTRFS_INODE_HAS_ORPHAN_ITEMOmar Sandoval2018-05-281-1/+0
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+3
* btrfs: open code trivial helper btrfs_page_exists_in_rangeDavid Sterba2018-03-311-6/+0
* btrfs: Use filemap_range_has_page()Matthew Wilcox2018-03-311-1/+5
* btrfs: Remove btrfs_inode::delayed_iput_countNikolay Borisov2018-03-261-1/+0
* btrfs: make the delalloc block rsv per inodeJosef Bacik2017-11-011-17/+9
* btrfs: add tracepoints for outstanding extents modsJosef Bacik2017-11-011-0/+2
* Btrfs: rework outstanding_extentsJosef Bacik2017-11-011-0/+17
* btrfs: separate defrag and property compressionDavid Sterba2017-08-161-0/+5
* btrfs: rename variable holding per-inode compression typeDavid Sterba2017-08-161-2/+2
* btrfs: constify tracepoint argumentsJeff Mahoney2017-08-161-2/+2
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+2
* Btrfs: fix reported number of inode blocksFilipe Manana2017-04-261-0/+7
* btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-281-3/+2
* btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov2017-02-281-2/+2
* btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov2017-02-281-4/+4
* btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov2017-02-281-4/+4
* btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov2017-02-281-3/+3
* btrfs: Better csum error message for data csum mismatchQu Wenruo2017-02-171-0/+18
* btrfs: Make btrfs_inode_in_log take btrfs_inodeNikolay Borisov2017-02-141-9/+7
* btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-5/+5
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-11/+0
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-1/+1
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-1/+1
* | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-131-0/+10
|/
* btrfs: put delayed item hook into inodeDavid Sterba2016-01-071-0/+4
* Btrfs: Direct I/O: Fix space accountingchandan2015-09-211-2/+0
* Btrfs: fix warning of bytes_may_useLiu Bo2015-07-011-0/+2
* Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-261-3/+11
* Btrfs: Add code to support file creation timechandan r2015-02-021-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-10-111-1/+26
|\
| * Btrfs: be aware of btree inode write errors to avoid fs corruptionFilipe Manana2014-10-031-0/+11
| * Btrfs: implement repair function when direct read failsMiao Xie2014-09-171-1/+1
| * Btrfs: do file data check by sub-bio's selfMiao Xie2014-09-171-0/+9
| * Btrfs: load checksum data once when submitting a direct read ioMiao Xie2014-09-171-1/+0
| * Btrfs: make defragment work with nodatacow optionWang Shilong2014-09-171-0/+6
* | Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2014-09-161-2/+11
|/
* btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-6/+0