summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-03-26bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet
2024-03-26bcachefs: fix simulateously upgrading & downgradingKent Overstreet
2024-03-26bcachefs: check for failure to downgradeKent Overstreet
2024-03-26bcachefs: install fd later to avoid race with closeMathias Krause
2024-03-26bcachefs: Fix build on parisc by avoiding __multi3()Helge Deller
2024-02-16bcachefs: time_stats: Check for last_event == 0 when updating freq statsKent Overstreet
2024-02-16bcachefs: unlock parent dir if entry is not found in subvolume deletionGuoyu Ou
2024-02-16bcachefs: fix incorrect usage of REQ_OP_FLUSHChristoph Hellwig
2024-02-16bcachefs: grab s_umount only if snapshottingSu Yue
2024-02-16bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue
2024-02-16bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amountKent Overstreet
2024-02-16bcachefs: Add missing bch2_moving_ctxt_flush_all()Kent Overstreet
2024-02-16bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill
2024-02-16bcachefs: Don't pass memcmp() as a pointerKent Overstreet
2024-02-16bch2_ioctl_subvolume_destroy(): fix lockingAl Viro
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