Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | todoalloc_debug | Kent Overstreet | |
2018-04-04 | bcachefs: bch2_crc_unpacked_cmp() | Kent Overstreet | |
2018-04-04 | bcachefs: prevent reordering in write path | Kent Overstreet | |
2018-04-01 | bcachefs: avoid allocation fragmentation | Kent Overstreet | |
2018-03-28 | bcachefs: fix should_promote() | Kent Overstreet | |
2018-03-28 | bcachefs: Fix some allocator startup bugs | Kent Overstreet | |
2018-03-28 | bcachefs: add a cond_resched() to __bch2_btree_iter_next() | Kent Overstreet | |
2018-03-28 | bcachefs: increase max nr of io timers | Kent Overstreet | |
this fixes a BUG_ON() when running with too many devices | |||
2018-03-22 | bcachefs: fix bch2_btree_iter_next_slot() for extents | Kent Overstreet | |
when the iterator is not uptodate, bch2_btree_iter_peek_slot() will _not_ necessarily return the same key it returned last time - it'll return the key at iter->pos, but for extents the key it returns won't necessarily have the same _end_ at the same position as the key it returned last time. | |||
2018-03-22 | bcachefs: go online before bch2_fs_start() | Kent Overstreet | |
2018-03-21 | bcachefs: fix degraded writes, misc alloc path bugs | Kent Overstreet | |
2018-03-18 | bcachefs: fix copygc_pred() | Kent Overstreet | |
2018-03-18 | bcachefs: delete old incorrect assertion | Kent Overstreet | |
2018-03-15 | bcachefs: fix another writethrough bug | Kent Overstreet | |
2018-03-15 | bcachefs: workaround an issue with writethrough caching | Kent Overstreet | |
2018-03-15 | bcachefs: fix bch2_extent_mark_replicas_cached() | Kent Overstreet | |
2018-03-14 | bcachefs: fix disk reservations in data move path | Kent Overstreet | |
2018-03-14 | bcachefs: fix copygc so it doesn't spin when no work to do | Kent Overstreet | |
2018-03-14 | fixup! bcachefs: durability | Kent Overstreet | |
2018-03-14 | Revert "bcachefs: fix BCH_IOCTL_ASSEMBLE" | Kent Overstreet | |
This reverts commit e7e06f12a9aa44c493b0c2e2dc34a483a75d0751. | |||
2018-03-13 | bcachefs: fix BCH_IOCTL_ASSEMBLE | Kent Overstreet | |
2018-03-13 | bcachefs: journalling code now understands durability | Kent Overstreet | |
2018-03-13 | bcachefs: durability | 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() |