index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
ec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
bcachefs: ptr_stale() -> dev_ptr_stale()
Kent Overstreet
1
-2
/
+2
2024-05-08
bcachefs: ec_validate_checksums() -> bch2_dev_tryget()
Kent Overstreet
1
-10
/
+12
2024-05-08
bcachefs: ob_dev()
Kent Overstreet
1
-5
/
+2
2024-05-08
bcachefs: Kill bch2_dev_bkey_exists() in backpointer code
Kent Overstreet
1
-2
/
+3
2024-05-08
bcachefs: PTR_BUCKET_POS() now takes bch_dev
Kent Overstreet
1
-22
/
+26
2024-05-08
bcachefs: bch2_bucket_ref_update() now takes bch_dev
Kent Overstreet
1
-5
/
+14
2024-05-08
bcachefs: bch2_bkey_drop_ptrs() declares loop iter
Kent Overstreet
1
-1
/
+1
2024-05-08
bcachefs: simplify bch2_trans_start_alloc_update()
Kent Overstreet
1
-13
/
+3
2024-05-08
bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4
Kent Overstreet
1
-62
/
+38
2024-05-08
bcachefs: kill bch2_dev_usage_update_m()
Kent Overstreet
1
-3
/
+3
2024-05-08
bcachefs: alloc_data_type_set()
Kent Overstreet
1
-1
/
+1
2024-05-08
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
1
-1
/
+4
2024-05-08
bcachefs: bch2_bucket_ref_update()
Kent Overstreet
1
-7
/
+7
2024-05-08
bcachefs: Consolidate mark_stripe_bucket() and trans_mark_stripe_bucket()
Kent Overstreet
1
-116
/
+135
2024-05-08
bcachefs: mark_stripe_bucket cleanup
Kent Overstreet
1
-35
/
+65
2024-05-08
bcachefs: bucket_data_type_mismatch()
Kent Overstreet
1
-10
/
+9
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
1
-5
/
+5
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-13
/
+13
2024-04-13
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
1
-8
/
+6
2024-04-13
bcachefs: fix unsafety in bch2_stripe_to_text()
Kent Overstreet
1
-21
/
+25
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
1
-3
/
+3
2024-03-13
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-2
/
+2
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
1
-2
/
+2
2024-01-21
bcachefs: BTREE_TRIGGER_ATOMIC
Kent Overstreet
1
-1
/
+1
2024-01-05
bcachefs: unify stripe trigger
Kent Overstreet
1
-92
/
+72
2024-01-05
bcachefs: move stripe triggers to ec.c
Kent Overstreet
1
-0
/
+321
2024-01-01
bcachefs: bkey_for_each_ptr() now declares loop iter
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-9
/
+6
2024-01-01
bcachefs: for_each_btree_key() now declares loop iter
Kent Overstreet
1
-11
/
+4
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
1
-16
/
+8
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
1
-2
/
+2
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
1
-25
/
+21
2024-01-01
bcachefs: Clean up btree write buffer write ref handling
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: convert bch_fs_flags to x-macro
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Rename BTREE_INSERT flags
Kent Overstreet
1
-5
/
+5
2023-11-13
bcachefs: Guard against insufficient devices to create stripes
Kent Overstreet
1
-2
/
+14
2023-11-05
bcachefs: Improve stripe checksum error message
Kent Overstreet
1
-8
/
+13
2023-11-05
bcachefs: bch2_ec_read_extent() now takes btree_trans
Kent Overstreet
1
-7
/
+3
2023-11-05
bcachefs: bch2_stripe_to_text() now prints ptr gens
Kent Overstreet
1
-0
/
+1
2023-11-01
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-16
/
+13
2023-11-01
bcachefs: Add IO error counts to bch_member
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-20
/
+14
2023-10-22
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-48
/
+60
2023-10-22
bcachefs: Convert more -EROFS to private error codes
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Change check for invalid key types
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-8
/
+10
2023-10-22
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
1
-17
/
+17
[next]