summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: add set/get accessors for root_item::drop_levelDavid Sterba2020-12-081-3/+3
* btrfs: tree-checker: fix incorrect printk formatPujin Shi2020-10-261-1/+1
* btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik2020-10-071-5/+7
* btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo2020-10-071-1/+19
* btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo2020-10-071-13/+147
* btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik2020-10-071-4/+3
* btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo2020-10-071-3/+4
* btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-071-10/+9
* btrfs: set the correct lockdep class for new nodesJosef Bacik2020-08-271-1/+1
* btrfs: detect nocow for swap after snapshot deleteBoris Burkov2020-08-211-6/+11
* btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-121-0/+14
* btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo2020-07-271-1/+8
* btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo2020-07-271-0/+8
* btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo2020-05-251-1/+1
* btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana2020-05-251-1/+1
* btrfs: remove unused function heads_to_leavesYueHaibing2020-05-251-16/+0
* btrfs: don't force read-only after error in drop snapshotDavid Sterba2020-05-251-2/+0
* btrfs: add missing annotation for btrfs_lock_cluster()Jules Irenge2020-05-251-0/+1
* btrfs: do not use readahead for running delayed refsJosef Bacik2020-03-231-4/+0
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-5/+2
* btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov2020-03-231-8/+1
* btrfs: Open code insert_extent_backrefNikolay Borisov2020-03-231-20/+9
* btrfs: factor out prepare_allocation() for extent allocationNaohiro Aota2020-03-231-42/+68
* btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationNaohiro Aota2020-03-231-0/+3
* btrfs: factor out chunk_allocation_failed() for extent allocationNaohiro Aota2020-03-231-9/+18
* btrfs: drop unnecessary arguments from find_free_extent_update_loop()Naohiro Aota2020-03-231-5/+2
* btrfs: factor out found_extent() for extent allocationNaohiro Aota2020-03-231-5/+25
* btrfs: factor out release_block_group()Naohiro Aota2020-03-231-5/+19
* btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota2020-03-231-9/+7
* btrfs: factor out do_allocation() for extent allocationNaohiro Aota2020-03-231-31/+44
* btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota2020-03-231-15/+23
* btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota2020-03-231-5/+9