summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter1-1/+4
2023-10-23bcachefs: acl: Add missing check in bch2_acl_chmod()Dan Carpenter1-1/+2
2023-10-23bcachefs: acl: Uninitialized variable in bch2_acl_chmod()Dan Carpenter1-1/+1
2023-10-23bcachefs: Fix -Wself-assignNick Desaulniers1-2/+2
2023-10-23bcachefs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-23bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter1-1/+1
2023-10-23bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter1-1/+1
2023-10-23bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter1-10/+20
2023-10-23bcachefs: Change bucket_lock() to use bit_spin_lock()Kent Overstreet1-3/+30
2023-10-23bcachefs: Kill other unreachable() usesKent Overstreet2-2/+2
2023-10-23bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()Josh Poimboeuf1-1/+1
2023-10-23bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET1-1/+0
2023-10-23bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET1-3/+1
2023-10-23bcachefs: add module description to fix modpost warningBrian Foster1-0/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet47-877/+731
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet51-451/+459
2023-10-23bcachefs: Remove unneeded semicolonYang Li2-4/+4
2023-10-23bcachefs: Add a missing prefetch includeKent Overstreet1-0/+1
2023-10-23bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor3-7/+7
2023-10-23bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King5-5/+5
2023-10-23bcachefs: remove redundant pointer qColin Ian King1-3/+0
2023-10-23bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King1-1/+0
2023-10-23bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King1-2/+2
2023-10-23bcachefs: remove redundant initialization of pointer dstColin Ian King1-2/+1
2023-10-23bcachefs: remove redundant initialization of pointer dColin Ian King2-2/+2
2023-10-23bcachefs: trace_read_nopromote()Kent Overstreet3-18/+48
2023-10-23bcachefs: Log finsert/fcollapse operationsKent Overstreet4-95/+152
2023-10-23bcachefs: Log truncate operationsKent Overstreet6-22/+75
2023-10-23bcachefs: BTREE_ID_logged_opsKent Overstreet10-1/+156
2023-10-23bcachefs: New io_misc.c helpersKent Overstreet5-192/+250
2023-10-23bcachefs: Break up io.cKent Overstreet34-1692/+1751
2023-10-23bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet1-29/+42
2023-10-23bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet6-18/+18
2023-10-23bcachefs: Kill incorrect assertionKent Overstreet1-2/+0
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet15-79/+67
2023-10-23bcachefs: Kill missing inode warnings in bch2_quota_read()Kent Overstreet3-3/+29
2023-10-23bcachefs: Fix bch_sb_handle typeKent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet4-20/+12
2023-10-23bcachefs: Fix silent enum conversion errorKent Overstreet4-16/+20
2023-10-23bcachefs: Array bounds fixesKent Overstreet7-66/+64
2023-10-23bcachefs: bch2_acl_to_text()Kent Overstreet4-9/+72
2023-10-23bcachefs: restart journal reclaim thread on ro->rw transitionsBrian Foster1-0/+4
2023-10-23bcachefs: Fix snapshot_skiplist_good()Kent Overstreet1-20/+10
2023-10-23bcachefs: Kill stripe check in bch2_alloc_v4_invalid()Kent Overstreet1-5/+0