summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorLines
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet-0/+2
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet-10/+8
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet-48/+32
2025-02-12bcachefs: Reuse transactionAlan Huang-1/+11
2025-02-12bcachefs: Pass _orig_restart_count to trans_was_restartedAlan Huang-1/+1
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet-1/+58
2025-02-11bcachefs: Fix want_new_bset() so we write until the end of the btree nodeKent Overstreet-2/+2
2025-02-11bcachefs: Split out journal pins by btree levelKent Overstreet-20/+22
2025-02-11bcachefs: Fix use after freeAlan Huang-0/+2
2025-02-07bcachefs: Fix marking reflink pointers to missing indirect extentsKent Overstreet-2/+4
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet-20/+26
2025-02-06bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()Kent Overstreet-1/+0
2025-02-06bcachefs: Fix discard path journal flushingKent Overstreet-35/+55
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park-2/+28
2025-02-06bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()Jeongjun Park-1/+6
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-4/+1
2025-01-30Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org/bcachefsLinus Torvalds-159/+275
2025-01-27add a string-to-qstr constructorAl Viro-5/+1
2025-01-26bcachefs: Improve trace_move_extent_finishKent Overstreet-16/+34
2025-01-26bcachefs: Fix trace_copygcKent Overstreet-18/+19
2025-01-26bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet-0/+2
2025-01-25bcachefs: Improve journal pin flushingKent Overstreet-85/+136
2025-01-25bcachefs: fix bch2_btree_node_flagsKent Overstreet-1/+4
2025-01-25bcachefs: rebalance, copygc enabled are runtime optsKent Overstreet-2/+2
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet-13/+28
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-0/+1
2025-01-21bcachefs: bset_blacklisted_journal_seq is now AUTOFIXKent Overstreet-1/+1
2025-01-21bcachefs: "Journal stuck" timeout now takes into account device latencyKent Overstreet-8/+33
2025-01-21bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()Kent Overstreet-12/+12
2025-01-21bcachefs: Fix btree_trans_peek_key_cache()Kent Overstreet-3/+4
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds-3/+3
2025-01-15bcachefs: Fix check_inode_hash_info_matches_root()Kent Overstreet-2/+11
2025-01-14bcachefs: Document issue with bch_stripe layoutKent Overstreet-0/+17
2025-01-14bcachefs: Fix self healing on read errorKent Overstreet-4/+9
2025-01-14bcachefs: Pop all the transactions from the abort oneAlan Huang-0/+2
2025-01-14bcachefs: Only abort the transactions in the cycleAlan Huang-7/+14
2025-01-14bcachefs: Introduce lock_graph_pop_fromAlan Huang-2/+7
2025-01-14bcachefs: Convert open-coded lock_graph_pop_all to helperAlan Huang-4/+2
2025-01-14bcachefs: Do not allow no fail lock request to failAlan Huang-1/+1
2025-01-14bcachefs: Merge the condition to avoid additional invocationAlan Huang-5/+5
2025-01-14Revert "bcachefs: Fix bch2_btree_node_upgrade()"Alan Huang-18/+4
2025-01-13bcachefs: bcachefs_metadata_version_directory_sizeHongbo Li-3/+49
2025-01-13bcachefs: make directory i_size meaningfulHongbo Li-5/+24
2025-01-09bcachefs: check_unreachable_inodes is not actually PASS_ONLINE yetKent Overstreet-1/+1
2025-01-09bcachefs: Don't use BTREE_ITER_cached when walking alloc btree during fsckKent Overstreet-1/+2
2025-01-09bcachefs: Check for dirents to overwritten inodesKent Overstreet-5/+36
2025-01-09bcachefs: bch2_btree_iter_peek_slot() handles navigating to nonexistent depthKent Overstreet-0/+4
2025-01-09bcachefs: Don't set btree_path to updtodate if we don't fillKent Overstreet-3/+1
2025-01-09bcachefs: __bch2_btree_pos_to_text()Kent Overstreet-5/+13
2025-01-09bcachefs: printbuf_reset() handles tabstopsKent Overstreet-4/+11