summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
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
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: use chunk_root in find_free_extent_update_loopJosef Bacik
2022-01-03btrfs: make remove_extent_backref pass the rootJosef Bacik
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-12-08btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov
2021-10-26btrfs: rename root fields in delayed refs structsNikolay Borisov
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-10-26btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota
2021-10-26btrfs: move ffe_ctl one level upNaohiro Aota
2021-10-26btrfs: zoned: activate block group on allocationNaohiro Aota
2021-10-26btrfs: zoned: calculate free space from zone capacityNaohiro Aota
2021-10-07btrfs: unlock newly allocated extent buffer after errorQu Wenruo
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik