index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
extent-tree.c
Age
Commit message (
Expand
)
Author
2021-06-22
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
btrfs: fix typos in comments
David Sterba
2021-06-21
btrfs: always abort the transaction if we abort a trans handle
Josef Bacik
2021-05-27
btrfs: return errors from btrfs_del_csums in cleanup_ref_head
Josef Bacik
2021-05-04
btrfs: fix unmountable seed device after fstrim
Anand Jain
2021-04-19
btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()
Filipe Manana
2021-04-19
btrfs: unexport btrfs_extent_readonly() and make it static
Anand Jain
2021-03-16
btrfs: always pin deleted leaves when there are active tree mod log users
Filipe Manana
2021-02-09
btrfs: zoned: extend zoned allocator to use dedicated tree-log block group
Naohiro Aota
2021-02-09
btrfs: zoned: implement cloning for zoned device-replace
Naohiro Aota
2021-02-09
btrfs: zoned: reset zones of unused block groups
Naohiro Aota
2021-02-09
btrfs: zoned: redirty released extent buffers
Naohiro Aota
2021-02-09
btrfs: zoned: implement sequential extent allocation
Naohiro Aota
2021-02-09
btrfs: zoned: track unusable bytes for zones
Naohiro Aota
2021-02-08
btrfs: remove bogus BUG_ON in alloc_reserved_tree_block
Josef Bacik
2021-02-08
btrfs: delayed refs pre-flushing should only run the heads we have
Josef Bacik
2021-02-08
btrfs: account for new extents being deleted in total_bytes_pinned
Josef Bacik
2021-02-08
btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself
Josef Bacik
2021-01-25
btrfs: fix log replay failure due to race with space cache rebuild
Filipe Manana
2021-01-18
btrfs: don't get an EINTR during drop_snapshot for reloc
Josef Bacik
2020-12-18
btrfs: correctly calculate item size used when item key collision happens
ethanwu
2020-12-08
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
btrfs: load free space cache asynchronously
Josef Bacik
2020-12-08
btrfs: explicitly protect ->last_byte_to_unpin in unpin_extent_range
Josef Bacik
2020-12-08
btrfs: update last_byte_to_unpin in switch_commit_roots
Josef Bacik
2020-12-08
btrfs: do not shorten unpin len for caching block groups
Josef Bacik
2020-12-08
btrfs: locking: rip out path->leave_spinning
Josef Bacik
2020-12-08
btrfs: locking: remove all the blocking helpers
Josef Bacik
2020-12-08
btrfs: precalculate checksums per leaf once
David Sterba
2020-12-08
btrfs: use precalculated sectorsize_bits from fs_info
David Sterba
2020-12-08
btrfs: add set/get accessors for root_item::drop_level
David Sterba
2020-10-26
btrfs: tree-checker: fix incorrect printk format
Pujin Shi
2020-10-07
btrfs: introduce BTRFS_NESTING_COW for cow'ing blocks
Josef Bacik
2020-10-07
btrfs: extent-tree: kill the BUG_ON() in insert_inline_extent_backref()
Qu Wenruo
2020-10-07
btrfs: extent-tree: kill BUG_ON() in __btrfs_free_extent()
Qu Wenruo
2020-10-07
btrfs: call btrfs_try_granting_tickets when unpinning anything
Josef Bacik
2020-10-07
btrfs: tracepoints: output proper root owner for trace_find_free_extent()
Qu Wenruo
2020-09-07
btrfs: require only sector size alignment for parent eb bytenr
Qu Wenruo
2020-08-27
btrfs: set the correct lockdep class for new nodes
Josef Bacik
2020-08-21
btrfs: detect nocow for swap after snapshot delete
Boris Burkov
2020-08-12
btrfs: trim: fix underflow in trim length to prevent access beyond device bou...
Qu Wenruo
2020-07-27
btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...
Qu Wenruo
2020-07-27
btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped
Qu Wenruo
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
2020-05-25
btrfs: remove unused function heads_to_leaves
YueHaibing
2020-05-25
btrfs: don't force read-only after error in drop snapshot
David Sterba
[prev]
[next]