summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-24bcachefs: Switch to siphash for inode hash fninode_hash_find_debugKent Overstreet
2024-11-22bcachefs: Debug counters for bch2_inode_hash_find()Kent Overstreet
2024-11-21bcachefs: fix bp_pos_to_bucket_nodev_noerrorbcachefs-2024-11-22Kent Overstreet
2024-11-21bcachefs: Fix evacuate_bucket tracepointPiotr Zalewski
2024-11-17bcachefs: fix O(n^2) issue with whiteouts in journal keysKent Overstreet
2024-11-17bcachefs: btree_and_journal_iter: don't iterate over too many whiteouts when ...Kent Overstreet
2024-11-17bcachefs: journal keys: sort keys for interior nodes firstKent Overstreet
2024-11-17bcachefs: kill bch2_journal_entries_free()Kent Overstreet
2024-11-17bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed dataKent Overstreet
2024-11-17bcachefs: Don't use a shared decompress workspace mempoolKent Overstreet
2024-11-17bcachefs: compression workspaces should be indexed by opt, not typeKent Overstreet
2024-11-17bcachefs: add missing BTREE_ITER_intentKent Overstreet
2024-11-15bcachefs: Kill bch2_get_next_backpointer()bcachefs-2024-11-15Kent Overstreet
2024-11-14bcachefs: Delete backpointers check in try_alloc_bucket()Kent Overstreet
2024-11-14bcachefs: peek_prev_min(): Search forwards for extents, snapshotsKent Overstreet
2024-11-14bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet
2024-11-14bcachefs: discard_one_bucket() now uses need_discard_or_freespace_err()Kent Overstreet
2024-11-14bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_errKent Overstreet
2024-11-14bcachefs: try_alloc_bucket() now uses bch2_check_discard_freespace_key()Kent Overstreet
2024-11-14bcachefs: rework bch2_bucket_alloc_freelist() freelist iterationKent Overstreet
2024-11-14bcachefs: kill inconsistent err in invalidate_one_bucket()Kent Overstreet
2024-11-14bcachefs: Don't delete reflink pointers to missing indirect extentsKent Overstreet
2024-11-14bcachefs: Reorganize reflink.c a bitKent Overstreet
2024-11-14bcachefs: Reserve 8 bits in bch_reflink_pKent Overstreet
2024-11-14bcachefs: Kill FSCK_NEED_FSCKKent Overstreet
2024-11-14bcachefs: lru errors are expected when reconstructing allocKent Overstreet
2024-11-14bcachefs: Delete dead code from bch2_discard_one_bucket()Kent Overstreet
2024-11-14bcachefs: bch2_btree_bit_mod_iter()Kent Overstreet
2024-11-14bcachefs: delete dead codeKent Overstreet
2024-11-14bcachefs: Fix shutdown messageKent Overstreet
2024-11-14bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet
2024-11-14bcachefs: Simplify code in bch2_dev_alloc()Youling Tang
2024-11-14bcachefs: Remove redundant initialization in bch2_vfs_inode_init()Youling Tang
2024-11-14bcachefs: Removes NULL pointer checks for __filemap_get_folio return valuesYouling Tang
2024-11-14bcachefs: Add support for FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-11-14bcachefs: Add support for FS_IOC_GETFSUUIDKent Overstreet
2024-11-14bcachefs: Correct the description of the '--bucket=size' optionsYouling Tang
2024-11-14bcachefs: add support for true/false & yes/no in bool-type optionsIntegral
2024-11-14bcachefs: Move fsck ioctl code to fsck.cKent Overstreet
2024-11-12bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()Kent Overstreet
2024-11-12bcachefs: Simplify btree_iter_peek() filter_snapshotsKent Overstreet
2024-11-12bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-11-12bcachefs: Assert that we're not violating key cache coherency rulesKent Overstreet
2024-11-12bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet
2024-11-12bcachefs: Better in_restart errorKent Overstreet
2024-11-12bcachefs: Assert we're not in a restart in bch2_trans_put()Kent Overstreet
2024-11-12bcachefs: Fix unhandled transaction restart in evacuate_bucket()Kent Overstreet
2024-11-12bcachefs: Improved check_topology() assertKent Overstreet
2024-11-12bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet
2024-11-12bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet