summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: Convert snapshot table to RCU arrayKent Overstreet
2023-10-22bcachefs: Add a race_fault() for write buffer slowpathKent Overstreet
2023-10-22bcachefs: Add buffered IO fallback for userspaceKent Overstreet
2023-10-22bcachefs: Fallocate now checks page cacheKent Overstreet
2023-10-22bcachefs: Don't start copygc until recovery is finishedKent Overstreet
2023-10-22bcachefs: Fix build error on weird gccKent Overstreet
2023-10-22bcachefs: Snapshot depth, skiplist fieldsKent Overstreet
2023-10-22bcachefs: Version table now lists required recovery passesKent Overstreet
2023-10-22bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet
2023-10-22bcachefs: Fix a write buffer flush deadlockKent Overstreet
2023-10-22bcachefs: bcachefs_metadata_version_major_minorKent Overstreet
2023-10-22bcachefs: Add new assertions for shutdown pathKent Overstreet
2023-10-22bcachefs: bch2_xattr_set() now updates ctimeKent Overstreet
2023-10-22bcachefs: Kill bch2_xattr_get()Kent Overstreet
2023-10-22bcachefs: Fix try_decrease_writepoints()Kent Overstreet
2023-10-22bcachefs: Mark as EXPERIMENTALKent Overstreet
2023-10-22bcachefs: Enumerate recovery passesKent Overstreet
2023-10-22bcachefs: Stash journal replay params in bch_fsKent Overstreet
2023-10-22bcachefs: Kill bch2_bucket_gens_read()Kent Overstreet
2023-10-22bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet
2023-10-22bcachefs: version_upgrade is now an enumKent Overstreet
2023-10-22bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet
2023-10-22bcachefs: Convert more -EROFS to private error codesKent Overstreet
2023-10-22bcachefs: Delete redundant log messagesKent Overstreet
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Refactor bch_sb_field_ops handlingKent Overstreet
2023-10-22bcachefs: Allow for unknown key typesKent Overstreet
2023-10-22bcachefs: Allow for unknown btree IDsKent Overstreet
2023-10-22bcachefs: flush journal to avoid invalid dev usage entries on recoveryBrian Foster
2023-10-22bcachefs: mark active journal devices on journal replicas gcBrian Foster
2023-10-22bcachefs: bch2_version_compatible()Kent Overstreet
2023-10-22bcachefs: bch2_version_to_text()Kent Overstreet
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in bch2_fs_alloc() error pathKent Overstreet
2023-10-22bcachefs: Fix a format string warningKent Overstreet
2023-10-22bcachefs: Kill JOURNAL_WATERMARKKent Overstreet
2023-10-22bcachefs: BCH_WATERMARK_reclaimKent Overstreet
2023-10-22bcachefs: struct bch_extent_rebalanceKent Overstreet
2023-10-22bcachefs: Expand BTREE_NODE_IDKent Overstreet
2023-10-22bcachefs: Fix btree node write error messageKent Overstreet
2023-10-22bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet
2023-10-22bcachefs: Fix leak in backpointers fsckKent Overstreet
2023-10-22bcachefs: unregister_shrinker() now safe on not-registered shrinkerKent Overstreet
2023-10-22bcachefs: Add a missing rhashtable_destroy() callKent Overstreet
2023-10-22bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet
2023-10-22bcachefs: Reduce stack frame size of bch2_check_alloc_info()Kent Overstreet
2023-10-22bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet
2023-10-22bcachefs: Improve error message for overlapping extentsKent Overstreet
2023-10-22bcachefs: Fix check_pos_snapshot_overwritten()Kent Overstreet