linux-block.git
2023-10-22 Kent Overstreetbcachefs: Fix error message on bucket overflow
2023-10-22 Kent Overstreetbcachefs: Reflink pointers also have to be remarked...
2023-10-22 Kent Overstreetbcachefs: Fixes for replicas tracking
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: Trust in memory bucket mark
2023-10-22 Kent Overstreetbcachefs: Optimize fiemap
2023-10-22 Kent Overstreetbcachefs: Add a hint for allocating new stripes
2023-10-22 Kent Overstreetbcachefs: Inline some fast paths
2023-10-22 Kent Overstreetbcachefs: Don't flush journal from bch2_vfs_write_inode()
2023-10-22 Kent Overstreetbcachefs: Fix a spurious gcc warning
2023-10-22 Kent Overstreetbcachefs: Handle ec_buf not being page aligned when...
2023-10-22 Kent Overstreetbcachefs: Update more code for KEY_TYPE_reflink_v
2023-10-22 Kent Overstreetbcachefs: Re-enable bkey_debugcheck() in the extent...
2023-10-22 Kent Overstreetbcachefs: Check alignment in write path
2023-10-22 Kent Overstreetbcachefs: Fix faulty assertion
2023-10-22 Kent Overstreetbcachefs: Fix bch2_bkey_narrow_crcs()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_sort_repack_merge()
2023-10-22 Kent Overstreetbcachefs: Reflink
2023-10-22 Kent Overstreetbcachefs: Refactor bch2_extent_trim_atomic() for reflink
2023-10-22 Kent Overstreetbcachefs: Move node iterator fixup to extent_bset_insert()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_node_iter_fix()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_node_iter_prev_filter()
2023-10-22 Kent Overstreetbcachefs: Fix __bch2_btree_iter_peek_slot_extents()
2023-10-22 Kent Overstreetbcachefs: Improved debug checks
2023-10-22 Kent Overstreetbcachefs: Rework calling convention for marking overwrites
2023-10-22 Kent Overstreetbcachefs: Mark space as unallocated on write failure
2023-10-22 Kent Overstreetbcachefs: Ensure bch2_trans_get_iter() returns iters...
2023-10-22 Kent Overstreetbcachefs: fix for_each_btree_key()
2023-10-22 Kent Overstreetbcachefs: trans_get_key() now works correctly for extents
2023-10-22 Kent Overstreetbcachefs: Export correct blocksize to vfs
2023-10-22 Kent Overstreetbcachefs: Truncate/fpunch now works on block boundaries...
2023-10-22 Kent Overstreetbcachefs: Count reserved extents as holes
2023-10-22 Kent Overstreetbcachefs: Handle partial pages in seek data/hole
2023-10-22 Kent Overstreetbcachefs: Change buffered write path to write to partia...
2023-10-22 Kent Overstreetbcachefs: Change __bch2_writepage() to not write to...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_seek_data()
2023-10-22 Kent Overstreetbcachefs: Refactor various code to not be extent specific
2023-10-22 Kent Overstreetbcachefs: Refactor __bch2_cut_front()
2023-10-22 Kent Overstreetbcachefs: Dont't call bch2_trans_begin_updates() in...
2023-10-22 Kent Overstreetbcachefs: Don't unlink iters on unsuccessful commit
2023-10-22 Kent Overstreetbcachefs: add missing bch2_trans_begin() call
2023-10-22 Kent Overstreetbcachefs: Add offset_into_extent param to bch2_read_ext...
2023-10-22 Kent Overstreetbcachefs: Print out name of bkey type
2023-10-22 Kent Overstreetbcachefs: Don't overflow trans with iters from triggers
2023-10-22 Kent Overstreetbcachefs: Convert some assertions to fsck errors
2023-10-22 Kent Overstreetbcachefs: Fix ec_stripes_read()
2023-10-22 Kent Overstreetbcachefs: Fix stripe_idx_to_delete()
2023-10-22 Kent Overstreetbcachefs: Don't try to delete stripes when RO
2023-10-22 Kent Overstreetbcachefs: Track dirtyness at sector level, not page
2023-10-22 Kent Overstreetbcachefs: Kill page_state_cmpxchg
2023-10-22 Kent Overstreetbcachefs: Always touch page state with page locked
2023-10-22 Kent Overstreetbcachefs: Fix moving compressed data
2023-10-22 Kent Overstreetbcachefs: kill bio_for_each_contig_segment()
2023-10-22 Kent Overstreetbcachefs: Kill direct access to bi_io_vec
2023-10-22 Kent Overstreetbcachefs: kill bch2_crc64_update
2023-10-22 Kent Overstreetbcachefs: Fix for building with old gcc
2023-10-22 Kent Overstreetbcachefs: Improve bch2_lock_inodes()
2023-10-22 Kent Overstreetbcachefs: Check for key size > offset
2023-10-22 Kent Overstreetbcachefs: Refactor trans_(get|update)_key
2023-10-22 Kent Overstreetbcachefs: Update path now handles triggers that generat...
2023-10-22 Kent Overstreetbcachefs: add inode_generation_to_text method
2023-10-22 Kent Overstreetbcachefs: Fix array overrun with unknown btree roots
2023-10-22 Kent Overstreetbcachefs: fix kasan splat
2023-10-22 Kent Overstreetbcachefs: Delete a spurious assertion
2023-10-22 Kent Overstreetbcachefs: fix __bch2_xattr_bcachefs_get()
2023-10-22 Kent Overstreetbcachefs: use memalloc_nofs_save() for vmalloc allocation
2023-10-22 Kent Overstreetbcachefs: Fix promoting to cache devices (durability...
2023-10-22 Kent Overstreetbcachefs: Don't allow bkey vals that are too big in...
2023-10-22 Kent Overstreetbcachefs: Reduce BKEY_PADDED usage
2023-10-22 Kent Overstreetbcachefs: bkey_merge() now takes bkey_s
2023-10-22 Kent Overstreetbcachefs: Don't overflow stack in bch2_extent_merge_inl...
2023-10-22 Kent Overstreetbcachefs: Fix starting copygc when already started
2023-10-22 Kent Overstreetbcachefs: Fix an error path in bch2_btree_iter_traverse()
2023-10-22 Kent Overstreetbcachefs: Improve key marking interface
2023-10-22 Kent Overstreetbcachefs: Fix cached sectors not being updated on inval...
2023-10-22 Kent Overstreetbcachefs: better BTREE_INSERT_NO_CLEAR_REPLICAS
2023-10-22 Kent Overstreetbcachefs: fix a mount error path
2023-10-22 Kent Overstreetbcachefs: fix bch2_extent_merge()
2023-10-22 Kent Overstreetbcachefs: Don't use a fixed size buffer for fs_usage_deltas
2023-10-22 Kent Overstreetbcachefs: Rip out old hacky transaction restart tracing
2023-10-22 Kent Overstreetbcachefs: More work to avoid transaction restarts
2023-10-22 Kent Overstreetbcachefs: Avoid spurious transaction restarts
2023-10-22 Kent Overstreetbcachefs: Ensure bch2_btree_iter_next() always advances
2023-10-22 Kent Overstreetbcachefs: Fix a bug with spinning on the journal
2023-10-22 Kent Overstreetbcachefs: Delete duplicate code
2023-10-22 Kent Overstreetbcachefs: Fix spurious inconsistency in recovery
2023-10-22 Kent Overstreetbcachefs: improved btree locking tracepoints
2023-10-22 Kent Overstreetbcachefs: bch2_btree_delete_at_range()
2023-10-22 Kent Overstreetbcachefs: stripe creation fixes
2023-10-22 Kent Overstreetbcachefs: Merge extents with checksums
2023-10-22 Kent Overstreetbcachefs: kill BTREE_ITER_NOUNLOCK
2023-10-22 Kent Overstreetbcachefs: Don't pass around may_drop_locks
2023-10-22 Kent Overstreetbcachefs: Kill remaining bch2_btree_iter_unlock() uses
2023-10-22 Kent Overstreetbcachefs: Fix for the stripes mark path and gc
2023-10-22 Kent Overstreetbcachefs: Redo replicas gc mechanism
2023-10-22 Kent Overstreetbcachefs: Fix return code from bch2_fs_start()
2023-10-22 Kent Overstreetbcachefs: Don't run fsck by default at mount time
2023-10-22 Kent Overstreetbcachefs: some improvements to startup messages and...
2023-10-22 Kent Overstreetbcachefs: Various improvements to bch2_alloc_write()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_mark_update()
next