summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-26bcachefs: Add iops fields to bch_memberHEADmasterHunter Shaffer
2023-09-26bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer
2023-09-26bcachefs: New superblock section members_v2Hunter Shaffer
2023-09-26bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer
2023-09-24bcachefs: nocow locking: Fix lock leakKent Overstreet
2023-09-23bcachefs: Fixes for building in userspaceKent Overstreet
2023-09-23bcachefs: Ignore unknown mount optionsKent Overstreet
2023-09-23bcachefs: Always check for invalid bkeys in main commit pathKent Overstreet
2023-09-23bcachefs: Make sure to initialize equiv when creating new snapshotsKent Overstreet
2023-09-22bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()Kent Overstreet
2023-09-21bcachefs: Fix changing durability using sysfsTorge Matthies
2023-09-21bcachefs: initial freeze/unfreeze supportBrian Foster
2023-09-20bcachefs: More minor smatch fixesKent Overstreet
2023-09-20bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet
2023-09-20bcachefs: snapshots: Use kvfree_rcu_mightsleep()Kent Overstreet
2023-09-20bcachefs: Fix strndup_user() error checkingKent Overstreet
2023-09-19bcachefs: drop journal lock before calling journal_writeKent Overstreet
2023-09-19bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet
2023-09-19bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet
2023-09-19bcachefs: Fix an overflow checkKent Overstreet
2023-09-19bcachefs: Fix copy_to_user() usage in flush_buf()Kent Overstreet
2023-09-19bcachefs: fix race between journal entry close and pin setBrian Foster
2023-09-19bcachefs: prepare journal buf put to handle pin putBrian Foster
2023-09-19bcachefs: refactor pin put helpersBrian Foster
2023-09-19bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()Dan Carpenter
2023-09-19bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter
2023-09-19bcachefs: acl: Add missing check in bch2_acl_chmod()Dan Carpenter
2023-09-19bcachefs: acl: Uninitialized variable in bch2_acl_chmod()Dan Carpenter
2023-09-19bcachefs: Fix -Wself-assignNick Desaulniers
2023-09-14fixup! bcachefs: Fix bch2_check_discard_freespace_key()Kent Overstreet
2023-09-14bcachefs: Remove duplicate includeJiapeng Chong
2023-09-14bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter
2023-09-14bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter
2023-09-14bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter
2023-09-14bcachefs: Change bucket_lock() to use bit_spin_lock()Kent Overstreet
2023-09-14bcachefs: Kill other unreachable() usesKent Overstreet
2023-09-14bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()Josh Poimboeuf
2023-09-14powerpc: Export kvm_guest static key, for bcachefs six locksKent Overstreet
2023-09-13bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET
2023-09-13bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET
2023-09-13bcachefs: add module description to fix modpost warningBrian Foster
2023-09-13bcachefs: Heap allocate btree_transKent Overstreet
2023-09-13bcachefs: Fix W=12 build errorsKent Overstreet
2023-09-13bcachefs: Remove unneeded semicolonYang Li
2023-09-12bcachefs: Add a missing prefetch includeKent Overstreet
2023-09-12bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()Nathan Chancellor
2023-09-12bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor
2023-09-12bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor
2023-09-12bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()Nathan Chancellor
2023-09-12bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()Nathan Chancellor