linux-block.git
2023-10-22 Kent Overstreetbcachefs: Change when we allow overwrites
2023-10-22 Kent Overstreetbcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
2023-10-22 Kent Overstreetbcachefs: Fix iterator overflow in move path
2023-10-22 Kent Overstreetbcachefs: Fix btree lock being incorrectly dropped
2023-10-22 Kent Overstreetbcachefs: Fix for spinning in journal reclaim on startup
2023-10-22 Kent Overstreetbcachefs: Fix race between journal_seq_copy() and journ...
2023-10-22 Kent Overstreetbcachefs: Don't write bucket IO time lazily
2023-10-22 Kent Overstreetbcachefs: Add BCH_BKEY_PTRS_MAX
2023-10-22 Kent Overstreetbcachefs: Check for duplicate device ptrs in bch2_bkey_...
2023-10-22 Kent Overstreetbcachefs: Add some cond_rescheds() in shutdown path
2023-10-22 Kent Overstreetbcachefs: Fix btree node merge -> split operations
2023-10-22 Kent Overstreetbcachefs: Always check if we need disk res in extent...
2023-10-22 Kent Overstreetbcachefs: Update transactional triggers interface to...
2023-10-22 Kent Overstreetbcachefs: Only try to get existing stripe once in strip...
2023-10-22 Kent Overstreetbcachefs: Fix __btree_iter_next() when all iters are...
2023-10-22 Kent Overstreetbcachefs: Fix rand_delete() test
2023-10-22 Kent Overstreetbcachefs: Try to print full btree error message
2023-10-22 Kent Overstreetbcachefs: Prevent journal reclaim from spinning
2023-10-22 Kent Overstreetbcachefs: Fix btree key cache dirty checks
2023-10-22 Kent Overstreetbcachefs: Be more conservation about journal pre-reserv...
2023-10-22 Kent Overstreetbcachefs: Don't require flush/fua on every journal...
2023-10-22 Kent Overstreetbcachefs: Improve journal free space calculations
2023-10-22 Kent Overstreetbcachefs: Increase journal pipelining
2023-10-22 Kent Overstreetbcachefs: Don't issue btree writes that weren't journalled
2023-10-22 Kent Overstreetbcachefs: Check for errors in bch2_journal_reclaim()
2023-10-22 Kent Overstreetbcachefs: Flag inodes that had btree update errors
2023-10-22 Kent Overstreetbcachefs: Improve some IO error messages
2023-10-22 Kent Overstreetbcachefs: Refactor filesystem usage accounting
2023-10-22 Kent Overstreetbcachefs: Fix spurious alloc errors on forced shutdown
2023-10-22 Kent Overstreetbcachefs: Fix some spurious gcc warnings
2023-10-22 Kent Overstreetbcachefs: Fix journal_flush_seq()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_get_iter() no longer returns errors
2023-10-22 Kent Overstreetbcachefs: Add error handling to unit & perf tests
2023-10-22 Kent Overstreetbcachefs: Journal pin refactoring
2023-10-22 Kent Overstreetbcachefs: Fix for fsck spuriously finding duplicate...
2023-10-22 Kent Overstreetbcachefs: Use BTREE_ITER_PREFETCH in journal+btree...
2023-10-22 Kent Overstreetbcachefs: Ensure we always have a journal pin in interi...
2023-10-22 Kent Overstreetbcachefs: Change a BUG_ON() to a fatal error
2023-10-22 Kent Overstreetbcachefs: Fix error in filesystem initialization
2023-10-22 Kent Overstreetbcachefs: Fix journal reclaim spinning in recovery
2023-10-22 Kent Overstreetbcachefs: Fix for __readahead_batch getting partial...
2023-10-22 Kent Overstreetbcachefs: Optimize bch2_journal_flush_seq_async()
2023-10-22 Kent Overstreetbcachefs: Delete dead code
2023-10-22 Kent Overstreetbcachefs: bch2_btree_delete_range_trans()
2023-10-22 Kent Overstreetbcachefs: Don't use bkey cache for inode update in...
2023-10-22 Kent Overstreetbcachefs: Fix an rcu splat
2023-10-22 Kent Overstreetbcachefs: Move journal reclaim to a kthread
2023-10-22 Kent Overstreetbcachefs: Throttle updates when btree key cache is...
2023-10-22 Kent Overstreetbcachefs: Journal reclaim requires memalloc_noreclaim_s...
2023-10-22 Kent Overstreetbcachefs: Simplify transaction commit error path
2023-10-22 Kent Overstreetbcachefs: Ensure journal reclaim runs when btree key...
2023-10-22 Kent Overstreetbcachefs: Improve btree key cache shrinker
2023-10-22 Kent Overstreetbcachefs: More debug code improvements
2023-10-22 Kent Overstreetbcachefs: Add a kmem_cache for btree_key_cache objects
2023-10-22 Kent Overstreetbcachefs: Be more precise with journal error reporting
2023-10-22 Kent Overstreetbcachefs: Add btree cache stats to sysfs
2023-10-22 Kent Overstreetbcachefs: Add an ioctl for resizing journal on a device
2023-10-22 Kent Overstreetbcachefs: Add more debug checks
2023-10-22 Kent Overstreetbcachefs: Dump journal state when the journal deadlocks
2023-10-22 Kent Overstreetbcachefs: Dont' use percpu btree_iter buf in userspace
2023-10-22 Kent Overstreetbcachefs: Set preallocated transaction mem to avoid...
2023-10-22 Kent Overstreetbcachefs: Convert tracepoints to use %ps, not %pf
2023-10-22 Kent Overstreetbcachefs: Fix journal entry repair code
2023-10-22 Kent Overstreetbcachefs: Add a shrinker for the btree key cache
2023-10-22 Kent Overstreetbcachefs: Take a SRCU lock in btree transactions
2023-10-22 Kent Overstreetbcachefs: Check for errors from register_shrinker()
2023-10-22 Kent Overstreetbcachefs: Assorted journal refactoring
2023-10-22 Kent Overstreetbcachefs: Delete dead journalling code
2023-10-22 Kent Overstreetbcachefs: Improve journal error messages
2023-10-22 Kent Overstreetbcachefs: Be more careful in bch2_bkey_to_text()
2023-10-22 Kent Overstreetbcachefs: Inode delete doesn't need to flush key cache...
2023-10-22 Kent Overstreetbcachefs: Fix a btree transaction iter overflow
2023-10-22 Kent Overstreetbcachefs: Fix a 64 bit divide
2023-10-22 Kent Overstreetbcachefs: Improve journal entry validate code
2023-10-22 Kent Overstreetbcachefs: Deadlock prevention for ei_pagecache_lock
2023-10-22 Kent Overstreetbcachefs: Hack around bch2_varint_decode invalid reads
2023-10-22 Kent Overstreetbcachefs: Fix missing memalloc_nofs_restore()
2023-10-22 Kent Overstreetbcachefs: Fix btree key cache shutdown
2023-10-22 Kent Overstreetbcachefs: Add accounting for dirty btree nodes/keys
2023-10-22 Kent Overstreetbcachefs: Fix btree iterator leak
2023-10-22 Kent Overstreetbcachefs: Inline make_bfloat() into __build_ro_aux_tree()
2023-10-22 Kent Overstreetbcachefs: use a radix tree for inum bitmap in fsck
2023-10-22 Kent Overstreetbcachefs: New varints
2023-10-22 Kent Overstreetbcachefs: Fix build warning when CONFIG_BCACHEFS_DEBUG=n
2023-10-22 Kent Overstreetbcachefs: Drop typechecking from bkey_cmp_packed()
2023-10-22 Kent Overstreetbcachefs: More inlinining in the btree key cache code
2023-10-22 Kent Overstreetbcachefs: Fix spurious transaction restarts
2023-10-22 Kent Overstreetbcachefs: Add a single slot percpu buf for btree iters
2023-10-22 Matthew Wilcox... bcachefs: Use attach_page_private and detach_page_private
2023-10-22 Matthew Wilcox... bcachefs: Remove page_state_init_for_read
2023-10-22 Kent Overstreetbcachefs: Build fixes for 32bit x86
2023-10-22 Kent Overstreetbcachefs: Improved inode create optimization
2023-10-22 Kent Overstreetbcachefs: Report inode counts via statfs
2023-10-22 Kent Overstreetbcachefs: add const annotations to bset.c
2023-10-22 Kent Overstreetbcachefs: Don't embed btree iters in btree_trans
2023-10-22 Kent Overstreetbcachefs: Split out debug_check_btree_accounting
2023-10-22 Kent Overstreetbcachefs: Drop sysfs interface to debug parameters
2023-10-22 Kent Overstreetbcachefs: Minor journal reclaim improvement
2023-10-22 Kent Overstreetbcachefs: Inode create optimization
2023-10-22 Kent Overstreetbcachefs: Improve check for when bios are physically...
next