summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix promotesKent Overstreet2023-12-261-1/+2
* bcachefs: Fix leakage of internal error codeKent Overstreet2023-12-211-2/+4
* bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet2023-12-211-7/+8
* bcachefs: fix BCH_FSCK_ERR enumKent Overstreet2023-12-192-2/+2
* bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet2023-12-191-3/+11
* bcachefs; guard against overflow in btree node splitKent Overstreet2023-12-191-0/+12
* bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet2023-12-192-17/+14
* bcachefs: print explicit recovery pass message only onceKent Overstreet2023-12-171-0/+3
* bcachefs: improve modprobe support by providing softdepsDaniel Hill2023-12-141-0/+6
* bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-143-2/+8
* bcachefs: Fix determining required file handle lengthJan Kara2023-12-131-5/+14
* bcachefs: Fix nocow locks deadlockKent Overstreet2023-12-111-1/+2
* bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-104-4/+9
* bcachefs: Fix uninitialized var in bch2_journal_replay()Kent Overstreet2023-12-101-1/+1
* bcachefs: Fix deleted inode check for dirsKent Overstreet2023-12-083-13/+22
* bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill2023-12-061-1/+2
* bcachefs: don't attempt rw on unfreeze when shutdownBrian Foster2023-12-061-0/+3
* bcachefs: Fix creating snapshot with implict sourceKent Overstreet2023-12-061-1/+1
* bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet2023-12-041-0/+8
* bcachefs: Convert compression_stats to for_each_btree_key2Kent Overstreet2023-12-041-4/+4
* bcachefs: Fix bch2_extent_drop_ptrs() callKent Overstreet2023-12-041-2/+2
* bcachefs: Fix a journal deadlock in replayKent Overstreet2023-12-041-0/+11
* bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet2023-12-041-0/+16
* bcachefs: Don't drop journal pins in exit pathKent Overstreet2023-12-034-12/+5
* bcachefs: Extra kthread_should_stop() calls for copygcKent Overstreet2023-11-282-4/+10
* bcachefs: Convert gc_alloc_start() to for_each_btree_key2()Kent Overstreet2023-11-281-4/+5
* bcachefs: Fix race between btree writes and metadata dropKent Overstreet2023-11-281-0/+4
* bcachefs: move journal seq assertionKent Overstreet2023-11-282-3/+3
* bcachefs: -EROFS doesn't count as move_extent_start_failKent Overstreet2023-11-281-0/+4
* bcachefs: trace_move_extent_start_fail() now includes errcodeKent Overstreet2023-11-283-17/+14
* bcachefs: Fix split_race livelockKent Overstreet2023-11-281-1/+5
* bcachefs: Fix bucket data type for stripe bucketsKent Overstreet2023-11-281-2/+6
* bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-284-31/+53
* bcachefs: Fix zstd compress workspace sizeKent Overstreet2023-11-282-7/+11
* bcachefs: bpos is misaligned on big endianKent Overstreet2023-11-251-1/+5
* bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
* bcachefs: Data update path won't accidentaly grow replicasKent Overstreet2023-11-255-67/+96
* bcachefs: deallocate_extra_replicas()Kent Overstreet2023-11-241-0/+27
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-246-11/+42
* bcachefs: preserve device path as device nameBrian Foster2023-11-243-2/+7
* bcachefs: Fix an endianness conversionKent Overstreet2023-11-241-1/+1
* bcachefs: Start gc, copygc, rebalance threads after initing writes refKent Overstreet2023-11-241-12/+16
* bcachefs: Don't stop copygc thread on device resizeKent Overstreet2023-11-241-2/+0
* bcachefs: Make sure bch2_move_ratelimit() also waits for move_opsKent Overstreet2023-11-242-13/+23
* bcachefs: bch2_moving_ctxt_flush_all()Kent Overstreet2023-11-241-5/+11
* 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