summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet10-4/+29
2024-05-09bcachefs: Use bch2_btree_path_upgrade() in key cache traverseKent Overstreet1-16/+3
2024-05-09bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodateKent Overstreet2-9/+8
2024-05-09bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet1-0/+3
2024-05-09bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet4-5/+29
2024-05-09bcachefs: prefer drop_locks_do()Kent Overstreet1-3/+2
2024-05-09bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet3-23/+26
2024-05-09bcachefs: fix typo in reference to BCACHEFS_DEBUGLukas Bulwahn1-1/+1
2024-05-09bcachefs: chardev: make bch_chardev_class constantRicardo B. Marliere1-13/+22
2024-05-09bcachefs: member helper cleanupsKent Overstreet26-126/+133
2024-05-09bcachefs: bucket_valid()Kent Overstreet7-25/+35
2024-05-09bcachefs: bch2_trans_relock_fail() - factor out slowpathKent Overstreet1-46/+52
2024-05-09bcachefs: bch2_dir_emit() - drop_locks_do() conversionKent Overstreet1-20/+26
2024-05-09bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet1-6/+3
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet56-644/+652
2024-05-09bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet3-4/+4
2024-05-09bcachefs: mark_superblock cleanupKent Overstreet5-139/+97
2024-05-09bcachefs: gc_btree_init_recurse() uses gc_mark_node()Kent Overstreet1-42/+22
2024-05-09bcachefs: move root node topo checks to node_check_topology()Kent Overstreet2-23/+19
2024-05-09bcachefs: move topology repair kick to gc_btrees()Kent Overstreet1-39/+9
2024-05-09bcachefs: kill metadata only gcKent Overstreet1-129/+59
2024-05-09bcachefs: Finish converting reconstruct_alloc to errors_silentKent Overstreet2-3/+12
2024-05-09bcachefs: bch2_gc() is now private to btree_gc.cKent Overstreet4-25/+8
2024-05-09bcachefs: for_each_btree_key_continue()Kent Overstreet2-29/+20
2024-05-09bcachefs: kill for_each_btree_key_old()Kent Overstreet1-8/+0
2024-05-09bcachefs: Optimize eytzinger0_sort() with bottom-up heapsortKuan-Wei Chiu1-17/+88
2024-05-09bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet1-0/+11
2024-05-09bcachefs: Don't read journal just for fsckKent Overstreet1-1/+1
2024-05-09bcachefs: allow for custom action in fsck error messagesKent Overstreet3-13/+50
2024-05-09bcachefs: New assertion for writing to the journal after shutdownKent Overstreet6-7/+10
2024-05-09bcachefs: bch2_btree_path_to_text()Kent Overstreet3-5/+53
2024-05-09bcachefs: add btree_node_merging_disabled debug paramKent Overstreet2-0/+5
2024-05-09bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet6-88/+49
2024-05-09bcachefs: bch2_journal_keys_dump()Kent Overstreet2-0/+19
2024-05-09bcachefs: bch2_btree_node_header_to_text()Kent Overstreet1-7/+20
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet23-589/+226
2024-05-09bcachefs: printbufs: prt_printf() now handles \t\r\nKent Overstreet1-63/+106
2024-05-09bcachefs: printbuf improvementsKent Overstreet2-63/+55
2024-05-09bcachefs: Run upgrade/downgrade even in -o nochanges modeKent Overstreet1-43/+41
2024-05-09bcachefs: Better write_super() error messagesKent Overstreet1-6/+15
2024-05-08bcachefs: Fix xattr_to_text() unsafetyKent Overstreet1-4/+10
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Kent Overstreet3-26/+30
2024-05-08bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()Kent Overstreet3-45/+56
2024-05-08bcachefs: Fix sb_clean_validate endianness conversionKent Overstreet1-1/+1
2024-05-07bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet1-0/+6
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14