summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet
2025-02-12bcachefs: Reuse transactionAlan Huang
2025-02-12bcachefs: Pass _orig_restart_count to trans_was_restartedAlan Huang
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet
2025-02-11bcachefs: Split out journal pins by btree levelKent Overstreet
2025-02-11bcachefs: Fix use after freeAlan Huang
2025-02-07bcachefs: Fix marking reflink pointers to missing indirect extentsKent Overstreet
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet
2025-02-06bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()Kent Overstreet
2025-02-06bcachefs: Fix discard path journal flushingKent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-02-06bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()Jeongjun Park
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-01-30Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-01-27add a string-to-qstr constructorAl Viro
2025-01-26bcachefs: Improve trace_move_extent_finishKent Overstreet
2025-01-26bcachefs: Fix trace_copygcKent Overstreet
2025-01-26bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet
2025-01-25bcachefs: Improve journal pin flushingKent Overstreet
2025-01-25bcachefs: fix bch2_btree_node_flagsKent Overstreet
2025-01-25bcachefs: rebalance, copygc enabled are runtime optsKent Overstreet
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-21bcachefs: bset_blacklisted_journal_seq is now AUTOFIXKent Overstreet
2025-01-21bcachefs: "Journal stuck" timeout now takes into account device latencyKent Overstreet
2025-01-21bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()Kent Overstreet
2025-01-21bcachefs: Fix btree_trans_peek_key_cache()Kent Overstreet
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-15bcachefs: Fix check_inode_hash_info_matches_root()Kent Overstreet
2025-01-14bcachefs: Document issue with bch_stripe layoutKent Overstreet
2025-01-14bcachefs: Fix self healing on read errorKent Overstreet
2025-01-14bcachefs: Pop all the transactions from the abort oneAlan Huang
2025-01-14bcachefs: Only abort the transactions in the cycleAlan Huang
2025-01-14bcachefs: Introduce lock_graph_pop_fromAlan Huang
2025-01-14bcachefs: Convert open-coded lock_graph_pop_all to helperAlan Huang
2025-01-14bcachefs: Do not allow no fail lock request to failAlan Huang
2025-01-14bcachefs: Merge the condition to avoid additional invocationAlan Huang
2025-01-14Revert "bcachefs: Fix bch2_btree_node_upgrade()"Alan Huang
2025-01-13bcachefs: bcachefs_metadata_version_directory_sizeHongbo Li
2025-01-13bcachefs: make directory i_size meaningfulHongbo Li