summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2025-03-14bcachefs: check_bp_exists() check for backpointers for stale pointersKent Overstreet
2025-03-14bcachefs: btree_node_(rewrite|update_key) cleanupKent Overstreet
2025-03-14bcachefs: bs > ps supportKent Overstreet
2025-03-14bcachefs: fix build on 32 bit in get_random_u64_below()Kent Overstreet
2025-03-14bcachefs: Change btree wb assert to runtime errorKent Overstreet
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet
2025-03-13bcachefs: target_congested -> get_random_u32_below()Kent Overstreet
2025-03-13bcachefs: fix tiny leak in bch2_dev_add()Kent Overstreet
2025-03-11bcachefs: Make sure trans is unlocked when submitting read IOKent Overstreet
2025-03-11bcachefs: Initialize from_inode members for bch_io_optsRoxana Nicolescu
2025-03-11bcachefs: Fix b->written overflowAlan Huang
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain
2025-03-06bcachefs: copygc now skips non-rw devicesKent Overstreet
2025-03-06bcachefs: Fix bch2_dev_journal_alloc() spuriously failingKent Overstreet
2025-02-28bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requestedKent Overstreet
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-27Merge patch series "prep patches for my mkdir series"Christian Brauner
2025-02-26bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet
2025-02-26bcachefs: Fix deadlockAlan Huang
2025-02-26bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet
2025-02-26bcachefs: Revert directory i_sizeKent Overstreet
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang
2025-02-20bcachefs: print op->nonce on data update inconsistencyKent Overstreet