linux-block.git
2025-05-22 Kent Overstreetbcachefs: Extra write buffer asserts
2025-05-22 Kent Overstreetbcachefs: add missing locking in bch2_write_point_to_text()
2025-05-22 Kent Overstreetbcachefs: Don't rewind recovery if not in recovery
2025-05-22 Kent Overstreetbcachefs: Rename fsck_running, recovery_running flags
2025-05-22 Kent Overstreetbcachefs: debug_check_bkey_unpack
2025-05-22 Kent Overstreetbcachefs: debug_check_bset_lookups
2025-05-22 Kent Overstreetbcachefs: debug_check_iterators no longer requires...
2025-05-22 Kent Overstreetbcachefs: debug_check_btree_locking modparam
2025-05-22 Kent Overstreetbcachefs: Debug params are now static_keys
2025-05-22 Kent Overstreetbcachefs: Slim down inlined part of bch2_btree_path_upg...
2025-05-22 Kent Overstreetbcachefs: online_fsck_mutex -> run_recovery_passes_lock
2025-05-22 Kent Overstreetbcachefs: bch_sb_field_recovery_passes
2025-05-22 Kent Overstreetbcachefs: recovery_passes_types.h -> recovery_passes_fo...
2025-05-22 Kent Overstreetbcachefs: print label correctly in sb_member_to_text()
2025-05-22 Kent Overstreetbcachefs: "buckets with backpointer mismatches" now...
2025-05-22 Kent Overstreetbcachefs: delete dead items in bch_dev
2025-05-22 Kent Overstreetbcachefs: kill dead code in move_data_phys()
2025-05-22 Kent Overstreetbcachefs: buckets_in_flight on stack
2025-05-22 Kent Overstreetbcachefs: bch2_copygc_dev_wait_amount()
2025-05-22 Kent Overstreetbcachefs: Add missing include
2025-05-22 Kent Overstreetbcachefs: Knob for manual snapshot deletion
2025-05-22 Kent Overstreetbcachefs: bcachefs_metadata_version_fast_device_removal
2025-05-22 Kent Overstreetbcachefs: bch2_dev_data_drop_by_backpointers()
2025-05-22 Kent Overstreetbcachefs: BCH_SB_MEMBER_DELETED_UUID
2025-05-22 Kent Overstreetbcachefs: bch2_dev_remove_stripes() respects degraded...
2025-05-22 Kent Overstreetbcachefs: opts.rebalance_on_ac_only
2025-05-22 Kent Overstreetbcachefs: __bch2_fs_free() cleanup
2025-05-22 Kent Overstreetbcachefs: Improve bch2_extent_ptr_set_cached()
2025-05-22 Kent Overstreetbcachefs: improve check_inode_hash_info_matches_root...
2025-05-22 Kent Overstreetbcachefs: inline bch2_ob_ptr()
2025-05-22 Kent Overstreetbcachefs: bch2_dev_in_target() no longer takes rcu_read...
2025-05-22 Kent Overstreetbcachefs: bch2_journal_write() refactoring
2025-05-22 Kent Overstreetbcachefs: delete_dead_snapshot_keys_v2()
2025-05-22 Kent Overstreetbcachefs: bcachefs_metadata_version_snapshot_deletion_v2
2025-05-22 Kent Overstreetbcachefs: BCH_SNAPSHOT_DELETED -> BCH_SNAPSHOT_WILL_DELETE
2025-05-22 Kent Overstreetbcachefs: Skip unrelated snapshot trees in snapshot...
2025-05-22 Kent Overstreetbcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshot
2025-05-22 Kent Overstreetbcachefs: get_inodes_all_snapshots() now includes whiteouts
2025-05-22 Kent Overstreetbcachefs: bch2_inode_unpack() cleanup
2025-05-22 Kent Overstreetbcachefs: Improve bch2_request_incompat_feature() message
2025-05-22 Alan Huangbcachefs: Fix inconsistent req->ec
2025-05-22 Kent Overstreetbcachefs: kill inode_walker_entry.snapshot
2025-05-22 Kent Overstreetbcachefs: Add comments for inode snapshot requirements
2025-05-22 Kent Overstreetbcachefs: snapshot delete progress indicator
2025-05-22 Kent Overstreetbcachefs: Don't emit bch_sb_field_members_v1 if not...
2025-05-22 Alan Huangbcachefs: Rename x_name to x_name_and_value
2025-05-22 Kent Overstreetbcachefs: Improve bch2_disk_groups_to_text()
2025-05-22 Kent Overstreetdocs: bcachefs: add casefolding reference
2025-05-22 Kent Overstreetbcachefs: Fix setting ca->name in device add
2025-05-22 Kent Overstreetbcachefs: sysfs trigger_recalc_capacity
2025-05-22 Gustavo A.... bcachefs: Avoid -Wflex-array-member-not-at-end warnings
2025-05-22 Kent Overstreetbcachefs: bch2_dev_add() can run on a non-started fs
2025-05-22 Kent Overstreetbcachefs: bch2_fs_open() now takes a darray
2025-05-22 Kent Overstreetbcachefs: bch2_trans_update_ip()
2025-05-22 Kent Overstreetbcachefs: Run most explicit recovery passes persistent
2025-05-22 Kent Overstreetbcachefs: provide unlocked version of run_explicit_reco...
2025-05-22 Kent Overstreetbcachefs: bch2_dirent_to_text() shows casefolded dirents
2025-05-22 Kent Overstreetbcachefs: Single err message for btree node reads
2025-05-22 Kent Overstreetbcachefs: bch2_mark_btree_validate_failure()
2025-05-22 Kent Overstreetbcachefs: bch2_fsck_err_opt()
2025-05-22 Kent Overstreetbcachefs: Plumb printbuf through bch2_btree_lost_data()
2025-05-22 Kent Overstreetbcachefs: kill bch2_run_explicit_recovery_pass_persistent()
2025-05-22 Kent Overstreetbcachefs: Remove redundant calls to btree_lost_data()
2025-05-22 Kent Overstreetbcachefs: bch2_btree_lost_data() now handles snapshots...
2025-05-22 Kent Overstreetbcachefs: Kill redundant error message in topology...
2025-05-22 Kent Overstreetbcachefs: Emit a single log message on data read error
2025-05-22 Kent Overstreetbcachefs: bch2_io_failures_to_text()
2025-05-22 Kent Overstreetbcachefs: print_string_as_lines: avoid printing empty...
2025-05-22 Kent Overstreetbcachefs: Make various async objs visible in debugfs
2025-05-22 Kent Overstreetbcachefs: Async object debugging
2025-05-22 Kent Overstreetbcachefs: fast_list
2025-05-22 Kent Overstreetbcachefs: bch2_read_bio_to_text
2025-05-22 Kent Overstreetbcachefs: bch2_bio_to_text()
2025-05-22 Kent Overstreetbcachefs: bch_dev.io_ref -> enumerated_ref
2025-05-22 Kent Overstreetbcachefs: bch_fs.writes -> enumerated_refs
2025-05-22 Kent Overstreetbcachefs: enumerated_ref.c
2025-05-22 Kent Overstreetbcachefs: for_each_rw_member_rcu()
2025-05-22 Kent Overstreetbcachefs: __bch2_fs_read_write() no longer depends...
2025-05-22 Kent Overstreetbcachefs: for_each_online_member_rcu()
2025-05-22 Kent Overstreetbcachefs: recalc_capacity() no longer depends on io_ref
2025-05-22 Kent Overstreetbcachefs: bch2_target_to_text() no longer depends on...
2025-05-22 Kent Overstreetbcachefs: bch2_check_rebalance_work()
2025-05-22 Alan Huangbcachefs: Kill dead code
2025-05-22 Kent Overstreetbcachefs: Fix struct with flex member ABI warning
2025-05-22 Kent Overstreetdocs: bcachefs: idle work scheduling design doc
2025-05-22 Kent Overstreetbcachefs: bch2_move_data_btree() can now walk roots
2025-05-22 Kent Overstreetbcachefs: bch2_move_data_btree() can move btree nodes
2025-05-22 Kent Overstreetbcachefs: plumb btree_id through move_pred_fd
2025-05-22 Kent Overstreetbcachefs: Plumb target parameter through btree_node_rew...
2025-05-22 Kent Overstreetbcachefs: export bch2_move_data_phys()
2025-05-22 Kent Overstreetbcachefs: BCH_MEMBER_RESIZE_ON_MOUNT
2025-05-22 Kent Overstreetbcachefs: BCH_FEATURE_small_image
2025-05-22 Kent Overstreetbcachefs: BCH_FEATURE_no_alloc_info
2025-05-22 Kent Overstreetbcachefs: Print features on startup with -o verbose
2025-05-22 Kent Overstreetbcachefs: Shrink superblock downgrade table
2025-05-22 Kent Overstreetbcachefs: sb_validate() no longer requires members_v1
2025-05-22 Kent Overstreetbcachefs: Add a recovery pass for making sure root...
2025-05-22 Kent Overstreetbcachefs: Flag for repair on missing subvolume
2025-05-22 Kent Overstreetbcachefs: print_str_as_lines() -> print_str()
2025-05-22 Kent Overstreetbcachefs: bch2_dev_missing_bkey()
next