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