summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16bcachefs: Fix triggering of discard by the journal pathKent Overstreet1-0/+1
2025-06-17bcachefs: Fix missing newlines before eroKent Overstreet1-2/+3
2025-06-16bcachefs: opts.journal_rewindKent Overstreet1-4/+17
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet1-5/+5
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-11/+11
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-2/+1
2025-05-30bcachefs: Move devs_sorted to alloc_requestKent Overstreet1-1/+1
2025-05-30bcachefs: Fix incorrect multiple dev check in journal write pathKent Overstreet1-1/+11
2025-05-30bcachefs: Fix infinite loop in journal_entry_btree_keys_to_text()Kent Overstreet1-0/+4
2025-05-30bcachefs: Journal read error message improvementsKent Overstreet1-89/+139
2025-05-22bcachefs: bch2_journal_write_checksum()Kent Overstreet1-5/+20
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-4/+14
2025-05-21bcachefs: bch2_journal_write() refactoringKent Overstreet1-64/+46
2025-05-21bcachefs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-3/+3
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet1-6/+9
2025-05-21bcachefs: for_each_rw_member_rcu()Kent Overstreet1-4/+1
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-1/+1
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet1-1/+3
2025-04-30bcachefs: improve missing journal write device error messageKent Overstreet1-1/+1
2025-04-06bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucketGabriel Shahrouzi1-1/+1
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-4/+4
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet1-0/+17
2025-03-30bcachefs: Reorder error messages that include journal debugKent Overstreet1-2/+2
2025-03-30bcachefs: Silence errors after emergency shutdownKent Overstreet1-1/+2
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-5/+5
2025-03-28bcachefs: fix logging in journal_entry_err_msg()Kent Overstreet1-2/+2
2025-03-24bcachefs: EIO cleanupKent Overstreet1-1/+1
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet1-5/+0
2025-03-14bcachefs: journal write path commentKent Overstreet1-0/+4
2025-03-14bcachefs: bch2_dev_get_ioref() may now sleepKent Overstreet1-1/+4
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-15/+31
2025-03-14bcachefs: minor journal errcode cleanupKent Overstreet1-4/+3
2025-03-14bcachefs: Free journal bufs when not in useKent Overstreet1-1/+16
2025-03-14bcachefs: Kill journal_res_state.unwritten_idxKent Overstreet1-12/+1
2025-01-26bcachefs: Journal writes are now IOPRIO_CLASS_RTKent Overstreet1-0/+2
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet1-42/+53
2024-12-21bcachefs: Journal write path refactoring, debug improvementsKent Overstreet1-31/+39
2024-12-21bcachefs: dev_alloc_list.devs -> dev_alloc_list.dataKent Overstreet1-13/+8
2024-12-21bcachefs: Fix failure to allocate journal write on discard retryKent Overstreet1-0/+9
2024-12-21bcachefs: BCH_ERR_insufficient_journal_devicesKent Overstreet1-3/+2
2024-12-21bcachefs: Silence "unable to allocate journal write" if we're already ROKent Overstreet1-2/+3
2024-12-21bcachefs: Improve "unable to allocate journal write" messageKent Overstreet1-1/+2
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-14/+21
2024-12-21bcachefs: Use str_write_read() helper functionThorsten Blum1-1/+3
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-1/+2
2024-12-21bcachefs: Factor out jset_entry_log_msg_bytes()Kent Overstreet1-2/+1
2024-11-12bcachefs: Fix journal_entry_dev_usage_to_text() overrunKent Overstreet1-0/+3
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao1-0/+2
2024-09-27bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet1-1/+1
2024-09-09bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum1-1/+2