summaryrefslogtreecommitdiff
path: root/fs/bcachefs/journal_seq_blacklist.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet1-2/+1
2024-03-14bcachefs: Prefer struct_size over open coded arithmeticErick Archer1-2/+1
2024-03-10bcachefs: journal_seq_blacklist_add() now handles entries being added out of ...Kent Overstreet1-45/+21
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-8/+8
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-7/+5
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-2/+2
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-5/+5
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-0/+1
2023-10-23Revert "bcachefs: Delete some obsolete journal_seq_blacklist code"Kent Overstreet1-0/+78
2023-10-23bcachefs: Fix bch2_journal_seq_blacklist_add()Kent Overstreet1-22/+21
2023-10-23bcachefs: Improved superblock-related error messagesKent Overstreet1-15/+22
2023-10-23bcachefs: Delete some obsolete journal_seq_blacklist codeKent Overstreet1-78/+0
2023-10-23bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet1-6/+15
2023-10-23bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet1-2/+2
2023-10-23bcachefs: btree_pathKent Overstreet1-2/+2
2023-10-23bcachefs: Assorted endianness fixesKent Overstreet1-4/+2
2023-10-23bcachefs: Don't require flush/fua on every journal writeKent Overstreet1-3/+2
2023-10-23bcachefs: Fix a bug with the journal_seq_blacklist mechanismKent Overstreet1-9/+0
2023-10-23bcachefs: Convert some enums to x-macrosKent Overstreet1-2/+2
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: cmp_int()Kent Overstreet1-1/+1
2023-10-23bcachefs: Rewrite journal_seq_blacklist machineryKent Overstreet1-268/+223
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-7/+10
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+360