summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-20bcachefs: Fix shrinker namesKent Overstreet
2023-10-20bcachefs: Fix btree_node_type enumKent Overstreet
2023-10-19bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-19bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet
2023-10-19fixup! bcachefs: snapshot_create_lockKent Overstreet
2023-10-18bcachefs: Refactor memcpy into direct assignmentKees Cook
2023-10-18bcachefs: Fix drop_alloc_keys()Kent Overstreet
2023-10-18bcachefs: snapshot_create_lockKent Overstreet
2023-10-18bcachefs: Fix snapshot skiplists during snapshot deletionKent Overstreet
2023-10-18bcachefs: bch2_sb_field_get() refactoringKent Overstreet
2023-10-18bcachefs: KEY_TYPE_error now counts towards i_sectorsKent Overstreet
2023-10-18bcachefs: Fix handling of unknown bkey typesKent Overstreet
2023-10-18bcachefs: Switch to unsafe_memcpy() in a few placesKent Overstreet
2023-10-18bcachefs: Use struct_size()Christophe JAILLET
2023-10-18bcachefs: Correctly initialize new buckets on device resizeKent Overstreet
2023-10-18bcachefs: Fix another smatch complaintKent Overstreet
2023-10-18bcachefs: Use strsep() in split_devs()Kent Overstreet
2023-10-18bcachefs: Add iops fields to bch_memberHunter Shaffer
2023-10-18bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer
2023-10-18bcachefs: New superblock section members_v2Hunter Shaffer
2023-10-18bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer
2023-10-06bcachefs: bucket_lock() is now a sleepable lockKent Overstreet
2023-10-06bcachefs: fix crc32c checksum merge byte order problemBrian Foster
2023-10-06bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet
2023-10-06bcachefs: Make btree root read errors recoverableKent Overstreet
2023-10-06bcachefs: Fall back to requesting passphrase directlyKent Overstreet
2023-10-06bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-06bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet
2023-10-06bcachefs: Silence transaction restart error messageKent Overstreet
2023-10-06bcachefs: More assertions for nocow lockingKent Overstreet
2023-10-06bcachefs: nocow locking: Fix lock leakKent Overstreet
2023-10-06bcachefs: Fixes for building in userspaceKent Overstreet
2023-10-06bcachefs: Ignore unknown mount optionsKent Overstreet
2023-10-06bcachefs: Always check for invalid bkeys in main commit pathKent Overstreet
2023-10-06bcachefs: Make sure to initialize equiv when creating new snapshotsKent Overstreet
2023-10-06bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()Kent Overstreet
2023-10-06bcachefs: Fix changing durability using sysfsTorge Matthies
2023-10-06bcachefs: initial freeze/unfreeze supportBrian Foster
2023-10-06bcachefs: More minor smatch fixesKent Overstreet
2023-10-06bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet
2023-10-06bcachefs: snapshots: Use kvfree_rcu_mightsleep()Kent Overstreet
2023-10-06bcachefs: Fix strndup_user() error checkingKent Overstreet
2023-10-06bcachefs: drop journal lock before calling journal_writeKent Overstreet
2023-10-06bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet
2023-10-06bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet
2023-10-06bcachefs: Fix an overflow checkKent Overstreet
2023-10-06bcachefs: Fix copy_to_user() usage in flush_buf()Kent Overstreet
2023-10-06bcachefs: fix race between journal entry close and pin setBrian Foster
2023-10-06bcachefs: prepare journal buf put to handle pin putBrian Foster
2023-10-06bcachefs: refactor pin put helpersBrian Foster