Age | Commit message (Expand) | Author |
2024-11-12 | bcachefs: Fix journal_entry_dev_usage_to_text() overrun | Kent Overstreet |
2024-11-07 | bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket | Pei Xiao |
2024-09-27 | bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate() | Kent Overstreet |
2024-09-09 | bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by() | Thorsten Blum |
2024-09-09 | bcachefs: Convert to use jiffies macros | Chen Yufan |
2024-08-13 | bcachefs: Make bkey_fsck_err() a wrapper around fsck_err() | Kent Overstreet |
2024-07-14 | bcachefs: Improve "unable to allocate journal write" message | Kent Overstreet |
2024-07-14 | bcachefs: Eytzinger accumulation for accounting keys | Kent Overstreet |
2024-07-14 | bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg() | Uros Bizjak |
2024-07-14 | bcachefs: Fix missing spaces in journal_entry_dev_usage_to_text | Youling Tang |
2024-07-10 | bcachefs: Fix missing error check in journal_entry_btree_keys_validate() | Kent Overstreet |
2024-07-10 | bcachefs: Fix journal getting stuck on a flush commit | Kent Overstreet |
2024-06-23 | bcachefs: Add missing bch2_journal_do_writes() call | Kent Overstreet |
2024-06-21 | bcachefs: Use bch2_print_string_as_lines for long err | Kent Overstreet |
2024-05-09 | bcachefs: s/bkey_invalid_flags/bch_validate_flags | Kent Overstreet |
2024-05-09 | bcachefs: Invalid devices are now checked for by fsck, not .invalid methods | Kent Overstreet |
2024-05-09 | bcachefs: bch2_dev_get_ioref() checks for device not present | Kent Overstreet |
2024-05-09 | bcachefs: bch2_dev_get_ioref2(); journal_io.c | Kent Overstreet |
2024-05-08 | bcachefs: kill bch2_dev_bkey_exists() in journal_ptrs_to_text() | Kent Overstreet |
2024-05-08 | bcachefs: bch2_dev_have_ref() | Kent Overstreet |
2024-05-08 | bcachefs: x-macroize journal flags enums | Kent Overstreet |
2024-05-08 | bcachefs: Simplify resuming of journal position | Kent Overstreet |
2024-05-08 | bcachefs: bch_member.last_journal_bucket | Kent Overstreet |
2024-05-08 | bcachefs: journal seq blacklist gc no longer has to walk btree | Kent Overstreet |
2024-05-08 | bcachefs: member helper cleanups | Kent Overstreet |
2024-05-08 | bcachefs: allow for custom action in fsck error messages | Kent Overstreet |
2024-04-20 | bcachefs: Fix deadlock in journal write path | Kent Overstreet |
2024-04-13 | bcachefs: Standardize helpers for printing enum strs with bounds checks | Kent Overstreet |
2024-03-18 | bcachefs: Improve bch2_fatal_error() | Kent Overstreet |
2024-03-17 | bcachefs: Change "accounting overran journal reservation" to a warning | Kent Overstreet |
2024-03-13 | bcachefs: pull out time_stats.[ch] | Kent Overstreet |
2024-03-13 | bcachefs: fix lost journal buf wakeup due to improved pipelining | Brian Foster |
2024-03-13 | bcachefs: Fix bch2_journal_noflush_seq() | Kent Overstreet |
2024-03-13 | bcachefs: split out ignore_blacklisted, ignore_not_dirty | Kent Overstreet |
2024-03-13 | bcachefs: jset_entry for loops declare loop iter | Kent Overstreet |
2024-03-13 | bcachefs: Fix journal_buf bitfield accesses | Kent Overstreet |
2024-03-13 | bcachefs: kill kvpmalloc() | Kent Overstreet |
2024-03-10 | bcachefs: better journal pipelining | Kent Overstreet |
2024-03-10 | bcachefs: closure per journal buf | Kent Overstreet |
2024-03-10 | bcachefs: bio per journal buf | Kent Overstreet |
2024-03-10 | bcachefs: jset_entry_datetime | Kent Overstreet |
2024-03-10 | bcachefs: improve journal entry read fsck error messages | Kent Overstreet |
2024-03-10 | bcachefs: convert journal replay ptrs to darray | Kent Overstreet |
2024-03-10 | bcachefs: Journal writes should be REQ_SYNC|REQ_META | Kent Overstreet |
2024-03-10 | bcachefs: Split out journal workqueue | Kent Overstreet |
2024-02-13 | bcachefs: Clamp replicas_required to replicas | Kent Overstreet |
2024-01-22 | bcachefs: fix incorrect usage of REQ_OP_FLUSH | Christoph Hellwig |
2024-01-21 | bcachefs: helpers for printing data types | Kent Overstreet |
2024-01-05 | bcachefs: improve checksum error messages | Kent Overstreet |
2024-01-01 | bcachefs: bkey_for_each_ptr() now declares loop iter | Kent Overstreet |