summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-22bcachefs: stack_trace_save_tsk() depends on CONFIG_STACKTRACEKent Overstreet
2023-10-22bcachefs: Fix swallowing of data in buffered write pathKent Overstreet
2023-10-22bcachefs: fix up wonky error handling in bch2_seek_pagecache_hole()Brian Foster
2023-10-22bcachefs: Fix bkey format calculationKent Overstreet
2023-10-22bcachefs: Fix bch2_extent_fallocate()Kent Overstreet
2023-10-22bcachefs: Zero btree_paths on allocationKent Overstreet
2023-10-22bcachefs: Fix 'pointer to invalid device' checkKent Overstreet
2023-10-22bcachefs: Lower BCH_NAME_MAX to 512Joshua Ashton
2023-10-22bcachefs: Optimize bch2_dirent_name_bytesJoshua Ashton
2023-10-22bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton
2023-10-22bcachefs: six locks: Guard against wakee exiting in __six_lock_wakeup()Kent Overstreet
2023-10-22bcachefs: Don't open code closure_nr_remaining()Kent Overstreet
2023-10-22bcachefs: Fix lifetime in bch2_write_done(), add assertionKent Overstreet
2023-10-22bcachefs: Add a comment for should_drop_open_bucket()Kent Overstreet
2023-10-22bcachefs: six locks: Fix missing barrier on wait->lock_acquiredKent Overstreet
2023-10-22bcachefs: Check for directories in deleted inodes btreeKent Overstreet
2023-10-22bcachefs: Add btree_trans* to inode_set_fnJoshua Ashton
2023-10-22bcachefs: Improve bch2_write_points_to_text()Kent Overstreet
2023-10-22bcachefs: Fix check_version_upgrade()Kent Overstreet
2023-10-22bcachefs: Fix 'journal not marked as containing replicas'Kent Overstreet
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet
2023-10-22bcachefs: sb-clean.cKent Overstreet
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet
2023-10-22bcachefs: sb-members.cKent Overstreet
2023-10-22bcachefs: Split up btree_update_leaf.cKent Overstreet
2023-10-22bcachefs: Split up fs-io.[ch]Kent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Fix for sb buffer being misalignedKent Overstreet
2023-10-22bcachefs: Convert journal validation to bkey_invalid_flagsKent Overstreet
2023-10-22bcachefs: Improve journal_entry_err_msg()Kent Overstreet
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet
2023-10-22bcachefs: kill EBUG_ON() redefinition in bkey.cKent Overstreet
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet
2023-10-22bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet
2023-10-22bcachefs: Fix for bch2_copygc() spuriously returning -EEXISTKent Overstreet
2023-10-22bcachefs: Convert btree_err_type to normal error codesKent Overstreet
2023-10-22bcachefs: Fix btree_err() macroKent Overstreet
2023-10-22bcachefs: Ensure topology repair runsKent Overstreet
2023-10-22bcachefs: Log a message when running an explicit recovery passKent Overstreet
2023-10-22bcachefs: Print out required recovery passes on version upgradeKent Overstreet
2023-10-22bcachefs: Fix shift by 64 in set_inc_field()Kent Overstreet
2023-10-22bcachefs: bkey_format helper improvementsKent Overstreet
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet
2023-10-22bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet
2023-10-22bcachefs: Fix overlapping extent repairKent Overstreet
2023-10-22bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet
2023-10-22bcachefs: recovery_types.hKent Overstreet
2023-10-22bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet
2023-10-22bcachefs: Assorted fixes for clangKent Overstreet
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet