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