summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-07-12bcachefs: bch2_gc_btree() should not use btree_root_lockKent Overstreet1-8/+22
2024-07-12bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet4-8/+30
2024-07-12bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet1-1/+1
2024-07-12Revert "bcachefs: Mark bch_inode_info as SLAB_ACCOUNT"Kent Overstreet1-2/+1
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet3-4/+24
2024-07-10bcachefs: Fix RCU splatKent Overstreet2-1/+9
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-07-10bcachefs: Fix missing error check in journal_entry_btree_keys_validate()Kent Overstreet1-0/+2
2024-07-10bcachefs: Warn on attempting a move with no replicasKent Overstreet1-0/+10
2024-07-10bcachefs: bch2_data_update_to_text()Kent Overstreet3-25/+39
2024-07-10bcachefs: Log mount failure error codeKent Overstreet1-0/+2
2024-07-10bcachefs: Fix undefined behaviour in eytzinger1_first()Kent Overstreet1-2/+4
2024-07-10bcachefs: Mark bch_inode_info as SLAB_ACCOUNTYouling Tang1-1/+2
2024-07-10bcachefs: Fix bch2_inode_insert() race path for tmpfilesKent Overstreet1-0/+6
2024-07-10bcachefs: Fix journal getting stuck on a flush commitKent Overstreet1-4/+6
2024-07-02bcachefs: io clock: run timer fns under clock lockKent Overstreet1-5/+2
2024-06-30bcachefs: Repair fragmentation_lru in alloc_write_key()Kent Overstreet2-14/+13
2024-06-30bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()Kent Overstreet3-25/+65
2024-06-30bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet4-44/+71
2024-06-30bcachefs: Add missing printbuf_tabstops_reset() callsKent Overstreet2-2/+4
2024-06-29bcachefs: Fix loop restart in bch2_btree_transactions_read()Kent Overstreet1-6/+6
2024-06-29bcachefs: Fix bch2_read_retry_nodecode()Kent Overstreet1-0/+3
2024-06-29bcachefs: Don't use the new_fs() bucket alloc path on an initialized fsKent Overstreet3-6/+6
2024-06-29bcachefs: Fix shift greater than integer sizeKent Overstreet1-2/+3
2024-06-29bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warningKent Overstreet1-3/+5
2024-06-28bcachefs: Delete old faulty bch2_trans_unlock() callKent Overstreet1-1/+0
2024-06-28bcachefs: Switch online_reserved shutdown assert to WARN()Kent Overstreet1-2/+5
2024-06-26bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li1-0/+3
2024-06-26bcachefs: Discard, invalidate workers are now per deviceKent Overstreet5-133/+161
2024-06-26bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li1-1/+1
2024-06-26bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li1-4/+10
2024-06-23bcachefs: Add missing bch2_journal_do_writes() callKent Overstreet1-0/+7
2024-06-23bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet1-0/+5
2024-06-23bcachefs: Add missing recalc_capacity() callKent Overstreet1-0/+1
2024-06-23bcachefs: Fix btree_trans list orderingKent Overstreet2-11/+34
2024-06-23bcachefs: Fix race between trans_put() and btree_transactions_read()Kent Overstreet2-16/+13
2024-06-23bcachefs: Make btree_deadlock_to_text() clearerKent Overstreet1-23/+29
2024-06-23bcachefs: fix seqmutex_relock()Kent Overstreet2-13/+6
2024-06-23bcachefs: Fix freeing of error pointersKent Overstreet1-3/+6
2024-06-21bcachefs: Move the ei_flags setting to after initializationYouling Tang1-5/+3
2024-06-21bcachefs: Fix a UAF after write_super()Kent Overstreet1-2/+2
2024-06-21bcachefs: Use bch2_print_string_as_lines for long errKent Overstreet1-5/+8
2024-06-21bcachefs: Fix I_NEW warning in race path in bch2_inode_insert()Kent Overstreet1-2/+10
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet5-8/+12
2024-06-21bcachefs: Fix missing alloc_data_type_set()Kent Overstreet1-1/+3
2024-06-20bcachefs: fix alignment of VMA for memory mapped files on THPYouling Tang1-0/+1
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet5-289/+308
2024-06-20bcachefs: Fix bch2_trans_put()Kent Overstreet1-3/+8
2024-06-20bcachefs: set_worker_desc() for delete_dead_snapshotsKent Overstreet1-0/+2
2024-06-20bcachefs: Fix bch2_sb_downgrade_update()Kent Overstreet1-1/+1