summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-12-21bcachefs: kill inconsistent err in invalidate_one_bucket()Kent Overstreet
2024-12-21bcachefs: Don't delete reflink pointers to missing indirect extentsKent Overstreet
2024-12-21bcachefs: Reorganize reflink.c a bitKent Overstreet
2024-12-21bcachefs: Reserve 8 bits in bch_reflink_pKent Overstreet
2024-12-21bcachefs: Kill FSCK_NEED_FSCKKent Overstreet
2024-12-21bcachefs: lru errors are expected when reconstructing allocKent Overstreet
2024-12-21bcachefs: Delete dead code from bch2_discard_one_bucket()Kent Overstreet
2024-12-21bcachefs: bch2_btree_bit_mod_iter()Kent Overstreet
2024-12-21bcachefs: delete dead codeKent Overstreet
2024-12-21bcachefs: Fix shutdown messageKent Overstreet
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet
2024-12-21bcachefs: Simplify code in bch2_dev_alloc()Youling Tang
2024-12-21bcachefs: Remove redundant initialization in bch2_vfs_inode_init()Youling Tang
2024-12-21bcachefs: Removes NULL pointer checks for __filemap_get_folio return valuesYouling Tang
2024-12-21bcachefs: Add support for FS_IOC_GETFSSYSFSPATHKent Overstreet
2024-12-21bcachefs: Add support for FS_IOC_GETFSUUIDKent Overstreet
2024-12-21bcachefs: Correct the description of the '--bucket=size' optionsYouling Tang
2024-12-21bcachefs: add support for true/false & yes/no in bool-type optionsIntegral
2024-12-21bcachefs: Move fsck ioctl code to fsck.cKent Overstreet
2024-12-21bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()Kent Overstreet
2024-12-21bcachefs: Simplify btree_iter_peek() filter_snapshotsKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: Assert that we're not violating key cache coherency rulesKent Overstreet
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet
2024-12-21bcachefs: Better in_restart errorKent Overstreet
2024-12-21bcachefs: Assert we're not in a restart in bch2_trans_put()Kent Overstreet
2024-12-21bcachefs: Fix unhandled transaction restart in evacuate_bucket()Kent Overstreet
2024-12-21bcachefs: Improved check_topology() assertKent Overstreet
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet
2024-12-21bcachefs: use attribute define helper for sysfs attributeHongbo Li
2024-12-21bcachefs: remove write permission for gc_gens_pos sysfs interfaceHongbo Li
2024-12-21bcachefs: Move bch_extent_rebalance code to rebalance.cKent Overstreet
2024-12-21bcachefs: Improve trace_rebalance_extentKent Overstreet
2024-12-21bcachefs: Simplify option logic in rebalanceKent Overstreet
2024-12-21bcachefs: get_update_rebalance_opts()Kent Overstreet
2024-12-21bcachefs: bch2_write_inode() now checks for changing rebalance optionsKent Overstreet
2024-12-21bcachefs: New bch_extent_rebalance fieldsKent Overstreet
2024-12-21bcachefs: bch2_prt_csum_opt()Kent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: Add bch_io_opts fields for indicating whether the opts came from th...Kent Overstreet
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet
2024-12-21bcachefs: rename bch_extent_rebalance fields to match other opts structsKent Overstreet
2024-12-21bcachefs: kill __bch2_bkey_sectors_need_rebalance()Kent Overstreet
2024-12-21bcachefs: kill bch2_bkey_needs_rebalance()Kent Overstreet
2024-12-21bcachefs: small cleanup for extent ptr bitmasksKent Overstreet
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet
2024-12-21bcachefs: use bch2_data_update_opts_to_text() in trace_move_extent_fail()Kent Overstreet
2024-12-21bcachefs: avoid 'unsigned flags'Kent Overstreet
2024-12-21bcachefs: Annotate struct bucket_gens with __counted_by()Thorsten Blum