summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Move trigger fns to bkey_opsKent Overstreet
2023-10-22bcachefs: Revalidate pointer to old bkey val before calling mem triggersKent Overstreet
2023-10-22bcachefs: bch2_trans_updates_to_text()Kent Overstreet
2023-10-22bcachefs: bch2_trans_inconsistent()Kent Overstreet
2023-10-22bcachefs: Drop !did_work path from do_btree_insert_one()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-10-22bcachefs: Delay setting path->should_be_lockedKent Overstreet
2023-10-22bcachefs: Add a missing wakeupKent Overstreet
2023-10-22bcachefs: Allocate journal buckets sequentiallyKent Overstreet
2023-10-22bcachefs: bch2_journal_log_msg()Kent Overstreet
2023-10-22bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet
2023-10-22bcachefs: Fix lock ordering under traverse_all()Kent Overstreet
2023-10-22bcachefs: Fix error handling in traverse_all()Kent Overstreet
2023-10-22bcachefs: Fix dio write path with loopback dio modeKent Overstreet
2023-10-22bcachefs: Use bio_iov_vecs_to_alloc()Kent Overstreet
2023-10-22bcachefs: Revert UUID format-specifier changeKent Overstreet
2023-10-22bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet
2023-10-22bcachefs: Check for rw before setting opts via sysfsKent Overstreet
2023-10-22bcachefs: Fix pr_tab_rjust()Kent Overstreet
2023-10-22bcachefs: Don't keep around btree_paths unnecessarilyKent Overstreet
2023-10-22bcachefs: Don't arm journal->write_work when journal entry !openKent Overstreet
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2023-10-22bcachefs: Fix transaction path overflow in fiemapKent Overstreet
2023-10-22bcachefs: respect superblock discard flag.Daniel Hill
2023-10-22bcachefs: Fix usage of six lock's percpu modeKent Overstreet
2023-10-22bcachefs: Refactor bch2_btree_node_mem_alloc()Kent Overstreet
2023-10-22bcachefs: Simplify parameters to bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: Make bch2_btree_cache_scan() try harderKent Overstreet
2023-10-22bcachefs: Finish writing journal after journal errorKent Overstreet
2023-10-22bcachefs: __journal_entry_close() never failsKent Overstreet
2023-10-22bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet
2023-10-22bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet
2023-10-22bcachefs: Drop unneeded journal pin in bch2_btree_update_start()Kent Overstreet
2023-10-22bcachefs: bch2_journal_halt() now takes journal lockKent Overstreet
2023-10-22bcachefs: Kill JOURNAL_NEED_WRITEKent Overstreet
2023-10-22bcachefs: Delete some dead journal codeKent Overstreet
2023-10-22bcachefs: Fix a use after freeKent Overstreet
2023-10-22bcachefs: Fix a memory leakKent Overstreet
2023-10-22bcachefs: Fix race leading to btree node write getting stuckKent Overstreet
2023-10-22bcachefs: Kill bch2_btree_node_write_cond()Kent Overstreet
2023-10-22bcachefs: Improve btree_node_write_if_need()Kent Overstreet
2023-10-22bcachefs: Fix locking in btree_node_write_done()Kent Overstreet
2023-10-22bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet
2023-10-22bcachefs: Improve struct journal layoutKent Overstreet
2023-10-22bcachefs: Use x-macros for btree node flagsKent Overstreet
2023-10-22bcachefs: Kill BCH_FS_HOLD_BTREE_WRITESKent Overstreet
2023-10-22bcachefs: Don't spin in journal reclaimKent Overstreet
2023-10-22bcachefs: Fix btree path sortingKent Overstreet
2023-10-22bcachefs: Fix journal_flush_done()Kent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet