summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-12bcache: Validate bkey formatbcache-dev-februaryKent Overstreet
2015-02-12bcache: Hook up new btree node fieldsKent Overstreet
2015-02-12bcache: New btree node formatKent Overstreet
2015-02-12bcache: Bkey format field offsetsKent Overstreet
2015-02-12bcache: Add accounting for nr packed/unpacked keysKent Overstreet
2015-02-12bcache: New debugfs codeKent Overstreet
2015-02-12bcache: Move some assertions to debug buildsKent Overstreet
2015-02-12bcache: Pointer compression for btree_node_iterKent Overstreet
2015-02-12bcache: Drop btree_node_iter->b, btree_node_iter->sizeKent Overstreet
2015-02-12bcache: Packed bkeysKent Overstreet
2015-02-12bch_query_uuid now returns user_uuid of cache-set instead ofRaghu Krishnamurthy
2015-02-12bcache: Kill bch_btree_count_u64s()Kent Overstreet
2015-02-12bcache: Validate, show btree node sizeKent Overstreet
2015-02-12bcache: Make __ptr_invalid() more explicitKent Overstreet
2015-02-12bcache: Better inliningKent Overstreet
2015-02-12bcache: Fix compiler warningsKent Overstreet
2015-02-12bcache: fix rare race on first startup of fresh cache setSlava Pestov
2015-02-12bcache: mca_alloc() never fails with -ENOMEMSlava Pestov
2015-02-12bcache: skip non-extents in bch_sectors_dirty_init()Slava Pestov
2015-02-12bcache: add more dynamic faults for init and device add pathsSlava Pestov
2015-02-12bcache: enforce minimum journal entry sizeSlava Pestov
2015-02-12bcache: get c->verify mode working againSlava Pestov
2015-02-12bcache: Minor refactoringKent Overstreet
2015-02-12bcache: Better bch_btree_node_iter_verify()Kent Overstreet
2015-02-12bcache: Better inliningKent Overstreet
2015-02-12bcache: NO_IOKent Overstreet
2015-02-12bcache: don't evaluate EBUG_ON() expressions when not in debug modeKent Overstreet
2015-02-12bcache: Fix a null ptr deref in btree_iter_traverse()Kent Overstreet
2015-02-12bcache: remove over-eager BUG_ONSlava Pestov
2015-02-12bcache: make discard work like it did before when version is zeroSlava Pestov
2015-02-12bcache: fix init error pathSlava Pestov
2015-02-12bcache: kick off background journal reclaim eagerlySlava Pestov
2015-02-12bcache: do btree node flushing in a work itemSlava Pestov
2015-02-12bcache: improve journal tracepointsSlava Pestov
2015-02-12bcache: rename c->journal.work to c->journal.write_workSlava Pestov
2015-02-12bcache: rename journal_reclaim() to journal_next_bucket()Slava Pestov
2015-02-12bcache: don't run journal_reclaim() logic if current journal bucket has spaceSlava Pestov
2015-02-12bcache: move btree node flush to journal_reclaim()Slava Pestov
2015-02-12bcache: don't need to call journal_reclaim() when kicking off journal writeSlava Pestov
2015-02-12bcache: fix faulty logic in bch_journal_res_get()Slava Pestov
2015-02-12bcache: only wake up journal.wait if pin refcount is 0Slava Pestov
2015-02-12bcache: fix journal reclaim deadlock during journal replaySlava Pestov
2015-02-12bcache: add BUG_ONs for suspected memory scribble around btree_node_iter_next...Slava Pestov
2015-02-12bcache: fix NULL deref in init error pathSlava Pestov
2015-02-12bcache: add remove_failed notificationSlava Pestov
2015-02-12bcache: fix handling of PTR_LOST_DEV keysSlava Pestov
2015-02-12bcache: re-work bbio IO error reportingSlava Pestov
2015-02-12bcache: Add sysfs internal uuid attributeJacob Malevich
2015-02-12bcache: fix erroneous BUG_ON in journal.cSlava Pestov
2015-02-12bcache: Drop bch_check_keys()Kent Overstreet