aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessGravatar Kent Overstreet 1-0/+9
2023-11-14bcachefs: six locks: Fix lost wakeupGravatar Kent Overstreet 1-2/+5
2023-11-14bcachefs: Fix no_data_io mode checksum checkGravatar Kent Overstreet 1-1/+1
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsGravatar Kent Overstreet 1-1/+1
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yGravatar Kent Overstreet 1-4/+0
2023-11-14bcachefs: Disable debug log statementsGravatar Kent Overstreet 1-0/+7
2023-11-14bcachefs: Fix missing transaction commitGravatar Kent Overstreet 1-2/+4
2023-11-14bcachefs: Fix error path in bch2_mount()Gravatar Kent Overstreet 1-7/+1
2023-11-14bcachefs: Fix potential sleeping during mountGravatar Daniel J Blueman 1-0/+2
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Gravatar Kent Overstreet 1-1/+1
2023-11-14bcachefs: Kill journal pre-reservationsGravatar Kent Overstreet 11-275/+19
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathGravatar Kent Overstreet 1-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimGravatar Kent Overstreet 1-6/+42
2023-11-13bcachefs: btree_trans->write_lockedGravatar Kent Overstreet 2-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyGravatar Kent Overstreet 2-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hGravatar Kent Overstreet 2-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesGravatar Kent Overstreet 1-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Gravatar Kent Overstreet 1-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGravatar Gustavo A. R. Silva 1-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gravatar Gustavo A. R. Silva 1-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentGravatar Kent Overstreet 2-2/+2
2023-11-13bcachefs: make bch2_target_to_text_sb staticGravatar Jiapeng Chong 1-1/+1
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 107-2291/+3966
2023-11-05bcachefs: Improve stripe checksum error messageGravatar Kent Overstreet 1-8/+13
2023-11-05bcachefs: Simplify, fix bch2_backpointer_get_key()Gravatar Kent Overstreet 1-44/+33
2023-11-05bcachefs: kill thing_it_points_to arg to backpointer_not_found()Gravatar Kent Overstreet 1-7/+6
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transGravatar Kent Overstreet 3-9/+5
2023-11-05bcachefs: bch2_stripe_to_text() now prints ptr gensGravatar Kent Overstreet 1-0/+1
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsGravatar Kent Overstreet 4-40/+29
2023-11-05bcachefs: Break up bch2_journal_write()Gravatar Kent Overstreet 1-71/+92
2023-11-05bcachefs: Replace ERANGE with private error codesGravatar Kent Overstreet 2-2/+4
2023-11-05bcachefs: bkey_copy() is no longer a macroGravatar Kent Overstreet 4-19/+15
2023-11-05bcachefs: x-macro-ify inode flags enumGravatar Kent Overstreet 9-83/+89
2023-11-05bcachefs: Convert bch2_fs_open() to darrayGravatar Kent Overstreet 2-32/+34
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hGravatar Kent Overstreet 2-14/+14
2023-11-05bcachefs: bch2_prt_datetime()Gravatar Kent Overstreet 5-26/+22
2023-11-04bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to yGravatar Kent Overstreet 1-1/+0
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageGravatar Kent Overstreet 4-4/+14
2023-11-04bcachefs: rebalance_work btree is not a snapshots btreeGravatar Kent Overstreet 5-12/+31
2023-11-04bcachefs: Add missing printk newlinesGravatar Kent Overstreet 1-3/+3
2023-11-04bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryGravatar Kent Overstreet 1-0/+7
2023-11-04bcachefs: .get_parent() should return an error pointerGravatar Kent Overstreet 1-3/+0
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Gravatar Kent Overstreet 2-22/+69
2023-11-04bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldGravatar Brian Foster 3-10/+10
2023-11-04bcachefs: byte order swap bch_alloc_v4.fragmentation_lru fieldGravatar Brian Foster 1-0/+1
2023-11-04bcachefs: allow writeback to fill bio completelyGravatar Brian Foster 1-3/+16
2023-11-04bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtableGravatar Brian Foster 1-10/+14
2023-11-04bcachefs: update alloc cursor in early bucket allocatorGravatar Brian Foster 1-4/+6
2023-11-04bcachefs: serialize on cached key in early bucket allocatorGravatar Brian Foster 1-3/+25
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Gravatar Kent Overstreet 5-9/+23