summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs_inode.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove stale comment and logic from btrfs_inode_in_log()Filipe Manana2021-04-191-13/+4
* btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-04-191-0/+15
* btrfs: add a i_mmap_lock to our inodeJosef Bacik2021-04-191-0/+1
* btrfs: make btrfs_dio_private::bytes u32Qu Wenruo2021-02-081-1/+2
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-0/+9
* btrfs: skip unnecessary searches for xattrs when logging an inodeFilipe Manana2020-12-081-0/+7
* btrfs: update the number of bytes used by an inode atomicallyFilipe Manana2020-12-081-1/+2
* btrfs: switch cached fs_info::csum_size from u16 to u32David Sterba2020-12-081-1/+1
* btrfs: use cached value of fs_info::csum_size everywhereDavid Sterba2020-12-081-2/+1
* btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues2020-12-081-10/+0
* btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov2020-10-071-1/+1
* btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-10-071-18/+0
* btrfs: convert btrfs_inode_sectorsize to take btrfs_inodeNikolay Borisov2020-10-071-0/+5
* btrfs: make fast fsyncs wait only for writebackFilipe Manana2020-10-071-0/+5
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-271-0/+11
* Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-091-0/+18
* btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2020-05-281-18/+0
* btrfs: get rid of one layer of bios in direct I/OOmar Sandoval2020-05-251-16/+0
* btrfs: put direct I/O checksums in btrfs_dio_private instead of bioOmar Sandoval2020-05-251-0/+3
* btrfs: convert btrfs_dio_private->pending_bios to refcount_tOmar Sandoval2020-05-251-2/+6
* btrfs: remove unused btrfs_dio_private::privateOmar Sandoval2020-05-251-1/+0
* btrfs: introduce per-inode file extent treeJosef Bacik2020-03-231-0/+6
* Btrfs: remove unnecessary delalloc mutex for inodesFilipe Manana2019-11-181-3/+0
* 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