summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain2021-10-261-3/+3
* btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov2021-10-261-5/+0
* btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-261-6/+11
* btrfs: rename root fields in delayed refs structsNikolay Borisov2021-10-261-5/+5
* btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-261-2/+2
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-10/+9
* btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn2021-10-261-3/+4
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-2/+49
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-261-1/+1
* btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota2021-10-261-7/+21
* btrfs: move ffe_ctl one level upNaohiro Aota2021-10-261-75/+87
* btrfs: zoned: activate block group on allocationNaohiro Aota2021-10-261-0/+12
* btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-261-1/+2
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2021-10-071-0/+1
* btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2021-08-231-1/+1
* btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain2021-08-231-5/+5
* btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-221-0/+3
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-15/+0
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-1/+0
* btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik2021-05-271-1/+1
* btrfs: fix unmountable seed device after fstrimAnand Jain2021-05-041-1/+5
* btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana2021-04-191-5/+3
* btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain2021-04-191-13/+0
* btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana2021-03-161-1/+22
* btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-4/+71
* btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota2021-02-091-15/+42
* btrfs: zoned: reset zones of unused block groupsNaohiro Aota2021-02-091-5/+12
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-1/+11
* btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-091-6/+84
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+5
* btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik2021-02-081-1/+0
* btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik2021-02-081-1/+1
* btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2021-02-081-14/+19
* btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik2021-02-081-85/+12
* btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana2021-01-251-43/+18
* btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik2021-01-181-1/+9
* btrfs: correctly calculate item size used when item key collision happensethanwu2020-12-181-0/+2
* btrfs: set the lockdep class for extent buffers on creationJosef Bacik2020-12-081-3/+5
* btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik2020-12-081-2/+3
* btrfs: pass root owner to read_tree_blockJosef Bacik2020-12-081-2/+2
* btrfs: cleanup extent buffer readaheadJosef Bacik2020-12-081-1/+1
* btrfs: load free space cache asynchronouslyJosef Bacik2020-12-081-0/+5
* btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik2020-12-081-0/+2
* btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik2020-12-081-25/+0
* btrfs: do not shorten unpin len for caching block groupsJosef Bacik2020-12-081-4/+4
* btrfs: locking: rip out path->leave_spinningJosef Bacik2020-12-081-8/+0
* btrfs: locking: remove all the blocking helpersJosef Bacik2020-12-081-13/+6
* btrfs: precalculate checksums per leaf onceDavid Sterba2020-12-081-19/+0
* btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba2020-12-081-1/+1