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