summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/sysfs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Fix btree node read error pathKent Overstreet1-9/+16
2023-10-22bcachefs: Fix btree_and_journal_iterKent Overstreet2-69/+40
2023-10-22bcachefs: Fix for cmd_list_journalKent Overstreet1-3/+7
2023-10-22bcachefs: Also log overwrites in journalKent Overstreet3-51/+79
2023-10-22bcachefs: Refactor journal entry addingKent Overstreet2-42/+36
2023-10-22bcachefs: Add some missing error messagesKent Overstreet1-4/+20
2023-10-22bcachefs: Fix memory corruption in encryption pathKent Overstreet1-9/+35
2023-10-22bcachefs: bch2_trans_reset_updates()Kent Overstreet3-16/+15
2023-10-22bcachefs: Fix error checking in bch2_fs_alloc()Kent Overstreet1-1/+1
2023-10-22bcachefs: Print message on btree node read retry successKent Overstreet1-1/+6
2023-10-22bcachefs: Fix journal_keys_search() overheadKent Overstreet5-26/+67
2023-10-22bcachefs: Always print when doing journal replay in fsckKent Overstreet1-1/+1
2023-10-22bcachefs: Rename group to label for remaining strings.Daniel Hill2-5/+5
2023-10-22bcachefs: Fix encryption path on armKent Overstreet1-1/+6
2023-10-22bcachefs: Switch to key_type_user, not logonKent Overstreet1-1/+1
2023-10-22bcachefs: LRU repair tweaksKent Overstreet3-11/+6
2023-10-22bcachefs: Delete bch_writepageKent Overstreet3-16/+0
2023-10-22bcachefs: Make bch_option compatible with Rust ffiBrett Holman1-11/+3
2023-10-22bcachefs: Put btree_trans_verify_sorted() behind debug_check_iteratorsKent Overstreet1-0/+3
2023-10-22bcachefs: Fix extent mergingKent Overstreet1-1/+13
2023-10-22bcachefs: Improve invalid bkey error messageKent Overstreet1-6/+6
2023-10-22bcachefs: Fix journal_iters_fix()Kent Overstreet1-2/+2
2023-10-22bcachefs: Go RW before bch2_check_lrus()Kent Overstreet4-55/+90
2023-10-22bcachefs: Add persistent countersDaniel Hill11-9/+223
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet8-131/+112
2023-10-22bcachefs: Don't kick journal reclaim unless low on spaceKent Overstreet1-1/+2
2023-10-22bcachefs: Lock ordering fixKent Overstreet1-6/+5
2023-10-22bcachefs: Shutdown path improvementsKent Overstreet10-60/+43
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet1-5/+5
2023-10-22bcachefs: Allocate some extra room in btree_key_cache_fill()Kent Overstreet1-0/+7
2023-10-22bcachefs: bch2_btree_iter_peek_all_levels()Kent Overstreet3-21/+125
2023-10-22bcachefs: btree_path_set_level_(up|down)Kent Overstreet1-13/+26
2023-10-22bcachefs: bch2_btree_iter_peek_slot() now works on interior nodesKent Overstreet1-8/+11
2023-10-22bcachefs: btree_update_interior.c prep for backpointersKent Overstreet1-26/+19
2023-10-22bcachefs: Plumb btree_id & level to trans_markKent Overstreet10-103/+129
2023-10-22bcachefs: Improve some fsck error messagesKent Overstreet1-4/+4
2023-10-22bcachefs: Go emergency RO when i_blocks underflowsKent Overstreet1-4/+9
2023-10-22bcachefs: Ensure sysfs show fns print a newlineKent Overstreet1-0/+3
2023-10-22bcachefs: Kill old rebuild_replicas optionKent Overstreet5-29/+12
2023-10-22bcachefs: In fsck, pass BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE when deleting dir...Kent Overstreet1-1/+2
2023-10-22bcachefs: Fix for getting stuck in journal replayKent Overstreet1-3/+3
2023-10-22bcachefs: Improve error logging in fsck.cKent Overstreet1-2/+35
2023-10-22bcachefs: Fix inode_backpointer_exists()Kent Overstreet1-1/+1
2023-10-22bcachefs: Improve bch2_lru_delete() error messagesKent Overstreet3-10/+16
2023-10-22bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()Kent Overstreet4-21/+31
2023-10-22bcachefs: Improve error message when alloc key doesn't match lru entryKent Overstreet1-3/+11
2023-10-22bcachefs: Ensure buckets have io_time[READ] setKent Overstreet4-9/+23
2023-10-22bcachefs: Use bch2_trans_inconsistent_on() in more placesKent Overstreet2-9/+8
2023-10-22bcachefs: Improve bch2_open_buckets_to_text()Kent Overstreet1-3/+3
2023-10-22bcachefs: Fix CPU usage in journal read pathKent Overstreet1-43/+30