summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet
2023-12-10bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet
2023-12-06bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet
2023-12-04bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet
2023-12-04bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet
2023-12-04bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet
2023-12-04bcachefs: Fix a journal deadlock in replayKent Overstreet
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet
2023-11-28bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet
2023-11-28bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet
2023-11-28bcachefs: Fix race between btree writes and metadata dropKent Overstreet
2023-11-28bcachefs: move journal seq assertionKent Overstreet
2023-11-28bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet
2023-11-28bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet
2023-11-28bcachefs: Fix split_race livelockKent Overstreet
2023-11-28bcachefs: Fix bucket data type for stripe bucketsKent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-28bcachefs: Fix zstd compress workspace sizeKent Overstreet
2023-11-25bcachefs: bpos is misaligned on big endianKent Overstreet
2023-11-25bcachefs: Fix ec + durability calculationKent Overstreet
2023-11-25bcachefs: Data update path won't accidentaly grow replicasKent Overstreet
2023-11-24bcachefs: deallocate_extra_replicas()Kent Overstreet
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet
2023-11-24bcachefs: preserve device path as device nameBrian Foster
2023-11-24bcachefs: Fix an endianness conversionKent Overstreet
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet
2023-11-24bcachefs: Don't stop copygc thread on device resizeKent Overstreet
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet
2023-11-24bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
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