summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-01-01bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet
2024-01-01bcachefs: Clear k->needs_whitout earlier in commit pathKent Overstreet
2024-01-01bcachefs: track_event_change()Kent Overstreet
2024-01-01bcachefs: Journal pins must always have a flush_fnKent Overstreet
2024-01-01bcachefs: Add an assertion in bch2_journal_pin_set()Kent Overstreet
2024-01-01bcachefs: Include average write size in sysfs journal_debugKent Overstreet
2024-01-01bcachefs: Fix warning when building in userspaceKent Overstreet
2024-01-01bcachefs: Print old version when scanning for old metadataKent Overstreet
2024-01-01bcachefs: Fix locking when checking freespace btreeKent Overstreet
2024-01-01bcachefs: Check for unlinked inodes not on deleted listKent Overstreet
2024-01-01bcachefs: kill INODE_LOCK, use lock_two_nondirectories()Kent Overstreet
2024-01-01bcachefs: Improved backpointer messages in fsckKent Overstreet
2024-01-01bcachefs: Add extra verbose logging for ro pathKent Overstreet
2024-01-01bcachefs: Flush fsck errors before running twiceKent Overstreet
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-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
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