summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24bcache: fix a minor bug in journal read pathbcachefs-v0Kent Overstreet
2017-02-21bcache: fix a locking bugKent Overstreet
2017-02-09lz4: refactoring & fixesKent Overstreet
2017-02-09bcache: compression fixesKent Overstreet
2017-02-06bcache: print ptrs in bch_print_btree_node()Kent Overstreet
2017-02-06bcache: bch_extent_has_device() returns ptrKent Overstreet
2017-02-06bcache: tweak bringup codeKent Overstreet
2017-02-06bcache: more bcache-in-userspace stuffKent Overstreet
2017-02-06bcache: Add an internal option to disable all filesystem changesKent Overstreet
2017-02-06bcachefs: More repair code improvementsKent Overstreet
2017-02-06bcachefs: Add repair code for fs heirarchyKent Overstreet
2017-02-06bcachefs: Add a pass to fsck for walking filesystem heirarchyKent Overstreet
2017-02-06bcachefs: assorted refactoring for fsckKent Overstreet
2017-02-06bcache: squash a spurious gcc warningKent Overstreet
2017-02-02bcache: cleanups for building in userspaceKent Overstreet
2017-01-18bcache: add an assertionKent Overstreet
2017-01-18bcache: don't leak uninitialized memoryKent Overstreet
2017-01-18lglock: add a proper lg_lock_init()Kent Overstreet
2017-01-18bcache: avoid a deadlock when there's corrupt/duplicate journal entriesKent Overstreet
2017-01-18bcache: fix run_cache_set error handlingKent Overstreet
2017-01-18bcache: Check for duplicate journal entriesKent Overstreet
2017-01-18bcache: Make sure we empty out journal on clean shutdownKent Overstreet
2017-01-18bcache: convert journal code to fsck_err()Kent Overstreet
2017-01-18bcache: fix a lost wakeup in the journal codeKent Overstreet
2017-01-18bcache: fixups for "short circuit bch_prio_write() and journal flush when pos...Kent Overstreet
2017-01-18bcache: a bit more journal validation fixupKent Overstreet
2017-01-18bcache: don't zero out res->seq in journal_res_put()Kent Overstreet
2017-01-18bcache: initialize new journal entries with correct sequence numberKent Overstreet
2017-01-18bcache: fix a bug when initializing a new filesystemKent Overstreet
2017-01-18bcache: fall back to vmalloc() for allocating entries in journal replayKent Overstreet
2017-01-18bcache: a bit more journal validationKent Overstreet
2017-01-18bcache: fix an integer overflow in journal compaction codeKent Overstreet
2017-01-18bcache: check kthread_should_stop() in read_tiering() more oftenKent Overstreet
2017-01-18bcache: add a BUG_ON() to track down journal corruption bugKent Overstreet
2017-01-18bcache: better journal validationKent Overstreet
2017-01-18bcache: don't flush journal unnecessarilyKent Overstreet
2017-01-18bcache: short circuit bch_prio_write() and journal flush when possibleKent Overstreet
2017-01-18bcache: add field to superblock for maximum journal entry sizeKent Overstreet
2017-01-18block: add sysfs entry for fua supportKent Overstreet
2017-01-18bcache: Refactor write path to not split bios unnecessarilyKent Overstreet
2017-01-18lz4: return amount of data we were able to compress on failureKent Overstreet
2017-01-18bcache: stash journal entry sequence number in struct journal_resKent Overstreet
2017-01-18bcache: cancel journal write timer when doing journal writeKent Overstreet
2017-01-18bcache: fix journal bug with prio_bucketsKent Overstreet
2017-01-18bcachefs: fix find_get_entry() usageKent Overstreet
2017-01-18bcache: increase default journal write delay for spinning rustKent Overstreet
2017-01-18bcache: factor out eytzinger.hKent Overstreet
2017-01-18bcache: fix bad shifts in inorder_to_tree()Kent Overstreet
2017-01-18bcache: fix hash usage for journal has_inode hashKent Overstreet
2017-01-18bcache: fix uninitialized fieldKent Overstreet