开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
extents.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
bcachefs: Fix some (spurious) warnings about uninitialized vars
Kent Overstreet
2023-10-22
bcachefs: Drop invalid stripe ptrs in fsck
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_alloc_v2
Kent Overstreet
2023-10-22
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
2023-10-22
bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Indirect inline data extents
Kent Overstreet
2023-10-22
bcachefs: Refactor replicas code
Kent Overstreet
2023-10-22
bcachefs: Fix extent_ptr_durability() calculation for erasure coded data
Kent Overstreet
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
2023-10-22
bcachefs: Improve assorted error messages
Kent Overstreet
2023-10-22
bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()
Kent Overstreet
2023-10-22
bcachefs: Add print method for bch2_btree_ptr_v2
Kent Overstreet
2023-10-22
bcachefs: Kill bkey_type_successor
Kent Overstreet
2023-10-22
bcachefs: Fix off by one error in bch2_extent_crc_append()
Kent Overstreet
2023-10-22
bcachefs: btree_ptr_v2
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_ptr_swab for indirect extents
Kent Overstreet
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_fs_bug()
Kent Overstreet
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
2023-10-22
bcachefs: Be slightly less tricky with union usage
Kent Overstreet
2023-10-22
bcachefs: Remove some BKEY_PADDED uses
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_iter_fix_key_modified()
Kent Overstreet
2023-10-22
bcachefs: Don't use rep movsq for small memcopies
Kent Overstreet
2023-10-22
bcachefs: Avoid calling iter_prev() in extent update path
Kent Overstreet
2023-10-22
bcachefs: kill bch2_extent_merge_inline()
Kent Overstreet
2023-10-22
bcachefs: Fix an iterator counting bug
Kent Overstreet
2023-10-22
bcachefs: Fix iterator counting for reflink pointers (again)
Kent Overstreet
2023-10-22
bcachefs: Limit pointers to being in only one stripe
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_extent_ptr_durability()
Kent Overstreet
2023-10-22
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
2023-10-22
bcachefs: Fix counting iterators for reflink pointers
Kent Overstreet
2023-10-22
bcachefs: Count iterators for reflink_p overwrites correctly
Kent Overstreet
2023-10-22
bcachefs: Debug assertion improvements
Kent Overstreet
2023-10-22
bcachefs: Add missing bch2_btree_node_iter_fix() call
Kent Overstreet
2023-10-22
bcachefs: Debug code improvements
Kent Overstreet
2023-10-22
bcachefs: Add missing bch2_btree_node_iter_fix() calls
Kent Overstreet
2023-10-22
bcachefs: Drop trans arg to bch2_extent_atomic_end()
Kent Overstreet
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
2023-10-22
bcachefs: Update more code for KEY_TYPE_reflink_v
Kent Overstreet
2023-10-22
bcachefs: Re-enable bkey_debugcheck() in the extent update path
Kent Overstreet
[next]