index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_io.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-11
bcachefs: Fix version checks in validate_bset()
Kent Overstreet
1
-5
/
+11
2025-06-11
bcachefs: Add more flags to btree nodes for rewrite reason
Kent Overstreet
1
-2
/
+8
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-10
/
+10
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-7
/
+6
2025-05-31
bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)
Kent Overstreet
1
-5
/
+5
2025-05-21
bcachefs: Reduce usage of recovery.curr_pass
Kent Overstreet
1
-2
/
+1
2025-05-21
bcachefs: struct bch_fs_recovery
Kent Overstreet
1
-3
/
+3
2025-05-21
bcachefs: bch2_fs_emergency_read_only2()
Kent Overstreet
1
-4
/
+12
2025-05-21
bcachefs: Rename fsck_running, recovery_running flags
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: Debug params are now static_keys
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: Single err message for btree node reads
Kent Overstreet
1
-108
/
+146
2025-05-21
bcachefs: Plumb printbuf through bch2_btree_lost_data()
Kent Overstreet
1
-9
/
+19
2025-05-21
bcachefs: Make various async objs visible in debugfs
Kent Overstreet
1
-0
/
+12
2025-05-21
bcachefs: bch_dev.io_ref -> enumerated_ref
Kent Overstreet
1
-9
/
+13
2025-05-21
bcachefs: bch_fs.writes -> enumerated_refs
Kent Overstreet
1
-3
/
+4
2025-05-21
bcachefs: Plumb target parameter through btree_node_rewrite_pos()
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: Simplify logic
Alan Huang
1
-6
/
+2
2025-05-21
bcachefs: btree_io_complete_wq -> btree_write_complete_wq
Kent Overstreet
1
-1
/
+1
2025-05-05
bcachefs: Add missing barriers before wake_up_bit()
Kent Overstreet
1
-1
/
+8
2025-04-03
bcachefs: Fix scheduling while atomic from logging changes
Kent Overstreet
1
-0
/
+1
2025-04-02
bcachefs: Kill btree_iter.trans
Kent Overstreet
1
-1
/
+2
2025-04-02
bcachefs: Split up bch_dev.io_ref
Kent Overstreet
1
-5
/
+9
2025-04-01
bcachefs: fix ref leak in btree_node_read_all_replicas
Kent Overstreet
1
-0
/
+1
2025-03-29
bcachefs: Better printing of inconsistency errors
Kent Overstreet
1
-28
/
+31
2025-03-28
bcachefs: Consistent indentation of multiline fsck errors
Kent Overstreet
1
-3
/
+1
2025-03-24
bcachefs: btree node write errors now print btree node
Kent Overstreet
1
-6
/
+16
2025-03-16
bcachefs: Checksum errors get additional retries
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: Finish bch2_account_io_completion() conversions
Kent Overstreet
1
-16
/
+22
2025-03-14
bcachefs: Add time_stat for btree writes
Kent Overstreet
1
-5
/
+11
2025-03-14
bcachefs: bch2_btree_node_scrub()
Kent Overstreet
1
-0
/
+185
2025-03-14
bcachefs: bch2_bkey_pick_read_device() can now specify a device
Kent Overstreet
1
-2
/
+2
2025-03-11
bcachefs: Fix b->written overflow
Alan Huang
1
-1
/
+1
2025-02-20
bcachefs: Fix memmove when move keys down
Alan Huang
1
-1
/
+1
2025-01-09
bcachefs: bch2_btree_node_write_trans()
Kent Overstreet
1
-2
/
+30
2024-12-21
bcachefs: fix bch2_btree_node_header_to_text() format string
Kent Overstreet
1
-1
/
+1
2024-12-21
bcachefs: If we did repair on a btree node, make sure we rewrite it
Kent Overstreet
1
-7
/
+12
2024-12-21
bcachefs: struct bkey_validate_context
Kent Overstreet
1
-7
/
+37
2024-12-21
bcachefs: Don't try to en/decrypt when encryption not available
Kent Overstreet
1
-58
/
+59
2024-12-21
bcachefs: Fix dup/misordered check in btree node read
Kent Overstreet
1
-1
/
+9
2024-12-21
bcachefs: Avoid bch2_btree_id_str()
Kent Overstreet
1
-6
/
+7
2024-11-08
bcachefs: Fix validate_bset() repair path
Kent Overstreet
1
-5
/
+1
2024-10-18
bcachefs: Don't use commit_do() unnecessarily
Kent Overstreet
1
-1
/
+1
2024-10-09
bcachefs: Release transaction before wake up
Alan Huang
1
-2
/
+3
2024-09-27
bcachefs: rename version -> bversion
Kent Overstreet
1
-1
/
+1
2024-09-27
bcachefs: memset bounce buffer portion to 0 after key_sort_fix_overlapping
Piotr Zalewski
1
-0
/
+4
2024-09-21
bcachefs: split up btree cache counters for live, freeable
Kent Overstreet
1
-3
/
+1
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
1
-1
/
+1
2024-09-21
bcachefs: Options for recovery_passes, recovery_passes_exclude
Kent Overstreet
1
-1
/
+1
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
1
-47
/
+20
[next]