summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorLines
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet-0/+9
2023-11-14bcachefs: six locks: Fix lost wakeupKent Overstreet-2/+5
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet-1/+1
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet-1/+1
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet-4/+0
2023-11-14bcachefs: Disable debug log statementsKent Overstreet-0/+7
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet-2/+4
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet-7/+1
2023-11-14bcachefs: Fix potential sleeping during mountDaniel J Blueman-0/+2
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet-1/+1
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet-275/+19
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet-6/+42
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hKent Overstreet-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesKent Overstreet-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentKent Overstreet-2/+2
2023-11-13bcachefs: make bch2_target_to_text_sb staticJiapeng Chong-1/+1
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-2291/+3966
2023-11-05bcachefs: Improve stripe checksum error messageKent Overstreet-8/+13
2023-11-05bcachefs: Simplify, fix bch2_backpointer_get_key()Kent Overstreet-44/+33
2023-11-05bcachefs: kill thing_it_points_to arg to backpointer_not_found()Kent Overstreet-7/+6
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet-9/+5
2023-11-05bcachefs: bch2_stripe_to_text() now prints ptr gensKent Overstreet-0/+1
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet-40/+29
2023-11-05bcachefs: Break up bch2_journal_write()Kent Overstreet-71/+92
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet-2/+4
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet-19/+15
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet-83/+89
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet-32/+34
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet-14/+14
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet-26/+22
2023-11-04bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to yKent Overstreet-1/+0
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet-4/+14
2023-11-04bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet-12/+31
2023-11-04bcachefs: Add missing printk newlinesKent Overstreet-3/+3
2023-11-04bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryKent Overstreet-0/+7
2023-11-04bcachefs: .get_parent() should return an error pointerKent Overstreet-3/+0
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet-22/+69
2023-11-04bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster-10/+10
2023-11-04bcachefs: byte order swap bch_alloc_v4.fragmentation_lru fieldBrian Foster-0/+1
2023-11-04bcachefs: allow writeback to fill bio completelyBrian Foster-3/+16
2023-11-04bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtableBrian Foster-10/+14
2023-11-04bcachefs: update alloc cursor in early bucket allocatorBrian Foster-4/+6
2023-11-04bcachefs: serialize on cached key in early bucket allocatorBrian Foster-3/+25
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet-9/+23