linux-block.git
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...
2023-10-22 Kent Overstreetbcachefs: Fix spurious transaction restarts
2023-10-22 Kent Overstreetbcachefs: Improve tracing for transaction restarts
2023-10-22 Kent Overstreetbcachefs: Fix stack corruption
2023-10-22 Kent Overstreetbcachefs: Use cached iterators for inode updates
2023-10-22 Kent Overstreetbcachefs: fiemap fixes
2023-10-22 Kent Overstreetbcachefs: Fix btree updates when mixing cached and...
2023-10-22 Kent Overstreetbcachefs: Add mode to bch2_inode_to_text
2023-10-22 Kent Overstreetbcachefs: Always write a journal entry when stopping...
2023-10-22 Kent Overstreetbcachefs: Drop alloc keys from journal when -o reconstr...
2023-10-22 Kent Overstreetbcachefs: Indirect inline data extents
2023-10-22 Kent Overstreetbcachefs: Fix rare use after free in read path
2023-10-22 Kent Overstreetbcachefs: Improve some error messages
2023-10-22 Kent Overstreetbcachefs: Fix for passing target= opts as mount opts
2023-10-22 Kent Overstreetbcachefs: Fix bch2_mark_stripe()
2023-10-22 Kent Overstreetbcachefs: Don't drop replicas when copygcing ec data
2023-10-22 Kent Overstreetbcachefs: Account for stripe parity sectors separately
2023-10-22 Kent Overstreetbcachefs: Fix for bad stripe pointers
2023-10-22 Kent Overstreetbcachefs: Start/stop io clock hands in read/write paths
2023-10-22 Kent Overstreetbcachefs: Improvements to writing alloc info
2023-10-22 Kent Overstreetbcachefs: Fix assertion popping in transaction commit...
2023-10-22 Kent Overstreetbcachefs: Perf improvements for bch_alloc_read()
2023-10-22 Kent Overstreetbcachefs: Fix copygc dying on startup
2023-10-22 Kent Overstreetbcachefs: Fix copygc of compressed data
2023-10-22 Kent Overstreetbcachefs: Fix another lockdep splat
2023-10-22 Kent Overstreetbcachefs: Fix errors early in the fs init process
2023-10-22 Kent Overstreetbcachefs: Copy ptr->cached when migrating data
2023-10-22 Kent Overstreetbcachefs: Fix gc of stale ptr gens
2023-10-22 Kent Overstreetbcachefs: Fix off-by-one error in ptr gen check
2023-10-22 Kent Overstreetbcachefs: Fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: Fix __bch2_truncate_page()
2023-10-22 Kent Overstreetbcachefs: Fix journal_seq_copy()
2023-10-22 Kent Overstreetbcachefs: Fix unmount path
2023-10-22 Kent Overstreetbcachefs: Don't fail mount if device has been removed
2023-10-22 Kent Overstreetbcachefs: Improvements to the journal read error paths
2023-10-22 Kent Overstreetbcachefs: Make sure to go rw if lazy in fsck
2023-10-22 Kent Overstreetbcachefs: Some project id fixes
2023-10-22 Kent Overstreetbcachefs: Don't report inodes to statfs
2023-10-22 Kent Overstreetbcachefs: Add a cond_resched() to bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: Fix a couple null ptr derefs when no disk...
2023-10-22 Kent Overstreetbcachefs: Fix disk groups not being updated when set...
2023-10-22 Kent Overstreetbcachefs: Change copygc to consider bucket fragmentation
2023-10-22 Kent Overstreetbcachefs: Don't block on allocations when only writing...
2023-10-22 Kent Overstreetbcachefs: Fix a bug with the journal_seq_blacklist...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_new_stripes_to_text()
2023-10-22 Kent Overstreetbcachefs: Don't disallow btree writes to RO devices
2023-10-22 Kent Overstreetbcachefs: Fix maximum btree node size
2023-10-22 Kent Overstreetbcachefs: Convert various code to printbuf
2023-10-22 Kent Overstreetbcachefs: Remove some uses of PAGE_SIZE in the btree...
2023-10-22 Kent Overstreetbcachefs: Ensure we wake up threads locking node when...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_node_insert_fits()
2023-10-22 Kent Overstreetbcachefs: Ensure we only allocate one EC bucket per...
2023-10-22 Kent Overstreetbcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
2023-10-22 Kent Overstreetbcachefs: Don't let copygc buckets be stolen by other...
2023-10-22 Kent Overstreetbcachefs: Delete unused arguments
2023-10-22 Kent Overstreetbcachefs: Fix an error path
2023-10-22 Kent Overstreetbcachefs: Refactor replicas code
2023-10-22 Kent Overstreetbcachefs: Don't restrict copygc writes to the same...
2023-10-22 Kent Overstreetbcachefs: Add bch2_blk_status_to_str()
2023-10-22 Kent Overstreetbcachefs: Fix a faulty assertion
2023-10-22 Kent Overstreetbcachefs: Wrap write path in memalloc_nofs_save()
2023-10-22 Kent Overstreetbcachefs: Add an option for rebuilding the replicas...
2023-10-22 Kent Overstreetbcachefs: Make copygc thread global
2023-10-22 Kent Overstreetbcachefs: Drop extra pointers when marking data as...
2023-10-22 Kent Overstreetbcachefs: Fix extent_ptr_durability() calculation for...
next