summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Rename enum alloc_reserve -> bch_watermarkKent Overstreet2023-10-221-1/+1
* bcachefs: New error message helpersKent Overstreet2023-10-221-4/+11
* bcachefs: refactor journal stuck checking into standalone helperBrian Foster2023-10-221-22/+63
* bcachefs: gracefully unwind journal res slowpath on shutdownBrian Foster2023-10-221-0/+7
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-8/+8
* bcachefs: Extent helper improvementsKent Overstreet2023-10-221-1/+1
* bcachefs: Rework open bucket partial list allocationKent Overstreet2023-10-221-2/+1
* bcachefs: When shutting down, flush btree node writes lastKent Overstreet2023-10-221-11/+9
* bcachefs: Journal resize fixesKent Overstreet2023-10-221-80/+74
* bcachefs: Improve locking in __bch2_set_nr_journal_buckets()Kent Overstreet2023-10-221-24/+22
* bcachefs: Convert EAGAIN errors to private error codesKent Overstreet2023-10-221-14/+8
* bcachefs: Convert EROFS errors to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: Log more messages in the journalKent Overstreet2023-10-221-35/+15
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-6/+6
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-5/+8
* bcachefs: Add persistent counters for all tracepointsKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_trans_run()Kent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-67/+68
* bcachefs: Use a genradix for reading journal entriesKent Overstreet2023-10-221-12/+22
* bcachefs: Kill allocator threads & freelistsKent Overstreet2023-10-221-2/+0
* bcachefs: bch_sb_field_journal_v2Kent Overstreet2023-10-221-67/+120
* bcachefs: Introduce a separate journal watermark for copygcKent Overstreet2023-10-221-19/+32
* bcachefs: x-macroize alloc_reserve enumKent Overstreet2023-10-221-1/+1
* bcachefs: Allocate journal buckets sequentiallyKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_journal_log_msg()Kent Overstreet2023-10-221-25/+58
* bcachefs: Skip periodic wakeup of journal reclaim when journal emptyKent Overstreet2023-10-221-0/+3
* bcachefs: Don't arm journal->write_work when journal entry !openKent Overstreet2023-10-221-4/+6
* bcachefs: Finish writing journal after journal errorKent Overstreet2023-10-221-45/+25
* bcachefs: __journal_entry_close() never failsKent Overstreet2023-10-221-28/+22
* bcachefs: Refactor journal code to not use unwritten_idxKent Overstreet2023-10-221-41/+55
* bcachefs: Journal seq now incremented at entry open, not closeKent Overstreet2023-10-221-87/+39
* bcachefs: bch2_journal_halt() now takes journal lockKent Overstreet2023-10-221-4/+11
* bcachefs: Kill JOURNAL_NEED_WRITEKent Overstreet2023-10-221-18/+45
* bcachefs: Delete some dead journal codeKent Overstreet2023-10-221-4/+8
* bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet2023-10-221-16/+40
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-8/+16
* bcachefs: Fix bch2_journal_pins_to_text()Kent Overstreet2023-10-221-0/+4
* bcachefs: Fix for journal getting stuckKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_journal_noflush_seq()Kent Overstreet2023-10-221-0/+38
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-221-1/+1
* bcachefs: Journal initialization fixesKent Overstreet2023-10-221-0/+10
* bcachefs: Fix bch2_journal_meta()Kent Overstreet2023-10-221-0/+5
* bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marksKent Overstreet2023-10-221-11/+1
* bcachefs: Add more time_statsKent Overstreet2023-10-221-0/+6
* bcachefs: Make __bch2_journal_debug_to_text() more readableKent Overstreet2023-10-221-55/+28
* bcachefs: Convert journal sysfs params to regular optionsKent Overstreet2023-10-221-4/+1
* bcachefs: Fix error reporting from bch2_journal_flush_seqKent Overstreet2023-10-221-1/+6
* bcachefs: Convert journal BUG_ON() to a warningKent Overstreet2023-10-221-1/+4
* bcachefs: Kill journal buf bloom filterKent Overstreet2023-10-221-51/+0
* bcachefs: Add a workqueue for btree io completionsKent Overstreet2023-10-221-2/+4