summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_io.c
AgeCommit message (Expand)Author
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet
2024-05-09bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); journal_io.cKent Overstreet
2024-05-08bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text()Kent Overstreet
2024-05-08bcachefs: bch2_dev_have_ref()Kent Overstreet
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet
2024-05-08bcachefs: Simplify resuming of journal positionKent Overstreet
2024-05-08bcachefs: bch_member.last_journal_bucketKent Overstreet
2024-05-08bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: allow for custom action in fsck error messagesKent Overstreet
2024-04-20bcachefs: Fix deadlock in journal write pathKent Overstreet
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet
2024-03-13bcachefs: jset_entry for loops declare loop iterKent Overstreet
2024-03-13bcachefs: Fix journal_buf bitfield accessesKent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-10bcachefs: better journal pipeliningKent Overstreet
2024-03-10bcachefs: closure per journal bufKent Overstreet
2024-03-10bcachefs: bio per journal bufKent Overstreet
2024-03-10bcachefs: jset_entry_datetimeKent Overstreet
2024-03-10bcachefs: improve journal entry read fsck error messagesKent Overstreet
2024-03-10bcachefs: convert journal replay ptrs to darrayKent Overstreet
2024-03-10bcachefs: Journal writes should be REQ_SYNC|REQ_METAKent Overstreet
2024-03-10bcachefs: Split out journal workqueueKent Overstreet
2024-02-13bcachefs: Clamp replicas_required to replicasKent Overstreet
2024-01-22bcachefs: fix incorrect usage of REQ_OP_FLUSHChristoph Hellwig
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-05bcachefs: improve checksum error messagesKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2024-01-01bcachefs: Drop journal entry compactionKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: journal->buf_lockKent Overstreet
2024-01-01bcachefs: Kill dev_usage->buckets_ecKent Overstreet
2024-01-01bcachefs: clean up one inconsistent indentingYang Li
2024-01-01bcachefs: track_event_change()Kent Overstreet
2024-01-01bcachefs: Include average write size in sysfs journal_debugKent Overstreet
2023-12-21bcachefs: Fix leakage of internal error codeKent Overstreet
2023-12-10bcachefs: Close journal entry if necessary when flushing all pinsKent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-14bcachefs: Disable debug log statementsKent Overstreet