linux-2.6-block.git
2023-10-22 Kent Overstreetbcachefs: DIO write path only needs to shoot down pagec...
2023-10-22 Kent Overstreetbcachefs: Add pagecache_add lock to buffered IO path...
2023-10-22 Justin Hustedbcachefs: Fix uninitialized field in hash_check_init()
2023-10-22 Kent Overstreetbcachefs: Don't hold inode lock longer than necessary...
2023-10-22 Kent Overstreetbcachefs: Avoid atomics in write fast path
2023-10-22 Kent Overstreetbcachefs: Don't use extent_ptr_decoded_append() in...
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_fix_key_modified()
2023-10-22 Kent Overstreetbcachefs: Inline more of bch2_trans_commit hot path
2023-10-22 Kent Overstreetbcachefs: Trust btree alloc info at runtime
2023-10-22 Kent Overstreetbcachefs: More bset.c microoptimization
2023-10-22 Justin Hustedbcachefs: Initialize btree_node flags field in bch2_btr...
2023-10-22 Justin Hustedbcachefs: Further padding fixes in bch2_journal_super_e...
2023-10-22 Justin Hustedbcachefs: Initialize padding space after alloc bkey
2023-10-22 Kent Overstreetbcachefs: Add missing error checking in bch2_find_by_in...
2023-10-22 Kent Overstreetbcachefs: Fix an error path race
2023-10-22 Kent Overstreetbcachefs: Don't reuse bio in retry path
2023-10-22 Kent Overstreetbcachefs: Don't use rep movsq for small memcopies
2023-10-22 Kent Overstreetbcachefs: Avoid calling iter_prev() in extent update...
2023-10-22 Kent Overstreetbcachefs: kill bch2_extent_merge_inline()
2023-10-22 Kent Overstreetbcachefs: Don't use FUA unnecessarily
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_trans_commit() path
2023-10-22 Kent Overstreetbcachefs: Make btree_node_type_needs_gc() cheaper
2023-10-22 Kent Overstreetbcachefs: Make replicas_delta_list smaller
2023-10-22 Kent Overstreetbcachefs: Don't submit bio in write path under lock
2023-10-22 Kent Overstreetbcachefs: Drop bch_write_op->io_wq
2023-10-22 Kent Overstreetbcachefs: Limit bios in writepages path to 256M
2023-10-22 Kent Overstreetbcachefs: Fix an iterator counting bug
2023-10-22 Kent Overstreetbcachefs: Fix flushing held btree writes when there...
2023-10-22 Kent Overstreetbcachefs: Fix iterator counting for reflink pointers...
2023-10-22 Kent Overstreetbcachefs: Fix a debug assertion
2023-10-22 Kent Overstreetbcachefs: Switch to .iterate_shared for readdir
2023-10-22 Kent Overstreetbcachefs: Fix creation of lost+found
2023-10-22 Kent Overstreetbcachefs: Fix a subtle race in the btree split path
2023-10-22 Kent Overstreetbcachefs: Kill bchfs_extent_update()
2023-10-22 Kent Overstreetbcachefs: Convert bch2_fpunch to bch2_extent_update()
2023-10-22 Kent Overstreetbcachefs: Split out bchfs_extent_update()
2023-10-22 Kent Overstreetbcachefs: Kill some dependencies on ei_inode
2023-10-22 Kent Overstreetbcachefs: Check if extending inode differently
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_iter_next() after peek_slot()
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_readdir() a bit
2023-10-22 Kent Overstreetbcachefs: Add a lock to bch_page_state
2023-10-22 Kent Overstreetbcachefs: Fix erasure coding disk space accounting
2023-10-22 Kent Overstreetbcachefs: Fix ec_stripes_read()
2023-10-22 Kent Overstreetbcachefs: Limit pointers to being in only one stripe
2023-10-22 Kent Overstreetbcachefs: Fix bch2_extent_ptr_durability()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_mark_extent()
2023-10-22 Justin Hustedbcachefs: Initialize journal pad data in bch_replica_en...
2023-10-22 Justin Hustedbcachefs: Fix uninitialized data in bch2_gc_btree()
2023-10-22 Kent Overstreetbcachefs: Fix incorrect use of bch2_extent_atomic_end()
2023-10-22 Kent Overstreetbcachefs: Can't be holding read locks while taking...
2023-10-22 Kent Overstreetbcachefs: Don't allocate memory under mark_lock
2023-10-22 Kent Overstreetbcachefs: bch2_extent_atomic_end() now traverses iter
2023-10-22 Kent Overstreetbcachefs: Factor out fs-common.c
2023-10-22 Kent Overstreetbcachefs: Don't use sha256 for siphash str hash key
2023-10-22 Kent Overstreetbcachefs: Only look up inode io opts in extents btree
2023-10-22 Kent Overstreetbcachefs: Fix deref of error pointer
2023-10-22 Kent Overstreetbcachefs: bch2_inode_peek()/bch2_inode_write()
2023-10-22 Kent Overstreetbcachefs: Fix undefined behaviour
2023-10-22 Kent Overstreetbcachefs: Fix an error path
2023-10-22 Kent Overstreetbcachefs: Fix __bch2_buffered_write() returning -ENOMEM
2023-10-22 Kent Overstreetbcachefs: Trust inode in btree over bch_inode_info
2023-10-22 Kent Overstreetbcachefs: Fix counting iterators for reflink pointers
2023-10-22 Kent Overstreetbcachefs: Rework btree iterator lifetimes
2023-10-22 Kent Overstreetbcachefs: Kill deferred btree updates
2023-10-22 Kent Overstreetbcachefs: Fix for partial buffered writes
2023-10-22 Kent Overstreetbcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
2023-10-22 Kent Overstreetbcachefs: Improve error handling for for_each_btree_key...
2023-10-22 Kent Overstreetbcachefs: Cleanup i_nlink handling
2023-10-22 Kent Overstreetbcachefs: Trivial cleanup
2023-10-22 Kent Overstreetbcachefs: Convert a BUG_ON() to a warning
2023-10-22 Kent Overstreetbcachefs: Count iterators for reflink_p overwrites...
2023-10-22 Kent Overstreetbcachefs: Drop unnecessary rcu_read_lock()
2023-10-22 Kent Overstreetbcachefs: Update path microoptimizations
2023-10-22 Kent Overstreetbcachefs: Handle bio_iov_iter_get_pages() returning...
2023-10-22 Kent Overstreetbcachefs: Drop unused arg to bch2_open_buckets_stop_dev()
2023-10-22 Kent Overstreetbcachefs: Fix validation of replicas entries
2023-10-22 Kent Overstreetbcachefs: Add support for FALLOC_FL_INSERT_RANGE
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_peek_prev()
2023-10-22 Kent Overstreetbcachefs: Don't write past eof
2023-10-22 Kent Overstreetbcachefs: Check for extents past eof correctly
2023-10-22 Kent Overstreetbcachefs: Debug assertion improvements
2023-10-22 Kent Overstreetbcachefs: Add missing bch2_btree_node_iter_fix() call
2023-10-22 Kent Overstreetbcachefs: Avoid deadlocking on the allocator
2023-10-22 Kent Overstreetbcachefs: More btree iter improvements
2023-10-22 Kent Overstreetbcachefs: Improve btree_iter_pos_in_node()
2023-10-22 Kent Overstreetbcachefs: Debug code improvements
2023-10-22 Kent Overstreetbcachefs: Add missing bch2_btree_node_iter_fix() calls
2023-10-22 Kent Overstreetbcachefs: Optimize calls to bch2_btree_iter_traverse()
2023-10-22 Kent Overstreetbcachefs: Fix a typo
2023-10-22 Kent Overstreetbcachefs: Improved bch2_fcollapse()
2023-10-22 Kent Overstreetbcachefs: __bch2_btree_node_iter_fix() improvements
2023-10-22 Kent Overstreetbcachefs: Do updates in order they were queued up in
2023-10-22 Kent Overstreetbcachefs: Drop trans arg to bch2_extent_atomic_end()
2023-10-22 Kent Overstreetbcachefs: data move path should not be trying to move...
2023-10-22 Kent Overstreetbcachefs: Fix a null ptr deref
2023-10-22 Kent Overstreetbcachefs: Flush fsck errors when looping in btree gc
2023-10-22 Kent Overstreetbcachefs: Rebalance now adds replicas if needed
2023-10-22 Kent Overstreetbcachefs: Kill BTREE_INSERT_NOMARK_INSERT
2023-10-22 Kent Overstreetbcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITES
2023-10-22 Kent Overstreetbcachefs: Improve pointer marking checks and error...
next