summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet6-12/+45
2023-10-31bcachefs: trivial extents.c refactoringKent Overstreet1-11/+11
2023-10-31bcachefs: Fix bch2_prt_bitflags()Kent Overstreet1-2/+2
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet6-4/+64
2023-10-31bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet1-0/+1
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet5-14/+61
2023-10-31bcachefs: Split out disk_groups_types.hKent Overstreet4-12/+20
2023-10-31bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet2-37/+59
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet5-82/+105
2023-10-31bcachefs: Improve io option handling in data move pathKent Overstreet2-50/+107
2023-10-31bcachefs: Ensure devices are always correctly initializedKent Overstreet7-36/+73
2023-10-31bcachefs: Delete duplicate time stats initializationKent Overstreet1-6/+0
2023-10-31bcachefs: Kill dead code extent_save()Kent Overstreet1-18/+0
2023-10-31bcachefs: Fix ca->oldest_gen allocationKent Overstreet1-4/+2
2023-10-31bcachefs: Fix shrinker namesKent Overstreet2-2/+2
2023-10-31bcachefs: Fix btree_node_type enumKent Overstreet4-29/+41
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet20-68/+74
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet7-54/+51
2023-10-31bcachefs: Fix lock ordering with snapshot_create_lockKent Overstreet1-0/+1
2023-10-31six locks: Lock contended tracepointsKent Overstreet1-2/+6
2023-10-31closures: Fix race in closure_sync()Kent Overstreet1-0/+1
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