summaryrefslogtreecommitdiffstats
path: root/scripts/objdiff (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Rebalance now adds replicas if neededKent Overstreet2-27/+20
2023-10-22bcachefs: Kill BTREE_INSERT_NOMARK_INSERTKent Overstreet2-9/+4
2023-10-22bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITESKent Overstreet1-0/+3
2023-10-22bcachefs: Improve pointer marking checks and error messagesKent Overstreet3-26/+64
2023-10-22bcachefs: Switch reconstruct_alloc to a mount optionKent Overstreet3-4/+7
2023-10-22bcachefs: Fix fiemap (again)Kent Overstreet1-1/+2
2023-10-22bcachefs: Fix error message on bucket overflowKent Overstreet1-8/+10
2023-10-22bcachefs: Reflink pointers also have to be remarked if split in journal replayKent Overstreet1-5/+11
2023-10-22bcachefs: Fixes for replicas trackingKent Overstreet2-15/+10
2023-10-22bcachefs: Refactor bch2_alloc_write()Kent Overstreet6-135/+94
2023-10-22bcachefs: Trust in memory bucket markKent Overstreet3-26/+45
2023-10-22bcachefs: Optimize fiemapKent Overstreet1-26/+32
2023-10-22bcachefs: Add a hint for allocating new stripesKent Overstreet2-5/+16
2023-10-22bcachefs: Inline some fast pathsKent Overstreet6-27/+30
2023-10-22bcachefs: Don't flush journal from bch2_vfs_write_inode()Kent Overstreet1-6/+3
2023-10-22bcachefs: Fix a spurious gcc warningKent Overstreet1-1/+1
2023-10-22bcachefs: Handle ec_buf not being page aligned when allocating bioKent Overstreet1-1/+4
2023-10-22bcachefs: Update more code for KEY_TYPE_reflink_vKent Overstreet1-13/+10
2023-10-22bcachefs: Re-enable bkey_debugcheck() in the extent update pathKent Overstreet2-12/+13
2023-10-22bcachefs: Check alignment in write pathKent Overstreet2-10/+19
2023-10-22bcachefs: Fix faulty assertionKent Overstreet1-2/+6
2023-10-22bcachefs: Fix bch2_bkey_narrow_crcs()Kent Overstreet1-0/+2
2023-10-22bcachefs: Fix bch2_sort_repack_merge()Kent Overstreet2-13/+10
2023-10-22bcachefs: ReflinkKent Overstreet23-159/+945
2023-10-22bcachefs: Refactor bch2_extent_trim_atomic() for reflinkKent Overstreet7-31/+105
2023-10-22bcachefs: Move node iterator fixup to extent_bset_insert()Kent Overstreet1-13/+10
2023-10-22bcachefs: Fix bch2_btree_node_iter_fix()Kent Overstreet1-46/+46
2023-10-22bcachefs: Fix bch2_btree_node_iter_prev_filter()Kent Overstreet2-24/+19
2023-10-22bcachefs: Fix __bch2_btree_iter_peek_slot_extents()Kent Overstreet1-2/+1
2023-10-22bcachefs: Improved debug checksKent Overstreet2-22/+42
2023-10-22bcachefs: Rework calling convention for marking overwritesKent Overstreet7-84/+95
2023-10-22bcachefs: Mark space as unallocated on write failureKent Overstreet1-0/+9
2023-10-22bcachefs: Ensure bch2_trans_get_iter() returns iters with correct locksKent Overstreet1-1/+7
2023-10-22bcachefs: fix for_each_btree_key()Kent Overstreet1-1/+1
2023-10-22bcachefs: trans_get_key() now works correctly for extentsKent Overstreet1-7/+12
2023-10-22bcachefs: Export correct blocksize to vfsKent Overstreet1-8/+8
2023-10-22bcachefs: Truncate/fpunch now works on block boundaries, not pageKent Overstreet1-25/+30
2023-10-22bcachefs: Count reserved extents as holesKent Overstreet1-8/+12
2023-10-22bcachefs: Handle partial pages in seek data/holeKent Overstreet1-30/+55
2023-10-22bcachefs: Change buffered write path to write to partial pagesKent Overstreet1-110/+152
2023-10-22bcachefs: Change __bch2_writepage() to not write to holesKent Overstreet1-56/+86
2023-10-22bcachefs: Fix bch2_seek_data()Kent Overstreet1-2/+2
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet11-225/+195
2023-10-22bcachefs: Refactor __bch2_cut_front()Kent Overstreet2-26/+30
2023-10-22bcachefs: Dont't call bch2_trans_begin_updates() in bch2_extent_update()Kent Overstreet1-12/+18
2023-10-22bcachefs: Don't unlink iters on unsuccessful commitKent Overstreet1-2/+0
2023-10-22bcachefs: add missing bch2_trans_begin() callKent Overstreet1-2/+4
2023-10-22bcachefs: Add offset_into_extent param to bch2_read_extent()Kent Overstreet5-36/+54
2023-10-22bcachefs: Print out name of bkey typeKent Overstreet2-5/+4
2023-10-22bcachefs: Don't overflow trans with iters from triggersKent Overstreet1-0/+2