summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_seq_blacklist.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet13 days1-3/+2
* bcachefs: journal seq blacklist gc no longer has to walk btreeKent Overstreet14 days1-55/+17
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet14 days1-1/+1
* bcachefs: Etyzinger cleanupsKent Overstreet2024-04-031-2/+1
* bcachefs: Prefer struct_size over open coded arithmeticErick Archer2024-03-131-2/+1
* bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...Kent Overstreet2024-03-101-45/+21
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-1/+1
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-8/+8
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-7/+5
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-2/+2
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-2/+2
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-5/+5
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-0/+1
* Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet2023-10-221-0/+78
* bcachefs: Fix bch2_journal_seq_blacklist_add()Kent Overstreet2023-10-221-22/+21
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-221-15/+22
* bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet2023-10-221-78/+0
* bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet2023-10-221-6/+15
* bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet2023-10-221-2/+2
* bcachefs: btree_pathKent Overstreet2023-10-221-2/+2
* bcachefs: Assorted endianness fixesKent Overstreet2023-10-221-4/+2
* bcachefs: Don't require flush/fua on every journal writeKent Overstreet2023-10-221-3/+2
* bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet2023-10-221-9/+0
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-2/+2
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-1/+1
* bcachefs: cmp_int()Kent Overstreet2023-10-221-1/+1
* bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet2023-10-221-268/+223
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-7/+10
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+360