index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
sysfs.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix btree node read error path
Kent Overstreet
1
-9
/
+16
2023-10-22
bcachefs: Fix btree_and_journal_iter
Kent Overstreet
2
-69
/
+40
2023-10-22
bcachefs: Fix for cmd_list_journal
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Also log overwrites in journal
Kent Overstreet
3
-51
/
+79
2023-10-22
bcachefs: Refactor journal entry adding
Kent Overstreet
2
-42
/
+36
2023-10-22
bcachefs: Add some missing error messages
Kent Overstreet
1
-4
/
+20
2023-10-22
bcachefs: Fix memory corruption in encryption path
Kent Overstreet
1
-9
/
+35
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
3
-16
/
+15
2023-10-22
bcachefs: Fix error checking in bch2_fs_alloc()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Print message on btree node read retry success
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Fix journal_keys_search() overhead
Kent Overstreet
5
-26
/
+67
2023-10-22
bcachefs: Always print when doing journal replay in fsck
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Rename group to label for remaining strings.
Daniel Hill
2
-5
/
+5
2023-10-22
bcachefs: Fix encryption path on arm
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Switch to key_type_user, not logon
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: LRU repair tweaks
Kent Overstreet
3
-11
/
+6
2023-10-22
bcachefs: Delete bch_writepage
Kent Overstreet
3
-16
/
+0
2023-10-22
bcachefs: Make bch_option compatible with Rust ffi
Brett Holman
1
-11
/
+3
2023-10-22
bcachefs: Put btree_trans_verify_sorted() behind debug_check_iterators
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix extent merging
Kent Overstreet
1
-1
/
+13
2023-10-22
bcachefs: Improve invalid bkey error message
Kent Overstreet
1
-6
/
+6
2023-10-22
bcachefs: Fix journal_iters_fix()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Go RW before bch2_check_lrus()
Kent Overstreet
4
-55
/
+90
2023-10-22
bcachefs: Add persistent counters
Daniel Hill
11
-9
/
+223
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
8
-131
/
+112
2023-10-22
bcachefs: Don't kick journal reclaim unless low on space
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Lock ordering fix
Kent Overstreet
1
-6
/
+5
2023-10-22
bcachefs: Shutdown path improvements
Kent Overstreet
10
-60
/
+43
2023-10-22
bcachefs: Fix hash_check_key()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Allocate some extra room in btree_key_cache_fill()
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: bch2_btree_iter_peek_all_levels()
Kent Overstreet
3
-21
/
+125
2023-10-22
bcachefs: btree_path_set_level_(up|down)
Kent Overstreet
1
-13
/
+26
2023-10-22
bcachefs: bch2_btree_iter_peek_slot() now works on interior nodes
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: btree_update_interior.c prep for backpointers
Kent Overstreet
1
-26
/
+19
2023-10-22
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
10
-103
/
+129
2023-10-22
bcachefs: Improve some fsck error messages
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Go emergency RO when i_blocks underflows
Kent Overstreet
1
-4
/
+9
2023-10-22
bcachefs: Ensure sysfs show fns print a newline
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Kill old rebuild_replicas option
Kent Overstreet
5
-29
/
+12
2023-10-22
bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix for getting stuck in journal replay
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Improve error logging in fsck.c
Kent Overstreet
1
-2
/
+35
2023-10-22
bcachefs: Fix inode_backpointer_exists()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve bch2_lru_delete() error messages
Kent Overstreet
3
-10
/
+16
2023-10-22
bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()
Kent Overstreet
4
-21
/
+31
2023-10-22
bcachefs: Improve error message when alloc key doesn't match lru entry
Kent Overstreet
1
-3
/
+11
2023-10-22
bcachefs: Ensure buckets have io_time[READ] set
Kent Overstreet
4
-9
/
+23
2023-10-22
bcachefs: Use bch2_trans_inconsistent_on() in more places
Kent Overstreet
2
-9
/
+8
2023-10-22
bcachefs: Improve bch2_open_buckets_to_text()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix CPU usage in journal read path
Kent Overstreet
1
-43
/
+30
[next]