summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-01bcachefs: Don't promote when target is congestedpromoteKent Overstreet
2018-05-01bcachefs: Promote whole extents, avoiding mempoolKent Overstreet
2018-05-01bcachefs: Keep track of latency devices are capable ofKent Overstreet
2018-05-01bcachefs: New time stats code (with quantiles)Kent Overstreet
2018-05-01bcachefs: Keep outstanding promotes in a hash tableKent Overstreet
2018-05-01bcachefs: refactor some init codeKent Overstreet
2018-05-01bcachefs: better warningKent Overstreet
2018-04-28bcachefs: buffered write path optimizationKent Overstreet
2018-04-28bcachefs: fix a page flags bugKent Overstreet
2018-04-15bcachefs: fix bucket_journal_seqKent Overstreet
2018-04-14bcachefs: strip whitespace when setting options via sysfsKent Overstreet
2018-04-14bcachefs: Fix background compression superblock optKent Overstreet
2018-04-12bcachefs: prefetch btree nodes less agressively after startupKent Overstreet
2018-04-11bcachefs: Fix a locking bugKent Overstreet
2018-04-10bcachefs: Centralize error handling in read pathKent Overstreet
2018-04-10bcachefs: Refactor superblock codeKent Overstreet
2018-04-10bcachefs: nested disk groups; rename groups -> labelsKent Overstreet
2018-04-10bcachefs: less pointer chasingKent Overstreet
2018-04-10fixup! bcachefs: Fix various device add bugsKent Overstreet
2018-04-06bcachefs: Fix various device add bugsKent Overstreet
2018-04-06bcachefs: rename prio -> last_io, refactor a bitKent Overstreet
2018-04-05bcachefs: split out replicas.c and disk_groups.cKent Overstreet
2018-04-04bcachefs: convert BUG_ON()s to warningsKent Overstreet
2018-04-04bcachefs: fix bch2_read_btree()Kent Overstreet
2018-04-04bcachefs: bch2_crc_unpacked_cmp()Kent Overstreet
2018-04-04bcachefs: prevent reordering in write pathKent Overstreet
2018-04-04bcachefs: Avoid allocation fragmentationKent Overstreet
2018-03-28bcachefs: fix should_promote()Kent Overstreet
2018-03-28bcachefs: Fix some allocator startup bugsKent Overstreet
2018-03-28bcachefs: add a cond_resched() to __bch2_btree_iter_next()Kent Overstreet
2018-03-28bcachefs: increase max nr of io timersKent Overstreet
2018-03-22bcachefs: fix bch2_btree_iter_next_slot() for extentsKent Overstreet
2018-03-22bcachefs: go online before bch2_fs_start()Kent Overstreet
2018-03-21bcachefs: fix degraded writes, misc alloc path bugsKent Overstreet
2018-03-18bcachefs: fix copygc_pred()Kent Overstreet
2018-03-18bcachefs: delete old incorrect assertionKent Overstreet
2018-03-15bcachefs: fix another writethrough bugKent Overstreet
2018-03-15bcachefs: workaround an issue with writethrough cachingKent Overstreet
2018-03-15bcachefs: fix bch2_extent_mark_replicas_cached()Kent Overstreet
2018-03-14bcachefs: fix disk reservations in data move pathKent Overstreet
2018-03-14bcachefs: fix copygc so it doesn't spin when no work to doKent Overstreet
2018-03-14fixup! bcachefs: durabilityKent Overstreet
2018-03-14Revert "bcachefs: fix BCH_IOCTL_ASSEMBLE"Kent Overstreet
2018-03-13bcachefs: fix BCH_IOCTL_ASSEMBLEKent Overstreet
2018-03-13bcachefs: journalling code now understands durabilityKent Overstreet
2018-03-13bcachefs: durabilityKent Overstreet
2018-03-01bcachefs: fix an error pathKent Overstreet
2018-03-01bcachefs: more readable btree err messagesKent Overstreet
2018-02-28bcachefs: fix variable shadowing in macro callKent Overstreet
2018-02-27bcachefs: Better signal from allocator to copygc threadKent Overstreet