aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza1-1/+1
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain1-5/+5
2021-07-22btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik1-15/+0
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-21btrfs: always abort the transaction if we abort a trans handleJosef Bacik1-1/+0
2021-05-27btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik1-1/+1
2021-05-04btrfs: fix unmountable seed device after fstrimAnand Jain1-1/+5
2021-04-19btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana1-5/+3
2021-04-19btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain1-13/+0
2021-03-16btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana1-1/+22
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota1-4/+71
2021-02-09btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota1-15/+42
2021-02-09btrfs: zoned: reset zones of unused block groupsNaohiro Aota1-5/+12
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-1/+11
2021-02-09btrfs: zoned: implement sequential extent allocationNaohiro Aota1-6/+84
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota1-0/+5
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik1-1/+0
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik1-14/+19
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik1-85/+12
2021-01-25btrfs: fix log replay failure due to race with space cache rebuildFilipe Manana1-43/+18
2021-01-18btrfs: don't get an EINTR during drop_snapshot for relocJosef Bacik1-1/+9
2020-12-18btrfs: correctly calculate item size used when item key collision happensethanwu1-0/+2
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik1-3/+5
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-2/+3
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik1-2/+2
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik1-1/+1
2020-12-08btrfs: load free space cache asynchronouslyJosef Bacik1-0/+5
2020-12-08btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_rangeJosef Bacik1-0/+2
2020-12-08btrfs: update last_byte_to_unpin in switch_commit_rootsJosef Bacik1-25/+0
2020-12-08btrfs: do not shorten unpin len for caching block groupsJosef Bacik1-4/+4
2020-12-08btrfs: locking: rip out path->leave_spinningJosef Bacik1-8/+0
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik1-13/+6
2020-12-08btrfs: precalculate checksums per leaf onceDavid Sterba1-19/+0
2020-12-08btrfs: use precalculated sectorsize_bits from fs_infoDavid Sterba1-1/+1
2020-12-08btrfs: add set/get accessors for root_item::drop_levelDavid Sterba1-3/+3
2020-10-26btrfs: tree-checker: fix incorrect printk formatPujin Shi1-1/+1
2020-10-07btrfs: introduce BTRFS_NESTING_COW for cow'ing blocksJosef Bacik1-5/+7
2020-10-07btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()Qu Wenruo1-1/+19
2020-10-07btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()Qu Wenruo1-13/+147
2020-10-07btrfs: call btrfs_try_granting_tickets when unpinning anythingJosef Bacik1-4/+3
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo1-10/+9
2020-08-27btrfs: set the correct lockdep class for new nodesJosef Bacik1-1/+1
2020-08-21btrfs: detect nocow for swap after snapshot deleteBoris Burkov1-6/+11
2020-08-12btrfs: trim: fix underflow in trim length to prevent access beyond device boundaryQu Wenruo1-0/+14
2020-07-27btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocation treeQu Wenruo1-1/+8
2020-07-27btrfs: qgroup: free per-trans reserved space when a subvolume gets droppedQu Wenruo1-0/+8
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1