summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-01-01bcachefs: make RO snapshots actually ROKent Overstreet
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet
2024-01-01bcachefs: Add persistent identifiers for recovery passesKent Overstreet
2024-01-01bcachefs: prt_bitflags_vector()Kent Overstreet
2024-01-01bcachefs: move BCH_SB_ERRS() to sb-errors_types.hKent Overstreet
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet
2024-01-01bcachefs: DARRAY_PREALLOCATED()Kent Overstreet
2024-01-01bcachefs: Switch darray to kvmalloc()Kent Overstreet
2024-01-01bcachefs: Factor out darray resize slowpathKent Overstreet
2024-01-01bcachefs: fix setting version_upgrade_completeKent Overstreet
2024-01-01bcachefs: fix invalid free in dio write pathKent Overstreet
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet
2023-12-26bcachefs: Fix promotesKent Overstreet
2023-12-21bcachefs: Fix leakage of internal error codeKent Overstreet
2023-12-21bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet
2023-12-19bcachefs: fix BCH_FSCK_ERR enumKent Overstreet
2023-12-19bcachefs: Fix bch2_alloc_sectors_start_trans() error handlingKent Overstreet
2023-12-19bcachefs; guard against overflow in btree node splitKent Overstreet
2023-12-19bcachefs: btree_node_u64s_with_format() takes nr keysKent Overstreet
2023-12-17bcachefs: print explicit recovery pass message only onceKent Overstreet
2023-12-14bcachefs: improve modprobe support by providing softdepsDaniel Hill
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger
2023-12-13bcachefs: Fix determining required file handle lengthJan Kara
2023-12-11bcachefs: Fix nocow locks deadlockKent Overstreet
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