linux-block.git
2024-12-21 Kent Overstreetbcachefs: Bad btree roots are now autofix
2024-12-21 Kent Overstreetbcachefs: Kill bch2_bucket_alloc_new_fs()
2024-12-21 Kent Overstreetbcachefs: Fix btree node scan when unknown btree IDs...
2024-12-21 Kent Overstreetbcachefs: backpointer_to_missing_ptr is now autofix
2024-12-21 Kent Overstreetbcachefs: Fix accounting_read when we rewind
2024-12-21 Kent Overstreetbcachefs: disk_accounting: bch2_dev_rcu -> bch2_dev_rcu...
2024-12-21 Kent Overstreetbcachefs: errcode cleanup: journal errors
2024-12-21 Kent Overstreetbcachefs: Use separate rhltable for bch2_inode_or_desce...
2024-12-21 Kent Overstreetbcachefs: BCH_ERR_btree_node_read_error_cached
2024-12-21 Kent Overstreetbcachefs: btree_write_buffer_flush_seq() no longer...
2024-12-21 Kent Overstreetbcachefs: discard fastpath now uses bch2_discard_one_bu...
2024-12-21 Kent Overstreetbcachefs: Bias reads more in favor of faster device
2024-12-21 Kent Overstreetbcachefs: trivial btree write buffer refactoring
2024-12-21 Kent Overstreetbcachefs: Can now block journal activity without closin...
2024-12-21 Kent Overstreetbcachefs: New backpointers helpers
2024-12-21 Kent Overstreetbcachefs: kill bch_backpointer.bucket_offset usage
2024-12-21 Kent Overstreetbcachefs: Fix check_backpointers_to_extents range limiting
2024-12-21 Kent Overstreetbcachefs: bch_backpointer -> bkey_i_backpointer
2024-12-21 Kent Overstreetbcachefs: Drop swab code for backpointers in alloc...
2024-12-21 Kent Overstreetbcachefs: bucket_pos_to_bp_end()
2024-12-21 Kent Overstreetbcachefs: check for backpointers to invalid device
2024-12-21 Kent Overstreetbcachefs: fix bp_pos_to_bucket_nodev_noerror
2024-12-21 Kent Overstreetbcachefs: Fix evacuate_bucket tracepoint
2024-12-21 Kent Overstreetbcachefs: fix O(n^2) issue with whiteouts in journal...
2024-12-21 Kent Overstreetbcachefs: btree_and_journal_iter: don't iterate over...
2024-12-21 Kent Overstreetbcachefs: journal keys: sort keys for interior nodes...
2024-12-21 Kent Overstreetbcachefs: kill bch2_journal_entries_free()
2024-12-21 Kent Overstreetbcachefs: Don't BUG_ON() when superblock feature wasn...
2024-12-21 Kent Overstreetbcachefs: Don't use a shared decompress workspace mempool
2024-12-21 Kent Overstreetbcachefs: compression workspaces should be indexed...
2024-12-21 Kent Overstreetbcachefs: add missing BTREE_ITER_intent
2024-12-21 Kent Overstreetbcachefs: Kill bch2_get_next_backpointer()
2024-12-21 Kent Overstreetbcachefs: Delete backpointers check in try_alloc_bucket()
2024-12-21 Kent Overstreetbcachefs: peek_prev_min(): Search forwards for extents...
2024-12-21 Kent Overstreetbcachefs: Implement bch2_btree_iter_prev_min()
2024-12-21 Kent Overstreetbcachefs: discard_one_bucket() now uses need_discard_or...
2024-12-21 Kent Overstreetbcachefs: bch2_bucket_do_index(): inconsistent_err...
2024-12-21 Kent Overstreetbcachefs: try_alloc_bucket() now uses bch2_check_discar...
2024-12-21 Kent Overstreetbcachefs: rework bch2_bucket_alloc_freelist() freelist...
2024-12-21 Kent Overstreetbcachefs: kill inconsistent err in invalidate_one_bucket()
2024-12-21 Kent Overstreetbcachefs: Don't delete reflink pointers to missing...
2024-12-21 Kent Overstreetbcachefs: Reorganize reflink.c a bit
2024-12-21 Kent Overstreetbcachefs: Reserve 8 bits in bch_reflink_p
2024-12-21 Kent Overstreetbcachefs: Kill FSCK_NEED_FSCK
2024-12-21 Kent Overstreetbcachefs: lru errors are expected when reconstructing...
2024-12-21 Kent Overstreetbcachefs: Delete dead code from bch2_discard_one_bucket()
2024-12-21 Kent Overstreetbcachefs: bch2_btree_bit_mod_iter()
2024-12-21 Kent Overstreetbcachefs: delete dead code
2024-12-21 Kent Overstreetbcachefs: Fix shutdown message
2024-12-21 Kent Overstreetbcachefs: Don't use page allocator for sb_read_scratch
2024-12-21 Youling Tangbcachefs: Simplify code in bch2_dev_alloc()
2024-12-21 Youling Tangbcachefs: Remove redundant initialization in bch2_vfs_i...
2024-12-21 Youling Tangbcachefs: Removes NULL pointer checks for __filemap_get...
2024-12-21 Kent Overstreetbcachefs: Add support for FS_IOC_GETFSSYSFSPATH
2024-12-21 Kent Overstreetbcachefs: Add support for FS_IOC_GETFSUUID
2024-12-21 Youling Tangbcachefs: Correct the description of the '--bucket...
2024-12-21 Integralbcachefs: add support for true/false & yes/no in bool...
2024-12-21 Kent Overstreetbcachefs: Move fsck ioctl code to fsck.c
2024-12-21 Kent Overstreetbcachefs: Kill unnecessary iter_rewind() in bkey_get_em...
2024-12-21 Kent Overstreetbcachefs: Simplify btree_iter_peek() filter_snapshots
2024-12-21 Kent Overstreetbcachefs: Rename btree_iter_peek_upto() -> btree_iter_p...
2024-12-21 Kent Overstreetbcachefs: Assert that we're not violating key cache...
2024-12-21 Kent Overstreetbcachefs: bch2_trans_verify_not_unlocked_or_in_restart()
2024-12-21 Kent Overstreetbcachefs: Better in_restart error
2024-12-21 Kent Overstreetbcachefs: Assert we're not in a restart in bch2_trans_put()
2024-12-21 Kent Overstreetbcachefs: Fix unhandled transaction restart in evacuate...
2024-12-21 Kent Overstreetbcachefs: Improved check_topology() assert
2024-12-21 Kent Overstreetbcachefs: Kill BCH_TRANS_COMMIT_lazy_rw
2024-12-21 Kent Overstreetbcachefs: Add assert for use of journal replay keys...
2024-12-21 Hongbo Libcachefs: use attribute define helper for sysfs attribute
2024-12-21 Hongbo Libcachefs: remove write permission for gc_gens_pos sysfs...
2024-12-21 Kent Overstreetbcachefs: Move bch_extent_rebalance code to rebalance.c
2024-12-21 Kent Overstreetbcachefs: Improve trace_rebalance_extent
2024-12-21 Kent Overstreetbcachefs: Simplify option logic in rebalance
2024-12-21 Kent Overstreetbcachefs: get_update_rebalance_opts()
2024-12-21 Kent Overstreetbcachefs: bch2_write_inode() now checks for changing...
2024-12-21 Kent Overstreetbcachefs: New bch_extent_rebalance fields
2024-12-21 Kent Overstreetbcachefs: bch2_prt_csum_opt()
2024-12-21 Kent Overstreetbcachefs: copygc_enabled, rebalance_enabled now opts...
2024-12-21 Kent Overstreetbcachefs: Add bch_io_opts fields for indicating whether...
2024-12-21 Kent Overstreetbcachefs: io_opts_to_rebalance_opts()
2024-12-21 Kent Overstreetbcachefs: rename bch_extent_rebalance fields to match...
2024-12-21 Kent Overstreetbcachefs: kill __bch2_bkey_sectors_need_rebalance()
2024-12-21 Kent Overstreetbcachefs: kill bch2_bkey_needs_rebalance()
2024-12-21 Kent Overstreetbcachefs: small cleanup for extent ptr bitmasks
2024-12-21 Kent Overstreetbcachefs: bch2_io_opts_fixups()
2024-12-21 Kent Overstreetbcachefs: use bch2_data_update_opts_to_text() in trace_...
2024-12-21 Kent Overstreetbcachefs: avoid 'unsigned flags'
2024-12-21 Thorsten Blumbcachefs: Annotate struct bucket_gens with __counted_by()
2024-12-21 Thorsten Blumbcachefs: Use str_write_read() helper in write_super_en...
2024-12-21 Thorsten Blumbcachefs: Use str_write_read() helper in ec_block_endio()
2024-12-21 Thorsten Blumbcachefs: Use str_write_read() helper function
2024-12-21 Kent Overstreetbcachefs: Add version check for bch_btree_ptr_v2.sector...
2024-12-21 Kent Overstreetbcachefs: Add block plugging to read paths
2024-12-21 Kent Overstreetbcachefs: Fix warning about passing flex array member...
2024-12-21 Kent Overstreetbcachefs: bch2_journal_meta() takes ref on c->writes
2024-12-21 Kent Overstreetbcachefs: -o norecovery now bails out of recovery earlier
2024-12-21 Kent Overstreetbcachefs: Refactor new stripe path to reduce dependenci...
2024-12-21 Kent Overstreetbcachefs: Avoid bch2_btree_id_str()
2024-12-21 Kent Overstreetbcachefs: better error message in check_snapshot_tree()
next