summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-26bcachefs: cond_resched() in journal_key_sort_cmp()Kent Overstreet
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet
2025-03-26bcachefs: Document disk accounting keys and conutersKent Overstreet
2025-03-26bcachefs: Validate number of counters for accounting keysKent Overstreet
2025-03-25bcachefs: Use print_string_as_lines() for journal stuck messagesKent Overstreet
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet
2025-03-25bcachefs: Fix silent short reads in data read retry pathKent Overstreet
2025-03-25bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data()Kent Overstreet
2025-03-24bcachefs: Kill unnecessary bch2_dev_usage_read()Kent Overstreet
2025-03-24bcachefs: btree node write errors now print btree nodeKent Overstreet
2025-03-24bcachefs: Fix race in print_chain()Kent Overstreet
2025-03-24bcachefs: btree_trans_restart_foreign_task()Kent Overstreet
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet
2025-03-24bcachefs: zero init journal biosKent Overstreet
2025-03-24bcachefs: Eliminate padding in move_bucket_keyKent Overstreet
2025-03-24bcachefs: Fix a KMSAN splat in btree_update_nodes_written()Kent Overstreet
2025-03-24bcachefs: kmsan assertsKent Overstreet
2025-03-24bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()Kent Overstreet
2025-03-24bcachefs: Disable asm memcpys when kmsan enabledKent Overstreet
2025-03-24bcachefs: Handle backpointers with unknown data typesKent Overstreet
2025-03-24bcachefs: Count BCH_DATA_parity backpointers correctlyKent Overstreet
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet
2025-03-24bcachefs: Refactor bch2_check_dirent_target()Kent Overstreet
2025-03-24bcachefs: Move bch2_check_dirent_target() to namei.cKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-24bcachefs: EIO cleanupKent Overstreet
2025-03-24bcachefs: bch2_write_prep_encoded_data() now returns errcodeKent Overstreet
2025-03-24bcachefs: Simplify bch2_write_op_error()Kent Overstreet
2025-03-24bcachefs: Fix block/btree node size defaultsKent Overstreet
2025-03-24bcachefs: Add missing smp_rmb()Alan Huang
2025-03-24bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet
2025-03-24bcachefs: Setting foreground_target at runtime now triggers rebalanceKent Overstreet
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet
2025-03-24bcachefs: Remove spurious smp_mb()Alan Huang
2025-03-24bcachefs: Fix incorrect state countAlan Huang
2025-03-24bcachefs: Fix btree iter flags in data moveKent Overstreet
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet
2025-03-24bcachefs: bch2_sb_validate() doesn't need bch_sb_handleKent Overstreet
2025-03-24bcachefs: Add missing random.h includesKent Overstreet
2025-03-24bcachefs: Better incompat version/feature error messagesKent Overstreet
2025-03-24bcachefs: Fix offset_into_extent in data move pathKent Overstreet
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers
2025-03-24bcachefs: Remove unnecessary softdeps on crc32c and crc64Eric Biggers