summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-12bcachefs: Add a shrinker for the btree key cachesrcuKent Overstreet
2020-11-12bcachefs: use SRCU for freeing struct btreeKent Overstreet
2020-11-11bcachefs: Deadlock prevention for ei_pagecache_lockKent Overstreet
2020-11-11bcachefs: Hack around bch2_varint_decode invalid readsKent Overstreet
2020-11-11bcachefs: Fix missing memalloc_nofs_restore()Kent Overstreet
2020-11-11bcachefs: Fix btree key cache shutdownKent Overstreet
2020-11-09bcachefs: Add accounting for dirty btree nodes/keysKent Overstreet
2020-11-07bcachefs: Fix btree iterator leakKent Overstreet
2020-11-07bcachefs: Inline make_bfloat() into __build_ro_aux_tree()Kent Overstreet
2020-11-07bcachefs: use a radix tree for inum bitmap in fsckKent Overstreet
2020-11-07bcachefs: New varintsKent Overstreet
2020-11-07bcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=nKent Overstreet
2020-11-07bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet
2020-11-06bcachefs: More inlinining in the btree key cache codeKent Overstreet
2020-11-05bcachefs: Fix spurious transaction restartsKent Overstreet
2020-11-05bcachefs: Add a single slot percpu buf for btree itersKent Overstreet
2020-11-05bcachefs: Convert to readaheadMatthew Wilcox (Oracle)
2020-11-05bcachefs: Use attach_page_private and detach_page_privateMatthew Wilcox (Oracle)
2020-11-05bcachefs: Remove page_state_init_for_readMatthew Wilcox (Oracle)
2020-11-05bcachefs: Build fixes for 32bit x86Kent Overstreet
2020-11-05bcachefs: Delete memcpy() macroKent Overstreet
2020-11-05bcachefs: Improved inode create optimizationKent Overstreet
2020-11-05bcachefs: Report inode counts via statfsKent Overstreet
2020-11-05bcachefs: add const annotations to bset.cKent Overstreet
2020-11-05bcachefs: Don't embed btree iters in btree_transKent Overstreet
2020-11-05bcachefs: Split out debug_check_btree_accountingKent Overstreet
2020-11-05bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2020-11-05bcachefs: Minor journal reclaim improvementKent Overstreet
2020-11-05bcachefs: Inode create optimizationKent Overstreet
2020-11-05bcachefs: Improve check for when bios are physically contiguousKent Overstreet
2020-11-05bcachefs: Fix spurious transaction restartsKent Overstreet
2020-11-05bcachefs: Improve tracing for transaction restartsKent Overstreet
2020-11-05bcachefs: Fix stack corruptionKent Overstreet
2020-11-05bcachefs: Use cached iterators for inode updatesKent Overstreet
2020-11-05bcachefs: fiemap fixesKent Overstreet
2020-11-05bcachefs: Fix btree updates when mixing cached and non cached iteratorsKent Overstreet
2020-11-05bcachefs: Add mode to bch2_inode_to_textKent Overstreet
2020-11-05bcachefs: Always write a journal entry when stopping journalKent Overstreet
2020-11-05bcachefs: Drop alloc keys from journal when -o reconstruct_allocKent Overstreet
2020-11-05bcachefs: Indirect inline data extentsKent Overstreet
2020-11-05bcachefs: Fix rare use after free in read pathKent Overstreet
2020-11-05bcachefs: Improve some error messagesKent Overstreet
2020-11-05bcachefs: Fix for passing target= opts as mount optsKent Overstreet
2020-11-05bcachefs: Fix bch2_mark_stripe()Kent Overstreet
2020-11-05bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet
2020-11-05bcachefs: Account for stripe parity sectors separatelyKent Overstreet
2020-11-05bcachefs: Fix for bad stripe pointersKent Overstreet
2020-11-05bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet
2020-11-05bcachefs: Improvements to writing alloc infoKent Overstreet
2020-11-05bcachefs: Don't write bucket IO time lazilyKent Overstreet