summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-03-14bcachefs: bch2_blacklist_entries_gc cleanupAndreas Gruenbacher
2025-03-14bcachefs: bch2_bkey_ptr_data_type() now correctly returns cached for cached ptrsKent Overstreet
2025-03-14bcachefs: Add time_stat for btree writesKent Overstreet
2025-03-14bcachefs: Add comment explaining why asserts in invalidate_one_bucket() are i...Kent Overstreet
2025-03-14bcachefs: Ignore backpointers to stripes in ec_stripe_update_extents()Kent Overstreet
2025-03-14bcachefs: Increase JOURNAL_BUF_NRKent Overstreet
2025-03-14bcachefs: Free journal bufs when not in useKent Overstreet
2025-03-14bcachefs: Don't touch journal_buf->data->seq in journal_res_getKent Overstreet
2025-03-14bcachefs: Kill journal_res.idxKent Overstreet
2025-03-14bcachefs: Kill journal_res_state.unwritten_idxKent Overstreet
2025-03-14bcachefs: add progress indicator to check_allocationsKent Overstreet
2025-03-14bcachefs: Add a progress indicator to bch2_dev_data_drop()Kent Overstreet
2025-03-14bcachefs: Factor out progress.[ch]Kent Overstreet
2025-03-14bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...Kent Overstreet
2025-03-14bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...Kent Overstreet
2025-03-14bcachefs: Convert migrate to move_data_phys()Kent Overstreet
2025-03-14bcachefs: Read/move path counter workKent Overstreet
2025-03-14bcachefs: Fix subtraction underflowAlan Huang
2025-03-14bcachefs: ScrubKent Overstreet
2025-03-14bcachefs: bch2_btree_node_scrub()Kent Overstreet
2025-03-14bcachefs: bch2_bkey_pick_read_device() can now specify a deviceKent Overstreet
2025-03-14bcachefs: __bch2_move_data_phys() now uses bch2_btree_node_rewrite_pos()Kent Overstreet
2025-03-14bcachefs: bch2_move_data_phys()Kent Overstreet
2025-03-14bcachefs: bch2_btree_node_rewrite_pos()Kent Overstreet
2025-03-14bcachefs: backpointer_get_key() doesn't pull in btree nodeKent Overstreet
2025-03-14bcachefs: Internal reads can now correct errorsKent Overstreet
2025-03-14bcachefs: Don't self-heal if a data update is already rewritingKent Overstreet
2025-03-14bcachefs: Don't start promotes from bch2_rbio_free()Kent Overstreet
2025-03-14bcachefs: Bail out early on alloc_nowait data updatesKent Overstreet
2025-03-14bcachefs: Rework init order in bch2_data_update_init()Kent Overstreet
2025-03-14bcachefs: Self healing writes are BCH_WRITE_alloc_nowaitKent Overstreet
2025-03-14bcachefs: Promotes should use BCH_WRITE_only_specified_devsKent Overstreet
2025-03-14bcachefs: Be stricter in bch2_read_retry_nodecode()Kent Overstreet
2025-03-14bcachefs: cleanup redundant code around data_update_op initializationKent Overstreet
2025-03-14bcachefs: bch2_update_unwritten_extent() no longer depends on wbioKent Overstreet
2025-03-14bcachefs: promote_op uses embedded bch_read_bioKent Overstreet
2025-03-14bcachefs: data_update now embeds bch_read_bioKent Overstreet
2025-03-14bcachefs: rbio_init() cleanupKent Overstreet
2025-03-14bcachefs: rbio_init_fragment()Kent Overstreet
2025-03-14bcachefs: Rename BCH_WRITE flags fer consistency with other x-macros enumsKent Overstreet
2025-03-14bcachefs: x-macroize BCH_READ flagsKent Overstreet
2025-03-14bcachefs: kill bch_read_bio.devs_haveKent Overstreet
2025-03-14bcachefs: bch2_data_update_inflight_to_text()Kent Overstreet
2025-03-14bcachefs: BCH_IOCTL_QUERY_COUNTERSKent Overstreet
2025-03-14bcachefs: BCH_COUNTER_bucket_discard_fastKent Overstreet
2025-03-14bcachefs: enum bch_persistent_counters_stableKent Overstreet
2025-03-14bcachefs: Separate running/runnable in wp statsKent Overstreet
2025-03-14bcachefs: Move write_points to debugfsKent Overstreet
2025-03-14bcachefs: Don't inc io_(read|write) counters for movesKent Overstreet
2025-03-14bcachefs: Fix missing increment of move_extent_write counterKent Overstreet