summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-25fix noncemove-checksum-debugKent Overstreet
2025-03-24bcachefs: bch2_extent_crc_unpacked_to_text() includes live sizeKent Overstreet
2025-03-24disambiguate bch2_write_csum_err_msg() callsKent Overstreet
2025-03-24bcachefs: checksum check in data_update_read_done DEBUGKent 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
2025-03-24bcachefs: #if 0 out (enable|disable)_encryption()Kent Overstreet
2025-03-24bcachefs: Improve can_write_extent()Kent Overstreet
2025-03-24bcachefs: trace_io_move_write_failKent Overstreet
2025-03-24bcachefs: Increase blacklist rangeAlan Huang
2025-03-24bcachefs: __bch2_read() now takes a btree_transKent Overstreet
2025-03-24bcachefs: BCH_READ_data_update -> bch_read_bio.data_updateKent Overstreet
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-16bcachefs: Print message on successful read retryKent Overstreet
2025-03-16bcachefs: Return errors to top level bch2_rbio_retry()Kent Overstreet
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet
2025-03-16bcachefs: Read error message now indicates if it was for an internal moveKent Overstreet
2025-03-16bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry pathKent Overstreet
2025-03-16bcachefs: Convert read path to standard error codesKent Overstreet
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet
2025-03-16bcachefs: Don't create bch_io_failures unless it's neededKent Overstreet
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet
2025-03-16bcachefs: Add a cond_resched() to btree cache teardownKent Overstreet
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet
2025-03-14bcachefs: Kill bch2_remount()Kent Overstreet
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet
2025-03-14bcachefs: Use max() to improve gen_after()Thorsten Blum
2025-03-14bcachefs: Remove unnecessary byte allocationThorsten Blum
2025-03-14bcachefs: We no longer read stripes into memory at startupKent Overstreet
2025-03-14bcachefs: trace_stripe_createKent Overstreet
2025-03-14bcachefs: get_existing_stripe() uses new stripe lruKent Overstreet
2025-03-14bcachefs: ec_stripe_delete() uses new stripe lruKent Overstreet