summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-06bcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
2024-05-06bcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
2024-05-06bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
2024-05-06bcachefs: fix overflow in fiemapReed Riley1-1/+1
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
2024-05-06bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
2024-05-06bcachefs: don't free error pointersKent Overstreet1-1/+2
2024-05-06bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet1-0/+2