summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet
2024-07-10bcachefs: Log mount failure error codeKent Overstreet
2024-07-10bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet
2024-07-10bcachefs: Fix journal getting stuck on a flush commitKent Overstreet
2024-07-01bcachefs: io clock: run timer fns under clock lockKent Overstreet
2024-06-29bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet
2024-06-29bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet
2024-06-29bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet
2024-06-28bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet
2024-06-28bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet
2024-06-28bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet
2024-06-28bcachefs: Fix shift greater than integer sizeKent Overstreet
2024-06-28bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warningKent Overstreet
2024-06-28bcachefs: Delete old faulty bch2_trans_unlock() callKent Overstreet
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet
2024-06-23bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet
2024-06-23bcachefs: fix seqmutex_relock()Kent Overstreet
2024-06-22bcachefs: Fix freeing of error pointersKent Overstreet
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-06-19bcachefs: Fix bch2_trans_put()Kent Overstreet
2024-06-19bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet
2024-06-19bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet
2024-06-19bcachefs: Handle cached data LRU wraparoundKent Overstreet
2024-06-19bcachefs: Guard against overflowing LRU_TIME_BITSKent Overstreet
2024-06-19bcachefs: delete_dead_snapshots() doesn't need to go RWKent Overstreet
2024-06-19bcachefs: Fix early init error path in journal codeKent Overstreet
2024-06-19bcachefs: Check for invalid btree IDsKent Overstreet
2024-06-19bcachefs: Fix btree ID bitmasksKent Overstreet