aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-07-25btrfs: zoned: write out partially allocated regionNaohiro Aota
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota
2022-07-25btrfs: let can_allocate_chunk return errorNaohiro Aota
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota
2022-05-16btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov
2022-05-16btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: remove search start argument from first_logical_byte()Filipe Manana
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-03-14btrfs: factor out do_free_extent_accounting helperJosef Bacik
2022-03-14btrfs: remove last_ref from the extent freeing codeJosef Bacik
2022-03-14btrfs: add a alloc_reserved_extent helperJosef Bacik
2022-03-14btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik
2022-03-14btrfs: zoned: remove redundant initialization of to_addJiapeng Chong
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota
2022-01-07btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota
2022-01-07btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik