linux-block.git
2024-04-16 Kent Overstreetbcachefs: make sure to release last journal pin in...
2024-04-16 Kent Overstreetbcachefs: node scan: ignore multiple nodes with same...
2024-04-16 Nathan Chancellorbcachefs: Fix format specifier in validate_bset_keys()
2024-04-16 Kent Overstreetbcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK...
2024-04-15 Kent Overstreetbcachefs: set_btree_iter_dontneed also clears should_be...
2024-04-15 Chao Yubcachefs: fix error path of __bch2_read_super()
2024-04-15 Kent Overstreetbcachefs: Check for backpointer bucket_offset >= bucket...
2024-04-15 Kent Overstreetbcachefs: bch_member.btree_allocated_bitmap
2024-04-15 Kent Overstreetbcachefs: sysfs internal/trigger_journal_flush
2024-04-15 Kent Overstreetbcachefs: Fix bch2_btree_node_fill() for !path
2024-04-14 Kent Overstreetbcachefs: add safety checks in bch2_btree_node_fill()
2024-04-14 Kent Overstreetbcachefs: Interior known are required to have known...
2024-04-14 Kent Overstreetbcachefs: add missing bounds check in __bch2_bkey_val_i...
2024-04-14 Kent Overstreetbcachefs: Fix btree node merging on write buffer btrees
2024-04-14 Kent Overstreetbcachefs: Disable merges from interior update path
2024-04-14 Kent Overstreetbcachefs: Run merges at BCH_WATERMARK_btree
2024-04-14 Kent Overstreetbcachefs: Fix missing write refs in fs fio paths
2024-04-14 Kent Overstreetbcachefs: Fix deadlock in journal replay
2024-04-14 Kent Overstreetbcachefs: Go rw if running any explicit recovery passes
2024-04-14 Kent Overstreetbcachefs: Standardize helpers for printing enum strs...
2024-04-14 Kent Overstreetbcachefs: don't queue btree nodes for rewrites during...
2024-04-14 Kent Overstreetbcachefs: fix race in bch2_btree_node_evict()
2024-04-14 Kent Overstreetbcachefs: fix unsafety in bch2_stripe_to_text()
2024-04-14 Kent Overstreetbcachefs: fix unsafety in bch2_extent_ptr_to_text()
2024-04-14 Kent Overstreetbcachefs: btree node scan: handle encrypted nodes
2024-04-14 Kent Overstreetbcachefs: Check for packed bkeys that are too big
2024-04-14 Kent Overstreetbcachefs: Fix UAFs of btree_insert_entry array
2024-04-12 Kent Overstreetbcachefs: Don't use bch2_btree_node_lock_write_nofail...
2024-04-11 Kent Overstreetbcachefs: Fix __bch2_btree_and_journal_iter_init_node_i...
2024-04-11 Kent Overstreetbcachefs: Kill read lock dropping in bch2_btree_node_lo...
2024-04-11 Kent Overstreetbcachefs: Fix a race in btree_update_nodes_written()
2024-04-09 Kent Overstreetbcachefs: btree_node_scan: Respect member.data_allowed
2024-04-09 Kent Overstreetbcachefs: Don't scan for btree nodes when we can recons...
2024-04-09 Kent Overstreetbcachefs: Fix check_topology() when using node scan
2024-04-09 Kent Overstreetbcachefs: fix eytzinger0_find_gt()
2024-04-07 Kent Overstreetbcachefs: fix bch2_get_acl() transaction restart handling
2024-04-07 Hongbo Libcachefs: fix the count of nr_freed_pcpu after changing...
2024-04-07 Kent Overstreetbcachefs: Fix gap buffer bug in bch2_journal_key_insert...
2024-04-06 Thorsten Blumbcachefs: Rename struct field swap to prevent macro...
2024-04-06 Bagas SanjayaMAINTAINERS: Add entry for bcachefs documentation
2024-04-06 Bagas SanjayaDocumentation: filesystems: Add bcachefs toctree
2024-04-06 Kent Overstreetbcachefs: JOURNAL_SPACE_LOW
2024-04-06 Kent Overstreetbcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINE
2024-04-06 Kent Overstreetbcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted...
2024-04-05 Kent Overstreetbcachefs: fix rand_delete unit test
2024-04-05 Dan Carpenterbcachefs: fix ! vs ~ typo in __clear_bit_le64()
2024-04-05 Kent Overstreetbcachefs: Fix rebalance from durability=0 device
2024-04-04 Kent Overstreetbcachefs: Print shutdown journal sequence number
2024-04-04 Kent Overstreetbcachefs: Further improve btree_update_to_text()
2024-04-04 Kent Overstreetbcachefs: Move btree_updates to debugfs
2024-04-04 Kent Overstreetbcachefs: Bump limit in btree_trans_too_many_iters()
2024-04-04 Kent Overstreetbcachefs: Make snapshot_is_ancestor() safe
2024-04-04 Thomas Bertschingerbcachefs: create debugfs dir for each btree
2024-04-03 Kent Overstreetbcachefs: reconstruct_inode()
2024-04-03 Kent Overstreetbcachefs: Subvolume reconstruction
2024-04-03 Kent Overstreetbcachefs: Check for extents that point to same space
2024-04-03 Kent Overstreetbcachefs: Reconstruct missing snapshot nodes
2024-04-03 Kent Overstreetbcachefs: Flag btrees with missing data
2024-04-03 Kent Overstreetbcachefs: Topology repair now uses nodes found by scann...
2024-04-03 Kent Overstreetbcachefs: Repair pass for scanning for btree nodes
2024-04-03 Kent Overstreetbcachefs: Don't skip fake btree roots in fsck
2024-04-03 Kent Overstreetbcachefs: bch2_btree_root_alloc() -> bch2_btree_root_al...
2024-04-03 Kent Overstreetbcachefs: Etyzinger cleanups
2024-04-03 Kent Overstreetbcachefs: bch2_shoot_down_journal_keys()
2024-04-03 Kent Overstreetbcachefs: Clear recovery_passes_required as they comple...
2024-04-03 Kent Overstreetbcachefs: ratelimit informational fsck errors
2024-04-03 Kent Overstreetbcachefs: Check for bad needs_discard before doing...
2024-04-02 Kent Overstreetbcachefs: Improve bch2_btree_update_to_text()
2024-04-02 Guenter Roeckmean_and_variance: Drop always failing tests
2024-04-02 Kent Overstreetbcachefs: fix nocow lock deadlock
2024-04-02 Kent Overstreetbcachefs: BCH_WATERMARK_interior_updates
2024-04-02 Kent Overstreetbcachefs: Fix btree node reserve
2024-04-01 Kent Overstreetbcachefs: On emergency shutdown, print out current...
2024-04-01 Kent Overstreetbcachefs: Fix overlapping extent repair
2024-04-01 Kent Overstreetbcachefs: Fix remove_dirent()
2024-04-01 Kent Overstreetbcachefs: Logged op errors should be ignored
2024-04-01 Kent Overstreetbcachefs: Improve -o norecovery; opts.recovery_pass_limit
2024-04-01 Kent Overstreetbcachefs: bch2_run_explicit_recovery_pass_persistent()
2024-04-01 Kent Overstreetbcachefs: Ensure bch_sb_field_ext always exists
2024-04-01 Kent Overstreetbcachefs: Flush journal immediately after replay if...
2024-04-01 Kent Overstreetbcachefs: Resume logged ops after fsck
2024-04-01 Kent Overstreetbcachefs: Add error messages to logged ops fns
2024-04-01 Kent Overstreetbcachefs: Split out recovery_passes.c
2024-04-01 Kent Overstreetbcachefs: fix backpointer for missing alloc key msg
2024-04-01 Kent Overstreetbcachefs: Fix bch2_btree_increase_depth()
2024-04-01 Kent Overstreetbcachefs: Kill bch2_bkey_ptr_data_type()
2024-04-01 Kent Overstreetbcachefs: Fix use after free in check_root_trans()
2024-04-01 Kent Overstreetbcachefs: Fix repair path for missing indirect extents
2024-04-01 Kent Overstreetbcachefs: Fix use after free in bch2_check_fix_ptrs()
2024-04-01 Kent Overstreetbcachefs: Fix btree node keys accounting in topology...
2024-04-01 Kent Overstreetbcachefs: Check btree ptr min_key in .invalid
2024-04-01 zhuxiaohuibcachefs: add REQ_SYNC and REQ_IDLE in write dio
2024-04-01 Kent Overstreetbcachefs: Improved topology repair checks
2024-04-01 Kent Overstreetbcachefs: Be careful about btree node splits during...
2024-04-01 Kent Overstreetbcachefs: btree_and_journal_iter now respects trans...
2024-04-01 Hongbo Libcachefs: fix trans->mem realloc in __bch2_trans_kmalloc
2024-04-01 Kent Overstreetbcachefs: Don't do extent merging before journal replay...
2024-04-01 Kent Overstreetbcachefs: Add checks for invalid snapshot IDs
2024-04-01 Kent Overstreetbcachefs: Move snapshot table size to struct snapshot_table
2024-04-01 Kent Overstreetbcachefs: Add an assertion for trying to evict btree...
next