aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: More minor smatch fixesKent Overstreet6-5/+6
2023-10-22bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet1-22/+2
2023-10-22bcachefs: snapshots: Use kvfree_rcu_mightsleep()Kent Overstreet1-22/+2
2023-10-22bcachefs: Fix strndup_user() error checkingKent Overstreet1-9/+11
2023-10-22bcachefs: drop journal lock before calling journal_writeKent Overstreet1-2/+4
2023-10-22bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet1-0/+3
2023-10-22bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet1-5/+6
2023-10-22bcachefs: Fix an overflow checkKent Overstreet1-3/+3
2023-10-22bcachefs: Fix copy_to_user() usage in flush_buf()Kent Overstreet1-8/+8
2023-10-22bcachefs: fix race between journal entry close and pin setBrian Foster2-13/+28
2023-10-22bcachefs: prepare journal buf put to handle pin putBrian Foster2-6/+18
2023-10-22bcachefs: refactor pin put helpersBrian Foster3-9/+8
2023-10-22bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()Dan Carpenter1-2/+2
2023-10-22bcachefs: fs-ioctl: Fix copy_to_user() error codeDan Carpenter1-1/+4
2023-10-22bcachefs: acl: Add missing check in bch2_acl_chmod()Dan Carpenter1-1/+2
2023-10-22bcachefs: acl: Uninitialized variable in bch2_acl_chmod()Dan Carpenter1-1/+1
2023-10-22bcachefs: Fix -Wself-assignNick Desaulniers1-2/+2
2023-10-22bcachefs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-22bcachefs: fix error checking in bch2_fs_alloc()Dan Carpenter1-1/+1
2023-10-22bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter1-1/+1
2023-10-22bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter1-10/+20
2023-10-22bcachefs: Change bucket_lock() to use bit_spin_lock()Kent Overstreet1-3/+30
2023-10-22bcachefs: Kill other unreachable() usesKent Overstreet2-2/+2
2023-10-22bcachefs: Remove undefined behavior in bch2_dev_buckets_reserved()Josh Poimboeuf1-1/+1
2023-10-22bcachefs: Remove a redundant and harmless bch2_free_super() callChristophe JAILLET1-1/+0
2023-10-22bcachefs: Fix use-after-free in bch2_dev_add()Christophe JAILLET1-3/+1
2023-10-22bcachefs: add module description to fix modpost warningBrian Foster1-0/+1
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet47-877/+731
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet51-451/+459
2023-10-22bcachefs: Remove unneeded semicolonYang Li2-4/+4
2023-10-22bcachefs: Add a missing prefetch includeKent Overstreet1-0/+1
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in bch2_copygc_get_buckets()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...Nathan Chancellor3-7/+7
2023-10-22bcachefs: Fix -Wformat in bch2_bucket_gens_invalid()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_alloc_v4_invalid()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_btree_key_cache_to_text()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix -Wformat in bch2_set_bucket_needs_journal_commit()Nathan Chancellor1-1/+1
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King5-5/+5
2023-10-22bcachefs: remove redundant pointer qColin Ian King1-3/+0
2023-10-22bcachefs: remove duplicated assignment to variable offset_into_extentColin Ian King1-1/+0
2023-10-22bcachefs: remove redundant initializations of variables start_offset and end_...Colin Ian King1-2/+2
2023-10-22bcachefs: remove redundant initialization of pointer dstColin Ian King1-2/+1
2023-10-22bcachefs: remove redundant initialization of pointer dColin Ian King2-2/+2
2023-10-22bcachefs: trace_read_nopromote()Kent Overstreet3-18/+48
2023-10-22bcachefs: Log finsert/fcollapse operationsKent Overstreet4-95/+152
2023-10-22bcachefs: Log truncate operationsKent Overstreet6-22/+75
2023-10-22bcachefs: BTREE_ID_logged_opsKent Overstreet10-1/+156
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet5-192/+250
2023-10-22bcachefs: Break up io.cKent Overstreet34-1692/+1751