summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-12bcache: treebitvec thingtreebitvecKent Overstreet
2016-12-12bcache: don't flush journal unnecessarilyKent Overstreet
2016-12-12bcache: short circuit bch_prio_write() and journal flush when possibleKent Overstreet
2016-12-12bcache: add field to superblock for maximum journal entry sizeKent Overstreet
2016-12-12block: add sysfs entry for fua supportKent Overstreet
2016-12-12bcache: Refactor write path to not split bios unnecessarilyKent Overstreet
2016-12-11lz4: return amount of data we were able to compress on failureKent Overstreet
2016-12-11bcache: stash journal entry sequence number in struct journal_resKent Overstreet
2016-12-11bcache: cancel journal write timer when doing journal writeKent Overstreet
2016-12-11bcache: fix journal bug with prio_bucketsKent Overstreet
2016-12-09bcachefs: fix find_get_entry() usageKent Overstreet
2016-12-09bcache: increase default journal write delay for spinning rustKent Overstreet
2016-12-08bcache: factor out eytzinger.hKent Overstreet
2016-12-07bcache: fix bad shifts in inorder_to_tree()Kent Overstreet
2016-12-07bcache: fix hash usage for journal has_inode hashKent Overstreet
2016-12-07bcache: fix uninitialized fieldKent Overstreet
2016-12-06bcache: rw aux search tree improvementKent Overstreet
2016-12-06bcache: bkey_unpack_pos()Kent Overstreet
2016-12-06bcache: add end_offset to struct bset_treeKent Overstreet
2016-12-06bcache: drop a comparison in bset_search_tree()Kent Overstreet
2016-12-06bcache: squish struct btree some moreKent Overstreet
2016-12-06bcache: kill struct btree_keysKent Overstreet
2016-12-06bcache: larger bfloats for base of aux search treeKent Overstreet
2016-12-06bcache: kill bset_tree->prev_offsetKent Overstreet
2016-12-06bcache: squish struct btree some moreKent Overstreet
2016-12-06bcache: use a single buffer for btree node aux treesKent Overstreet
2016-12-06bcache: uninline bkey_cmp_left_packed()Kent Overstreet
2016-12-06bcache: more aux search tree microoptimizationsKent Overstreet
2016-12-06Revert "bcache: Optimization for aux search tree slowpath"Kent Overstreet
2016-12-06bcache: prefetch btree root in bch_btree_iter_init()Kent Overstreet
2016-12-06bcache: inline some fastpathsKent Overstreet
2016-12-06bcache: btree_node_iter_init() optimizationsKent Overstreet
2016-12-06bcache: round packed bkey format fields up to nearest byte when possibleKent Overstreet
2016-12-06bcache: jit bkey_unpack_key()Kent Overstreet
2016-12-06bcache: packed bkeys refactoringKent Overstreet
2016-12-06bcache: asm bkey_cmp_packed()Kent Overstreet
2016-12-06bcache: drop trace_bkey_pack_pos_failKent Overstreet
2016-12-06bcache: fix another copygc deadlockKent Overstreet
2016-12-06bcache: change copygc assertion to just print a warningKent Overstreet
2016-12-06bcache: fix btree node write tracepointKent Overstreet
2016-12-05bcachefs: fix a regression from extent whiteouts optimizationsKent Overstreet
2016-12-02bcache: allow __bch_write() to fragment io more than twice without slowpath loopKent Overstreet
2016-11-28bcache: Whiteout optimizations: extentsKent Overstreet
2016-11-28bcache: extent insert path refactoringKent Overstreet
2016-11-28bcache: re-enable btree_node_write() idx_to_writeKent Overstreet
2016-11-28bcache: btree_node_verify() improvementsKent Overstreet
2016-11-28bcache: Move unwritten whiteouts to a separate areaKent Overstreet
2016-11-23bcache: Optimize btree node writesKent Overstreet
2016-11-23bcache: fix a race with journal_seq_blacklist flushingKent Overstreet
2016-11-23bcache: New sorting infrastructureKent Overstreet