Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-13 | bcachefs: error handling on disk format stuff WIPdev | Kent Overstreet | |
2018-03-06 | todo | Kent Overstreet | |
2018-03-06 | bcachefs: drop incorrect s_dev/s_bdev | Kent Overstreet | |
2018-03-06 | bcachefs: use array_insert_item() in bset.c | Kent Overstreet | |
2018-03-06 | bcachefs: refactor bch2_bset_fix_lookup_table() XXX broken | Kent Overstreet | |
2018-03-06 | bcachefs: convert moving_io to bioset XXX broken | Kent Overstreet | |
2018-03-06 | debug crap | Kent Overstreet | |
2018-03-06 | bcachefs: rework fallocate XXX broken | Kent Overstreet | |
2018-03-06 | bcachefs: rework fallocate | Kent Overstreet | |
2018-03-06 | bcachefs: rework truncate | Kent Overstreet | |
2018-03-06 | bcachefs: cacheline align journal reservations | Kent Overstreet | |
2018-03-06 | lockdep thing | Kent Overstreet | |
2018-03-06 | bcachefs: struct bch_btree_ptr | Kent Overstreet | |
2018-03-06 | foo | Kent Overstreet | |
2018-03-06 | foo | Kent Overstreet | |
2018-03-06 | bcache: lift restrictions on 0 size extents | Kent Overstreet | |
2018-03-06 | bcachefs: make btree_iter smaller with pointer compression | Kent Overstreet | |
2018-03-06 | bcachefs: btree perf tests | Kent Overstreet | |
2018-03-06 | bcachefs: fix missing bch_crc_bytes entries | Kent Overstreet | |
2018-03-01 | bcachefs: fix an error path | Kent Overstreet | |
2018-03-01 | bcachefs: more readable btree err messages | Kent Overstreet | |
2018-02-28 | bcachefs: fix variable shadowing in macro call | Kent Overstreet | |
2018-02-27 | bcachefs: Better signal from allocator to copygc thread | Kent Overstreet | |
2018-02-27 | bcachefs: change default journal_write_delay to 1 sec | Kent Overstreet | |
2018-02-23 | bcachefs: fix bch2_extent_has_group, dev_in_target | Kent Overstreet | |
2018-02-23 | bcachefs: trim whitespace when setting disk group | Kent Overstreet | |
2018-02-20 | bcachefs: kill btree_node_iter->used | Kent 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-20 | bcachefs: drop writeback throttling code | Kent Overstreet | |
block layer has throttling now | |||
2018-02-20 | bcachefs: fix an acl bug | Kent Overstreet | |
bcachefs always writes inodes directly - using mark_inode_dirty() instead was leading to 0 size files... | |||
2018-02-19 | bcachefs: Option parsing for io targets | Kent Overstreet | |
2018-02-19 | bcachefs: Convert tiering/promote code to disk groups | Kent Overstreet | |
2018-02-19 | bcachefs: fixes for check_set_has_compressed_data() | Kent Overstreet | |
2018-02-19 | bcachefs: bch_move_data() no longer takes sectors_in_flight | Kent Overstreet | |
2018-02-16 | bcachefs: background compression option | Kent Overstreet | |
2018-02-16 | bcachefs: zstd support, compression refactoring | Kent Overstreet | |
2018-02-15 | bcachefs: use reserve when open buckets pinned | Kent Overstreet | |
2018-02-15 | bcachefs: make writeback throttling limit configurable | Kent Overstreet | |
2018-02-13 | bcachefs: Add another sequence number to struct btree_node | Kent 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-12 | bcachefs: refactor data move path | Kent Overstreet | |
Prep work for scrubbing | |||
2018-02-12 | bcachefs: Fix allocator striping | Kent Overstreet | |
2018-02-11 | fixup! bcachefs: -o verbose_init, more error messages | Kent Overstreet | |
2018-02-09 | bcachefs: minor prjquota fixes | Kent Overstreet | |
2018-02-09 | bcachefs: -o verbose_init, more error messages | Kent Overstreet | |
for tracing problems with mount | |||
2018-02-09 | bcachefs: fixes for bch2_dev_set_state() | Kent Overstreet | |
2018-02-09 | bcachefs: fix an inconsistency with replicas tracking | Kent Overstreet | |
2018-02-09 | bcachefs: delete dead code | Kent Overstreet | |
replaced by bch2_data_job() | |||
2018-02-08 | bcachefs: BCH_DATA ioctl | Kent 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-08 | bcachefs: fix fsck error booting in degraded mode | Kent Overstreet | |
also some journal code cleanups | |||
2018-02-08 | bcachefs: fix filesystem character device | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2018-02-07 | bcachefs: Add superblock field for disk groups | Kent Overstreet | |