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