summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
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
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik
2020-12-08btrfs: do not shorten unpin len for caching block groupsJosef Bacik
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik
2020-10-07btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo
2020-10-07btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-08-27btrfs: set the correct lockdep class for new nodesJosef Bacik
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo
2020-07-27btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo
2020-07-27btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo
2020-05-25btrfs: rename member 'trimming' of block group to a more generic nameFilipe Manana
2020-05-25btrfs: remove unused function heads_to_leavesYueHaibing
2020-05-25btrfs: don't force read-only after error in drop snapshotDavid Sterba
2020-05-25btrfs: add missing annotation for btrfs_lock_cluster()Jules Irenge
2020-03-23btrfs: do not use readahead for running delayed refsJosef Bacik
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: Remove block_rsv parameter from btrfs_drop_snapshotNikolay Borisov
2020-03-23btrfs: Open code insert_extent_backrefNikolay Borisov
2020-03-23btrfs: factor out prepare_allocation() for extent allocationNaohiro Aota
2020-03-23btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocationNaohiro Aota
2020-03-23btrfs: factor out chunk_allocation_failed() for extent allocationNaohiro Aota
2020-03-23btrfs: drop unnecessary arguments from find_free_extent_update_loop()Naohiro Aota
2020-03-23btrfs: factor out found_extent() for extent allocationNaohiro Aota
2020-03-23btrfs: factor out release_block_group()Naohiro Aota
2020-03-23btrfs: drop unnecessary arguments from clustered allocation functionsNaohiro Aota
2020-03-23btrfs: factor out do_allocation() for extent allocationNaohiro Aota
2020-03-23btrfs: move variables for clustered allocation into find_free_extent_ctlNaohiro Aota
2020-03-23btrfs: move hint_byte into find_free_extent_ctlNaohiro Aota
2020-03-23btrfs: introduce extent allocation policyNaohiro Aota
2020-03-23btrfs: change full_search to bool in find_free_extent_update_loopNaohiro Aota
2020-03-23btrfs: simplify parameters of btrfs_set_disk_extent_flagsDavid Sterba
2020-03-23btrfs: convert snapshot/nocow exlcusion to drew lockNikolay Borisov
2020-03-23btrfs: handle logged extent failure properlyJosef Bacik