summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet
2023-10-22bcachefs: Improve debug assertionKent Overstreet
2023-10-22bcachefs: Fix bch2_journal_pins_to_text()Kent Overstreet
2023-10-22bcachefs: Always clear should_be_locked in bch2_trans_begin()Kent Overstreet
2023-10-22bcachefs: Run alloc triggers lastKent Overstreet
2023-10-22bcachefs: Trigger code uses stashed copy of old keyKent Overstreet
2023-10-22bcachefs: Consolidate trigger code a bitKent Overstreet
2023-10-22bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet
2023-10-22bcachefs: Fix 32 bit buildKent Overstreet
2023-10-22bcachefs: Improve some btree node read error messagesKent Overstreet
2023-10-22bcachefs: Use unlikely() in err_on() macrosKent Overstreet
2023-10-22bcachefs: Improve reflink repair codeKent Overstreet