index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
extents.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-29
bcachefs: Don't keep tons of cached pointers around
Kent Overstreet
1
-1
/
+4
2024-10-13
bcachefs: Handle race between stripe reuse, invalidate_stripe_to_dev
Kent Overstreet
1
-0
/
+10
2024-09-21
bcachefs: Don't drop devices with stripe pointers
Kent Overstreet
1
-3
/
+17
2024-09-09
bcachefs: remove the unused parameter in macro bkey_crc_next
Julian Sun
1
-2
/
+2
2024-09-09
bcachefs: Simplify bch2_bkey_drop_ptrs()
Kent Overstreet
1
-14
/
+9
2024-08-24
bcachefs: Fix rebalance_work accounting
Kent Overstreet
1
-0
/
+1
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
1
-12
/
+12
2024-07-14
bcachefs: Self healing on read IO error
Kent Overstreet
1
-0
/
+2
2024-07-14
bcachefs: bch2_extent_crc_unpacked_to_text()
Kent Overstreet
1
-0
/
+2
2024-05-09
bcachefs: s/bkey_invalid_flags/bch_validate_flags
Kent Overstreet
1
-5
/
+5
2024-05-08
bcachefs: bch2_bkey_drop_ptrs() declares loop iter
Kent Overstreet
1
-1
/
+1
2024-04-03
bcachefs: Repair pass for scanning for btree nodes
Kent Overstreet
1
-0
/
+1
2024-03-31
bcachefs: Kill bch2_bkey_ptr_data_type()
Kent Overstreet
1
-24
/
+0
2024-03-17
bcachefs: Avoid extent entry type assertions in .invalid()
Kent Overstreet
1
-3
/
+3
2024-03-10
bcachefs: extent_entry_next_safe()
Kent Overstreet
1
-3
/
+8
2024-01-21
bcachefs: opts->compression can now also be applied in the background
Kent Overstreet
1
-1
/
+1
2024-01-05
bcachefs: Combine .trans_trigger, .atomic_trigger
Kent Overstreet
1
-8
/
+4
2024-01-05
bcachefs: unify extent trigger
Kent Overstreet
1
-6
/
+6
2024-01-05
bcachefs: unify reservation trigger
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: bkey_for_each_ptr() now declares loop iter
Kent Overstreet
1
-5
/
+1
2024-01-01
bcachefs: simplify bch_devs_list
Kent Overstreet
1
-3
/
+3
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-4
/
+4
2023-11-01
bcachefs: rebalance_work
Kent Overstreet
1
-0
/
+20
2023-10-31
bcachefs: Check for too-large encoded extents
Kent Overstreet
1
-0
/
+5
2023-10-31
bcachefs: Kill dead code extent_save()
Kent Overstreet
1
-18
/
+0
2023-10-22
bcachefs: Refactor memcpy into direct assignment
Kees Cook
1
-6
/
+4
2023-10-22
bcachefs: KEY_TYPE_error now counts towards i_sectors
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Switch to unsafe_memcpy() in a few places
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Change check for invalid key types
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-6
/
+2
2023-10-22
bcachefs: struct bch_extent_rebalance
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: bch2_extent_ptr_desired_durability()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: bkey_ops.min_val_size
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Extent helper improvements
Kent Overstreet
1
-3
/
+13
2023-10-22
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix buffer overrun in ec_stripe_update_extent()
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Cached pointers should not be erasure coded
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Nocow support
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Unwritten extents support
Kent Overstreet
1
-0
/
+17
2023-10-22
bcachefs: Better inlining in core write path
Kent Overstreet
1
-6
/
+28
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: More style fixes
Kent Overstreet
1
-9
/
+13
2023-10-22
bcachefs: Redo data_update interface
Kent Overstreet
1
-5
/
+3
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: Move trigger fns to bkey_ops
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix implementation of KEY_TYPE_error
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: Plumb through subvolume id
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Extensive triggers cleanups
Kent Overstreet
1
-0
/
+11
[next]