summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-30bcachefs: bch_move_statsKent Overstreet
2018-01-30bcachefs; check_mark_super() now takes devlistKent Overstreet
2018-01-30bcachefs: remove sentinel null from btree_iterKent Overstreet
2018-01-30bcachefs: Quota accountingKent Overstreet
2018-01-30bcachefs: fix an assertionKent Overstreet
2018-01-30bcachefs: fix mounting read only block devicesKent Overstreet
2018-01-30bcachefs: return error codes from mount more correctlyKent Overstreet
Error reporting is still a mess and really needs to be revamped
2018-01-30bcachefs: fix a deadlock in bch2_journal_flush_pins()Kent Overstreet
2018-01-30bcachefs: fix dfKent Overstreet
2018-01-30bcachefs: dio write path improvementsKent Overstreet
fix a few minor bugs, hopefully make the flow control easier to follow
2018-01-30bcachefs: fix a dio write bugKent Overstreet
2018-01-30bcachefs: better ifdefKent Overstreet
2018-01-30bcachefs: fix allocator startup, once and for allKent Overstreet
This fixes the "ptr with missing gen in alloc btree" bugs
2018-01-30bcachefs: fix ptr offset increment in journal writeKent Overstreet
2018-01-30bcachefs: fix an assertionKent Overstreet
2018-01-30bcachefs: fix allocator thread shutdownKent Overstreet
2018-01-30bcachefs: fix another lockdep splatKent Overstreet
2018-01-30bcachefs: minor migrate.c refactoringKent Overstreet
2018-01-30bcachefs: fix bch2_dev_has_data()Kent Overstreet
2018-01-30bcachefs: fix btree_iter_drop_extra_locks()Kent Overstreet
2018-01-30bcachefs: bch2_dev_metadata_migrate() doesn't migrate journalKent Overstreet
2018-01-30bcachefs: no more unfixable fsck errorsKent Overstreet
2018-01-30bcachefs: Add more repair code to fsckKent Overstreet
2018-01-30bcachefs: fix unitialized bch_read_bioKent Overstreet
2018-01-30bcachefs: fixes for evacuateKent Overstreet
2018-01-30bcachefs: fix a lockdep popKent Overstreet
2018-01-30bcachefs: refactor superblock validationKent Overstreet
2018-01-30bcachefs: fix early error pathKent Overstreet
2018-01-30bcachefs: fix show_quantiles()Kent Overstreet
2018-01-30bcachefs: use kvpmalloc() for struct bch_fsKent Overstreet
2018-01-30bcachefs: device resizeKent Overstreet
2018-01-30bcachefs: add BCH_IOCTL_DISK_GET_IDXKent Overstreet
2018-01-30bcachefs: add BCH_IOCTL_READ_SUPERKent Overstreet
2018-01-30bcachefs: locking changes for device resizeKent Overstreet
2018-01-30bcachefs: kill bucket_lockKent Overstreet
2018-01-30bcachefs: allow evacuate off offline RW devicesKent Overstreet
2018-01-30bcachefs: allow RW devices to be removedKent Overstreet
2018-01-30bcachefs: fix check_mark_super() calls for data move pathKent Overstreet
2018-01-30bcachefs: kill bucket_data_type, improve disk usage statsKent Overstreet
2018-01-30bcachefs: Add an ioctl for filesystem usageKent Overstreet
2018-01-30bcachefs: fix stupid locking bugsKent Overstreet
2018-01-30bcachefs: fix bch2_check_mark_super_slowpath()Kent Overstreet
was failing to update gc replicas when c->replicas didn't need to be updated - also, was leaking memory
2018-01-30bcachefs: verify that journal replicas are correctly markedKent Overstreet
2018-01-30bcachefs: fix assertion in journal readKent Overstreet
2018-01-30bcachefs: fixes for building in userspaceKent Overstreet
2018-01-30bcachefs: handle failure to read alloc btree rootKent Overstreet
2018-01-30bcachefs: fix data write error pathKent Overstreet
2018-01-30bcachefs: Device removal workKent Overstreet
2018-01-30bcachefs: fix a memory leak in the read retry pathKent Overstreet
2018-01-30bcachefs: Don't validate potentially dead keysKent Overstreet
Needed for device removal