summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-12-20bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet1-3/+11
2023-12-20bcachefs; guard against overflow in btree node splitKent Overstreet1-0/+12
2023-12-20bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet2-17/+14
2023-12-18bcachefs: print explicit recovery pass message only onceKent Overstreet1-0/+3
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill1-0/+6
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger3-2/+8
2023-12-13bcachefs: Fix determining required file handle lengthJan Kara1-5/+14
2023-12-12bcachefs: Fix nocow locks deadlockKent Overstreet1-1/+2
2023-12-11bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet4-4/+9
2023-12-10bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet1-1/+1
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet3-13/+22
2023-12-07bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill1-1/+2
2023-12-06bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster1-0/+3
2023-12-06bcachefs: Fix creating snapshot with implict sourceKent Overstreet1-1/+1
2023-12-05bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet1-0/+8
2023-12-05bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet1-4/+4
2023-12-05bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet1-2/+2
2023-12-05bcachefs: Fix a journal deadlock in replayKent Overstreet1-0/+11
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet1-0/+16
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet4-12/+5
2023-11-29bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2-4/+10
2023-11-29bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet1-4/+5
2023-11-29bcachefs: Fix race between btree writes and metadata dropKent Overstreet1-0/+4
2023-11-29bcachefs: move journal seq assertionKent Overstreet2-3/+3
2023-11-29bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet1-0/+4
2023-11-29bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet3-17/+14
2023-11-29bcachefs: Fix split_race livelockKent Overstreet1-1/+5
2023-11-29bcachefs: Fix bucket data type for stripe bucketsKent Overstreet1-2/+6
2023-11-29bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet4-31/+53
2023-11-29bcachefs: Fix zstd compress workspace sizeKent Overstreet2-7/+11
2023-11-26bcachefs: bpos is misaligned on big endianKent Overstreet1-1/+5
2023-11-26bcachefs: Fix ec + durability calculationKent Overstreet1-18/+12
2023-11-26bcachefs: Data update path won't accidentaly grow replicasKent Overstreet5-67/+96
2023-11-24bcachefs: deallocate_extra_replicas()Kent Overstreet1-0/+27
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet6-11/+42
2023-11-24bcachefs: preserve device path as device nameBrian Foster3-2/+7
2023-11-24bcachefs: Fix an endianness conversionKent Overstreet1-1/+1
2023-11-24bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet1-12/+16
2023-11-24bcachefs: Don't stop copygc thread on device resizeKent Overstreet1-2/+0
2023-11-24bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2-13/+23
2023-11-24bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet1-5/+11
2023-11-24bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig optionKent Overstreet2-0/+15
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet7-29/+26
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