summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-03-07bcachefs: copygc now skips non-rw devicesKent Overstreet1-13/+12
2025-03-07bcachefs: Fix bch2_dev_journal_alloc() spuriously failingKent Overstreet1-27/+32
2025-03-01bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requestedKent Overstreet2-15/+20
2025-02-27bcachefs: Fix truncate sometimes failing and returning 1Kent Overstreet1-0/+1
2025-02-27bcachefs: Fix deadlockAlan Huang6-13/+17
2025-02-27bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resizeKent Overstreet1-1/+3
2025-02-27bcachefs: Revert directory i_sizeKent Overstreet4-41/+1
2025-02-24bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet1-1/+1
2025-02-21bcachefs: Fix memmove when move keys downAlan Huang1-1/+1
2025-02-21bcachefs: print op->nonce on data update inconsistencyKent Overstreet1-0/+1
2025-02-20bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet1-0/+2
2025-02-20bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet1-10/+8
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet2-48/+32
2025-02-13bcachefs: Reuse transactionAlan Huang1-1/+11
2025-02-13bcachefs: Pass _orig_restart_count to trans_was_restartedAlan Huang1-1/+1
2025-02-13bcachefs: 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-07bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet4-20/+26
2025-02-07bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()Kent Overstreet1-1/+0
2025-02-07bcachefs: Fix discard path journal flushingKent Overstreet8-35/+55
2025-02-07bcachefs: fix deadlock in journal_entry_open()Jeongjun Park4-2/+28
2025-02-07bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()Jeongjun Park1-1/+6
2025-02-02Merge 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-28add a string-to-qstr constructorAl Viro3-5/+1
2025-01-27bcachefs: Improve trace_move_extent_finishKent Overstreet1-16/+34
2025-01-27bcachefs: Fix trace_copygcKent Overstreet2-18/+19
2025-01-27bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet1-0/+2
2025-01-26bcachefs: Improve journal pin flushingKent Overstreet6-85/+136
2025-01-26bcachefs: fix bch2_btree_node_flagsKent Overstreet1-1/+4
2025-01-26bcachefs: rebalance, copygc enabled are runtime optsKent Overstreet1-2/+2
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet4-13/+28
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-0/+1
2025-01-22bcachefs: bset_blacklisted_journal_seq is now AUTOFIXKent Overstreet1-1/+1
2025-01-22bcachefs: "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-21Merge 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