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