summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds197-0/+94765
2023-10-23bcachefs: Refactor memcpy into direct assignmentKees Cook1-6/+4
2023-10-23bcachefs: Fix drop_alloc_keys()Kent Overstreet1-15/+15
2023-10-23bcachefs: snapshot_create_lockKent Overstreet5-7/+44
2023-10-23bcachefs: Fix snapshot skiplists during snapshot deletionKent Overstreet1-0/+3
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet13-82/+71
2023-10-23bcachefs: KEY_TYPE_error now counts towards i_sectorsKent Overstreet1-0/+1
2023-10-23bcachefs: Fix handling of unknown bkey typesKent Overstreet1-1/+0
2023-10-23bcachefs: Switch to unsafe_memcpy() in a few placesKent Overstreet2-5/+8
2023-10-23bcachefs: Use struct_size()Christophe JAILLET2-3/+2
2023-10-23bcachefs: Correctly initialize new buckets on device resizeKent Overstreet3-9/+27
2023-10-23bcachefs: Fix another smatch complaintKent Overstreet1-1/+1
2023-10-23bcachefs: Use strsep() in split_devs()Kent Overstreet1-4/+2
2023-10-23bcachefs: Add iops fields to bch_memberHunter Shaffer4-7/+35
2023-10-23bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer5-20/+19
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer9-160/+326
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer8-65/+62
2023-10-23bcachefs: bucket_lock() is now a sleepable lockKent Overstreet2-4/+5
2023-10-23bcachefs: fix crc32c checksum merge byte order problemBrian Foster1-2/+2
2023-10-23bcachefs: Fix bch2_inode_delete_keys()Kent Overstreet1-2/+8
2023-10-23bcachefs: Make btree root read errors recoverableKent Overstreet1-5/+4
2023-10-23bcachefs: Fall back to requesting passphrase directlyKent Overstreet1-2/+31
2023-10-23bcachefs: Fix looping around bch2_propagate_key_to_snapshot_leaves()Kent Overstreet1-2/+8
2023-10-23bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet4-137/+80
2023-10-23bcachefs: Silence transaction restart error messageKent Overstreet1-2/+2
2023-10-23bcachefs: More assertions for nocow lockingKent Overstreet3-8/+31
2023-10-23bcachefs: nocow locking: Fix lock leakKent Overstreet1-1/+3
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet5-2/+27
2023-10-23bcachefs: Ignore unknown mount optionsKent Overstreet1-1/+2
2023-10-23bcachefs: Always check for invalid bkeys in main commit pathKent Overstreet1-4/+0
2023-10-23bcachefs: Make sure to initialize equiv when creating new snapshotsKent Overstreet2-4/+6
2023-10-23bcachefs: Fix a null ptr deref in bch2_get_alloc_in_memory_pos()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix changing durability using sysfsTorge Matthies1-1/+1
2023-10-23bcachefs: initial freeze/unfreeze supportBrian Foster1-2/+29
2023-10-23bcachefs: More minor smatch fixesKent Overstreet6-5/+6
2023-10-23bcachefs: Minor bch2_btree_node_get() smatch fixesKent Overstreet1-22/+2
2023-10-23bcachefs: snapshots: Use kvfree_rcu_mightsleep()Kent Overstreet1-22/+2
2023-10-23bcachefs: Fix strndup_user() error checkingKent Overstreet1-9/+11
2023-10-23bcachefs: drop journal lock before calling journal_writeKent Overstreet1-2/+4
2023-10-23bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet1-0/+3
2023-10-23bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet1-5/+6
2023-10-23bcachefs: Fix an overflow checkKent Overstreet1-3/+3
2023-10-23bcachefs: Fix copy_to_user() usage in flush_buf()Kent Overstreet1-8/+8
2023-10-23bcachefs: fix race between journal entry close and pin setBrian Foster2-13/+28
2023-10-23bcachefs: prepare journal buf put to handle pin putBrian Foster2-6/+18
2023-10-23bcachefs: refactor pin put helpersBrian Foster3-9/+8
2023-10-23bcachefs: snapshot: Add missing assignment in bch2_delete_dead_snapshots()Dan Carpenter1-2/+2
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