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