summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet1-0/+4
2023-10-23bcachefs: Fix swallowing of data in buffered write pathKent Overstreet1-0/+1
2023-10-23bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()Brian Foster1-9/+17
2023-10-23bcachefs: Fix bkey format calculationKent Overstreet1-2/+4
2023-10-23bcachefs: Fix bch2_extent_fallocate()Kent Overstreet1-25/+14
2023-10-23bcachefs: Zero btree_paths on allocationKent Overstreet1-5/+7
2023-10-23bcachefs: Fix 'pointer to invalid device' checkKent Overstreet1-2/+11
2023-10-23bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton2-4/+6
2023-10-23bcachefs: Optimize bch2_dirent_name_bytesJoshua Ashton1-4/+17
2023-10-23bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton3-26/+36
2023-10-23bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()Kent Overstreet1-1/+8
2023-10-23bcachefs: Don't open code closure_nr_remaining()Kent Overstreet3-3/+3
2023-10-23bcachefs: Fix lifetime in bch2_write_done(), add assertionKent Overstreet1-2/+4
2023-10-23bcachefs: Add a comment for should_drop_open_bucket()Kent Overstreet1-1/+10
2023-10-23bcachefs: six locks: Fix missing barrier on wait->lock_acquiredKent Overstreet1-8/+25
2023-10-23bcachefs: Check for directories in deleted inodes btreeKent Overstreet1-0/+5
2023-10-23bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton5-12/+22
2023-10-23bcachefs: Improve bch2_write_points_to_text()Kent Overstreet1-12/+34
2023-10-23bcachefs: Fix check_version_upgrade()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix 'journal not marked as containing replicas'Kent Overstreet1-8/+11
2023-10-23bcachefs: btree_journal_iter.cKent Overstreet11-574/+597
2023-10-23bcachefs: sb-clean.cKent Overstreet8-396/+424
2023-10-23bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet3-42/+44
2023-10-23bcachefs: sb-members.cKent Overstreet9-383/+401
2023-10-23bcachefs: Split up btree_update_leaf.cKent Overstreet5-954/+964
2023-10-23bcachefs: Split up fs-io.[ch]Kent Overstreet11-2802/+2955
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet22-39/+55
2023-10-23bcachefs: Fix for sb buffer being misalignedKent Overstreet1-6/+7
2023-10-23bcachefs: Convert journal validation to bkey_invalid_flagsKent Overstreet2-47/+64
2023-10-23bcachefs: Improve journal_entry_err_msg()Kent Overstreet1-46/+52
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet6-30/+49
2023-10-23bcachefs: kill EBUG_ON() redefinition in bkey.cKent Overstreet1-9/+8
2023-10-23bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet3-4/+11
2023-10-23bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet1-25/+56
2023-10-23bcachefs: Fix for bch2_copygc() spuriously returning -EEXISTKent Overstreet1-1/+3
2023-10-23bcachefs: Convert btree_err_type to normal error codesKent Overstreet2-72/+53
2023-10-23bcachefs: Fix btree_err() macroKent Overstreet1-1/+4
2023-10-23bcachefs: Ensure topology repair runsKent Overstreet4-1/+5
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet5-26/+35
2023-10-23bcachefs: Print out required recovery passes on version upgradeKent Overstreet1-25/+37
2023-10-23bcachefs: Fix shift by 64 in set_inc_field()Kent Overstreet1-27/+24
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet4-22/+43
2023-10-23bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet5-3/+125
2023-10-23bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet1-0/+1
2023-10-23bcachefs: Fix overlapping extent repairKent Overstreet2-38/+131
2023-10-23bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet1-0/+23
2023-10-23bcachefs: recovery_types.hKent Overstreet2-42/+48
2023-10-23bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet1-0/+7
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet14-128/+86
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet3-64/+66