summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04btrfs: continue trimming remaining devices on failurejinbaohong1-1/+1
2025-12-07btrfs: zoned: refine extent allocator hint selectionNaohiro Aota1-2/+4
2025-05-22btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana1-5/+20
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik1-1/+4
2024-12-14btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik1-1/+0
2024-12-14btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana1-1/+1
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik1-5/+23
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik1-2/+2
2024-08-11btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota1-1/+2
2024-02-01btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota1-0/+18
2024-02-01btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota1-13/+19
2024-02-01btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana1-3/+3
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo1-0/+5
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota1-20/+23
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik1-1/+4
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik1-12/+13
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa1-0/+3
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-0/+6
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-1/+9
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-7/+2
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-2/+3
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval1-24/+6
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik1-1/+17
2022-07-25btrfs: zoned: write out partially allocated regionNaohiro Aota1-0/+10
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota1-10/+40
2022-07-25btrfs: let can_allocate_chunk return errorNaohiro Aota1-7/+8
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo1-3/+3
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig1-44/+28
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-07-15Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba1-1/+1
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+18
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota1-2/+18
2022-05-25Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-33/+28
2022-05-16btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota1-2/+1
2022-05-16btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov1-1/+7
2022-05-16btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba1-4/+2
2022-05-16btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba1-3/+3
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler1-1/+1
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana1-2/+2
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana1-13/+9
2022-05-16btrfs: remove search start argument from first_logical_byte()Filipe Manana1-3/+4
2022-05-16btrfs: stop allocating a path when checking if cross reference existsFilipe Manana1-7/+2
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+2
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+2
2022-04-06btrfs: zoned: activate block group only for extent allocationNaohiro Aota1-1/+1
2022-03-14btrfs: factor out do_free_extent_accounting helperJosef Bacik1-22/+30
2022-03-14btrfs: remove last_ref from the extent freeing codeJosef Bacik1-23/+11
2022-03-14btrfs: add a alloc_reserved_extent helperJosef Bacik1-32/+24