summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-13bcachefs: error handling on disk format stuff WIPdevKent Overstreet
2018-03-06todoKent Overstreet
2018-03-06bcachefs: drop incorrect s_dev/s_bdevKent Overstreet
2018-03-06bcachefs: use array_insert_item() in bset.cKent Overstreet
2018-03-06bcachefs: refactor bch2_bset_fix_lookup_table() XXX brokenKent Overstreet
2018-03-06bcachefs: convert moving_io to bioset XXX brokenKent Overstreet
2018-03-06debug crapKent Overstreet
2018-03-06bcachefs: rework fallocate XXX brokenKent Overstreet
2018-03-06bcachefs: rework fallocateKent Overstreet
2018-03-06bcachefs: rework truncateKent Overstreet
2018-03-06bcachefs: cacheline align journal reservationsKent Overstreet
2018-03-06lockdep thingKent Overstreet
2018-03-06bcachefs: struct bch_btree_ptrKent Overstreet
2018-03-06fooKent Overstreet
2018-03-06fooKent Overstreet
2018-03-06bcache: lift restrictions on 0 size extentsKent Overstreet
2018-03-06bcachefs: make btree_iter smaller with pointer compressionKent Overstreet
2018-03-06bcachefs: btree perf testsKent Overstreet
2018-03-06bcachefs: fix missing bch_crc_bytes entriesKent 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
2018-02-27bcachefs: change default journal_write_delay to 1 secKent Overstreet
2018-02-23bcachefs: fix bch2_extent_has_group, dev_in_targetKent Overstreet
2018-02-23bcachefs: trim whitespace when setting disk groupKent Overstreet
2018-02-20bcachefs: kill btree_node_iter->usedKent Overstreet
Another patch will remove btree_node_iter->is_extents, which will let us reduce sizeof(struct btree_iter) by 32 bytes, which will be imortant for snapshot support.
2018-02-20bcachefs: drop writeback throttling codeKent Overstreet
block layer has throttling now
2018-02-20bcachefs: fix an acl bugKent Overstreet
bcachefs always writes inodes directly - using mark_inode_dirty() instead was leading to 0 size files...
2018-02-19bcachefs: Option parsing for io targetsKent Overstreet
2018-02-19bcachefs: Convert tiering/promote code to disk groupsKent Overstreet
2018-02-19bcachefs: fixes for check_set_has_compressed_data()Kent Overstreet
2018-02-19bcachefs: bch_move_data() no longer takes sectors_in_flightKent Overstreet
2018-02-16bcachefs: background compression optionKent Overstreet
2018-02-16bcachefs: zstd support, compression refactoringKent Overstreet
2018-02-15bcachefs: use reserve when open buckets pinnedKent Overstreet
2018-02-15bcachefs: make writeback throttling limit configurableKent Overstreet
2018-02-13bcachefs: Add another sequence number to struct btree_nodeKent Overstreet
Give two different btree nodes for the same part of the keyspace, this lets us tell which one is newer - now, we should have enough information in the btree node header to reconstruct missing interior nodes
2018-02-12bcachefs: refactor data move pathKent Overstreet
Prep work for scrubbing
2018-02-12bcachefs: Fix allocator stripingKent Overstreet
2018-02-11fixup! bcachefs: -o verbose_init, more error messagesKent Overstreet
2018-02-09bcachefs: minor prjquota fixesKent Overstreet
2018-02-09bcachefs: -o verbose_init, more error messagesKent Overstreet
for tracing problems with mount
2018-02-09bcachefs: fixes for bch2_dev_set_state()Kent Overstreet
2018-02-09bcachefs: fix an inconsistency with replicas trackingKent Overstreet
2018-02-09bcachefs: delete dead codeKent Overstreet
replaced by bch2_data_job()
2018-02-08bcachefs: BCH_DATA ioctlKent Overstreet
New infrastructure for jobs that walk existing data and "do stuff" - rereplicate, migrate implemented so far Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2018-02-08bcachefs: fix fsck error booting in degraded modeKent Overstreet
also some journal code cleanups
2018-02-08bcachefs: fix filesystem character deviceKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2018-02-07bcachefs: Add superblock field for disk groupsKent Overstreet