aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_bufferTetsuo 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/kdave/linuxLinus 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/kdave/linuxLinus Torvalds1-2/+18
2022-06-21btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota1-2/+18
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus 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-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-2/+2
2022-04-17block: 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
2022-03-14btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik1-1/+2
2022-03-14btrfs: zoned: remove redundant initialization of to_addJiapeng Chong1-4/+3
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik1-0/+10
2022-01-07btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota1-12/+9
2022-01-07btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota1-0/+17
2022-01-07btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota1-4/+16
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-0/+1
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-3/+8
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-15/+25
2022-01-03btrfs: use chunk_root in find_free_extent_update_loopJosef Bacik1-1/+1
2022-01-03btrfs: make remove_extent_backref pass the rootJosef Bacik1-8/+10
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-7/+7
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana1-6/+7
2021-12-08btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik1-0/+3
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain1-3/+3
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov1-5/+0
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov1-6/+11