summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-07bcachefs: Add an ioctl for resizing journal on a deviceKent Overstreet
2020-12-07bcachefs: Add more debug checksKent Overstreet
2020-12-07bcachefs: Dump journal state when the journal deadlocksKent Overstreet
2020-12-07bcachefs: Dont' use percpu btree_iter buf in userspaceKent Overstreet
2020-12-07srcu: Export new SRCU poll interfaceKent Overstreet
2020-12-07bcachefs: Set preallocated transaction mem to avoid restartsKent Overstreet
2020-12-07bcachefs: Convert tracepoints to use %ps, not %pfKent Overstreet
2020-12-07bcachefs: Fix journal entry repair codeKent Overstreet
2020-12-07bcachefs: Add a shrinker for the btree key cacheKent Overstreet
2020-12-07bcachefs: Take a SRCU lock in btree transactionsKent Overstreet
2020-11-15srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney
2020-11-15srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney
2020-11-15srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney
2020-11-15srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney
2020-11-15srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney
2020-11-15bcachefs: Check for errors from register_shrinker()Kent Overstreet
2020-11-15bcachefs: Assorted journal refactoringKent Overstreet
2020-11-14bcachefs: Delete dead journalling codeKent Overstreet
2020-11-14bcachefs: Improve journal error messagesKent Overstreet
2020-11-14bcachefs: Be more careful in bch2_bkey_to_text()Kent Overstreet
2020-11-14bcachefs: Inode delete doesn't need to flush key cache anymoreKent Overstreet
2020-11-13bcachefs: Fix a btree transaction iter overflowKent Overstreet
2020-11-13bcachefs: Fix a 64 bit divideKent Overstreet
2020-11-13bcachefs: Improve journal entry validate codeKent 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