summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix null ptr deref in journal_pins_to_text()Kent Overstreet2024-06-231-0/+5
* bcachefs: Fix early init error path in journal codeKent Overstreet2024-06-191-0/+3
* bcachefs: bch2_print_allocator_stuck()Kent Overstreet2024-05-081-1/+1
* bcachefs: x-macroize journal flags enumsKent Overstreet2024-05-081-7/+13
* bcachefs: plumb data_type into bch2_bucket_alloc_trans()Kent Overstreet2024-05-081-1/+2
* bcachefs: fix flag printing in journal_buf_to_text()Kent Overstreet2024-05-081-2/+2
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-2/+2
* bcachefs: mark_superblock cleanupKent Overstreet2024-05-081-2/+3
* bcachefs: New assertion for writing to the journal after shutdownKent Overstreet2024-05-081-2/+4
* bcachefs: prt_printf() now respects \r\n\tKent Overstreet2024-05-081-56/+41
* bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet2024-05-071-0/+6
* bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet2024-05-061-0/+2
* bcachefs: Fix lost wakeup on journal shutdownKent Overstreet2024-03-181-6/+6
* bcachefs: pull out time_stats.[ch]Kent Overstreet2024-03-131-2/+1
* bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet2024-03-131-5/+1
* bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2024-03-131-5/+5
* bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet2024-03-131-2/+2
* bcachefs: Add journal.blocked to journal_debug_to_text()Kent Overstreet2024-03-131-0/+1
* bcachefs: improve bch2_journal_buf_to_text()Kent Overstreet2024-03-131-9/+24
* bcachefs: kill kvpmalloc()Kent Overstreet2024-03-131-2/+2
* bcachefs: better journal pipeliningKent Overstreet2024-03-101-9/+38
* bcachefs: closure per journal bufKent Overstreet2024-03-101-6/+12
* bcachefs: bio per journal bufKent Overstreet2024-03-101-18/+22
* bcachefs: convert journal replay ptrs to darrayKent Overstreet2024-03-101-3/+2
* bcachefs: Avoid taking journal lock unnecessarilyKent Overstreet2024-03-101-53/+54
* bcachefs: Avoid setting j->write_work unnecessarilyKent Overstreet2024-03-101-13/+11
* bcachefs: Split out journal workqueueKent Overstreet2024-03-101-10/+12
* bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet2024-01-221-1/+1
* bcachefs: Better journal tracepointsKent Overstreet2024-01-211-39/+72
* bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet2024-01-011-8/+4
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-4/+1
* bcachefs: bch_err_(fn|msg) check if should printKent Overstreet2024-01-011-4/+2
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-011-0/+44
* bcachefs: journal->buf_lockKent Overstreet2024-01-011-0/+1
* bcachefs: Add a tracepoint for journal entry closeKent Overstreet2024-01-011-0/+2
* bcachefs: track_event_change()Kent Overstreet2024-01-011-12/+4
* bcachefs: Include average write size in sysfs journal_debugKent Overstreet2024-01-011-9/+13
* bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet2023-12-101-4/+4
* bcachefs: move journal seq assertionKent Overstreet2023-11-281-0/+2
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-141-31/+0
* bcachefs: Ensure devices are always correctly initializedKent Overstreet2023-10-311-0/+19
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-2/+2
* bcachefs: fix race between journal entry close and pin setBrian Foster2023-10-221-8/+13
* bcachefs: prepare journal buf put to handle pin putBrian Foster2023-10-221-1/+1
* bcachefs: refactor pin put helpersBrian Foster2023-10-221-1/+2
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-2/+2
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-2/+7
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-2/+2
* bcachefs: Convert more -EROFS to private error codesKent Overstreet2023-10-221-1/+1