summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2025-04-10btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
2024-12-14btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-09-12btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-09-12btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-02-23btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2023-10-25btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana
2023-09-23btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo
2023-08-16btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-01-24btrfs: always report error in run_one_delayed_ref()Qu Wenruo
2022-11-10btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-10-26btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-09-05btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-08-11btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota
2022-07-21btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2022-07-12btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2022-07-12btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov
2022-03-08btrfs: do not start relocation until in progress drops are doneJosef Bacik
2021-11-21btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-11-21btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
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
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik
2021-05-04btrfs: fix unmountable seed device after fstrimAnand Jain
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana
2021-01-18btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik