summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-25transactional fcollapsebcache-transactionsKent Overstreet
2016-09-25fooKent Overstreet
2016-09-25bcachefs: implement i_generationKent Overstreet
2016-09-25bcachefs: inode optional fieldsKent Overstreet
2016-09-25bcache: transactionsKent Overstreet
2016-09-23bcache: fix a lost wakeupKent Overstreet
2016-09-23bcachefs: fs-gc, fsck improvementsKent Overstreet
2016-09-23bcache: fix bch_btree_iter_advance_pos()Kent Overstreet
2016-09-23genradix: add an iteratorKent Overstreet
2016-09-23genradix: fix genradix_ptr()Kent Overstreet
2016-09-23bcachefs: update i_nlink synchronouslyKent Overstreet
2016-09-23bcache: add flag to superblock indicating if we shutdown cleanlyKent Overstreet
2016-09-23bcache: fix ordering of index updates after unclean shutdownKent Overstreet
2016-09-21bcache: fix an ordering issue in btree_interior_update codeKent Overstreet
2016-09-19bcache: add bch_journal_pin_add_if_older()Kent Overstreet
2016-09-19bcachefs: Slightly improved writeback ratelimitingKent Overstreet
2016-09-19mm: Real pagecache iteratorsKent Overstreet
2016-09-19mm: Refactor find_get_pages() & friendsKent Overstreet
2016-09-19Revert "bcache: fix 64 bit crc truncation"Kent Overstreet
2016-09-18bcachefs: hacky writeback ratelimitingKent Overstreet
2016-09-18bcache: make bkey_unpack() a bit fasterKent Overstreet
2016-09-17bcache: fix sha1 usageKent Overstreet
2016-09-16bcache: Fix a use after free in the gzip codeKent Overstreet
2016-09-15bcache: fix 64 bit crc truncationKent Overstreet
2016-09-15bcache: more error messages in fs-gcKent Overstreet
2016-09-12bcache: improve compression memory allocationKent Overstreet
2016-09-12bcache: use __GFP_NOWARN for __bounce_alloc()Kent Overstreet
2016-09-11bcache: new extent csum accessorsKent Overstreet
2016-09-09bcache: write superblock with FUAKent Overstreet
2016-09-09bcache: Add a mount option to skip fsck during mountKent Overstreet
2016-09-08bcache: bch_write_op_init() cleanupsKent Overstreet
2016-09-08bcache: don't migrate same extent twice in same passKent Overstreet
2016-09-08bcache: hack to deal with multiple promote operations racingKent Overstreet
2016-09-08bcache: fix tiering ratelimitingKent Overstreet
2016-09-08bcache: convert promote to new migrate pathKent Overstreet
2016-09-08bcache: replace bch_extent_cmpxchg() for migrateKent Overstreet
2016-09-08bcache: fix copygc + replicationKent Overstreet
2016-09-08bcache: plumb nr_replicas through disk_reservationsKent Overstreet
2016-09-08bcache: fix extent_sort_ptrs()Kent Overstreet
2016-09-08bcache: refactor some extent crc code a bitKent Overstreet
2016-09-08bcache: don't walk nodes without pointers unnecessarily in gcKent Overstreet
2016-09-08bcache: add printks for different phases of recoveryKent Overstreet
2016-09-07bcache: fix lost wakeup in allocation codeKent Overstreet
2016-09-06bcache: fix validate_cache_super() callKent Overstreet
2016-08-27bcache: bch_extent refactoringKent Overstreet
2016-08-27bcache: move type_is() to util.hKent Overstreet
2016-08-27bcache: fix some issues with journal seq blacklistingKent Overstreet
2016-08-27bcache: rename async_split -> btree_interior_updateKent Overstreet
2016-08-26bcache: delete an incorrect assertionKent Overstreet
2016-08-25bcache: select COMPACTION if bcache is enabledKent Overstreet