aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureGravatar Filipe Manana 1-6/+7
2021-12-08btrfs: fail if fstrim_range->start == U64_MAXGravatar Josef Bacik 1-0/+3
2021-10-26btrfs: reduce btrfs_update_block_group alloc argument to boolGravatar Anand Jain 1-3/+3
2021-10-26btrfs: pull up qgroup checks from delayed-ref core to init timeGravatar Nikolay Borisov 1-5/+0
2021-10-26btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refGravatar Nikolay Borisov 1-6/+11
2021-10-26btrfs: rename root fields in delayed refs structsGravatar Nikolay Borisov 1-5/+5
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedGravatar Filipe Manana 1-2/+2
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-10/+9
2021-10-26btrfs: zoned: let the for_treelog test in the allocator stand outGravatar Johannes Thumshirn 1-3/+4
2021-10-26btrfs: zoned: add a dedicated data relocation block groupGravatar Johannes Thumshirn 1-2/+49
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootGravatar Johannes Thumshirn 1-1/+1
2021-10-26btrfs: zoned: avoid chunk allocation if active block group has enough spaceGravatar Naohiro Aota 1-7/+21
2021-10-26btrfs: move ffe_ctl one level upGravatar Naohiro Aota 1-75/+87
2021-10-26btrfs: zoned: activate block group on allocationGravatar Naohiro Aota 1-0/+12
2021-10-26btrfs: zoned: calculate free space from zone capacityGravatar Naohiro Aota 1-1/+2
2021-10-07btrfs: unlock newly allocated extent buffer after errorGravatar Qu Wenruo 1-0/+1
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchGravatar Marcos Paulo de Souza 1-1/+1
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsGravatar Anand Jain 1-5/+5
2021-07-22btrfs: check for missing device in btrfs_trim_fsGravatar Anand Jain 1-0/+3
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedGravatar Josef Bacik 1-15/+0
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2021-06-21btrfs: always abort the transaction if we abort a trans handleGravatar Josef Bacik 1-1/+0
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headGravatar Josef Bacik 1-1/+1
2021-05-04btrfs: fix unmountable seed device after fstrimGravatar Anand Jain 1-1/+5
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Gravatar Filipe Manana 1-5/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticGravatar Anand Jain 1-13/+0
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersGravatar Filipe Manana 1-1/+22
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupGravatar Naohiro Aota 1-4/+71
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceGravatar Naohiro Aota 1-15/+42
2021-02-09btrfs: zoned: reset zones of unused block groupsGravatar Naohiro Aota 1-5/+12
2021-02-09btrfs: zoned: redirty released extent buffersGravatar Naohiro Aota 1-1/+11
2021-02-09btrfs: zoned: implement sequential extent allocationGravatar Naohiro Aota 1-6/+84
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-0/+5
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockGravatar Josef Bacik 1-1/+0
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveGravatar Josef Bacik 1-1/+1
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedGravatar Josef Bacik 1-14/+19
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfGravatar Josef Bacik 1-85/+12
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildGravatar Filipe Manana 1-43/+18
2021-01-18btrfs: don't get an EINTR during drop_snapshot for relocGravatar Josef Bacik 1-1/+9
2020-12-18btrfs: correctly calculate item size used when item key collision happensGravatar ethanwu 1-0/+2
2020-12-08btrfs: set the lockdep class for extent buffers on creationGravatar Josef Bacik 1-3/+5
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferGravatar Josef Bacik 1-2/+3
2020-12-08btrfs: pass root owner to read_tree_blockGravatar Josef Bacik 1-2/+2
2020-12-08btrfs: cleanup extent buffer readaheadGravatar Josef Bacik 1-1/+1
2020-12-08btrfs: load free space cache asynchronouslyGravatar Josef Bacik 1-0/+5
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeGravatar Josef Bacik 1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsGravatar Josef Bacik 1-25/+0
2020-12-08btrfs: do not shorten unpin len for caching block groupsGravatar Josef Bacik 1-4/+4
2020-12-08btrfs: locking: rip out path->leave_spinningGravatar Josef Bacik 1-8/+0
2020-12-08btrfs: locking: remove all the blocking helpersGravatar Josef Bacik 1-13/+6