aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-io-tree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo1-17/+16
2020-12-08btrfs: merge __set_extent_bit and set_extent_bitNikolay Borisov1-8/+13
2020-12-08btrfs: update the number of bytes used by an inode atomicallyFilipe Manana1-1/+15
2020-12-08btrfs: sink the failed_start parameter to set_extent_bitQu Wenruo1-10/+7
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov1-1/+0
2020-10-07btrfs: use own btree inode io_tree owner idQu Wenruo1-0/+1
2020-10-07btrfs: add owner and fs_info to alloc_state io_treeQu Wenruo1-0/+1
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo1-0/+2
2020-07-27btrfs: streamline btrfs_get_io_failure_record logicNikolay Borisov1-2/+0
2020-07-27btrfs: make get_state_failrec return failrec directlyNikolay Borisov1-2/+1
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana1-0/+1
2020-03-23btrfs: switch to per-transaction pinned extentsNikolay Borisov1-2/+2
2020-03-23btrfs: introduce per-inode file extent treeJosef Bacik1-0/+3
2019-11-18btrfs: move the failrec tree stuff into extent-io-tree.hJosef Bacik1-0/+18
2019-11-18btrfs: export find_delalloc_rangeJosef Bacik1-0/+3
2019-11-18btrfs: move extent_io_tree defs to their own headerJosef Bacik1-0/+227