index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
objdiff
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Rebalance now adds replicas if needed
Kent Overstreet
2
-27
/
+20
2023-10-22
bcachefs: Kill BTREE_INSERT_NOMARK_INSERT
Kent Overstreet
2
-9
/
+4
2023-10-22
bcachefs: Fix BTREE_INSERT_NOMARK_OVERWRITES
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Improve pointer marking checks and error messages
Kent Overstreet
3
-26
/
+64
2023-10-22
bcachefs: Switch reconstruct_alloc to a mount option
Kent Overstreet
3
-4
/
+7
2023-10-22
bcachefs: Fix fiemap (again)
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix error message on bucket overflow
Kent Overstreet
1
-8
/
+10
2023-10-22
bcachefs: Reflink pointers also have to be remarked if split in journal replay
Kent Overstreet
1
-5
/
+11
2023-10-22
bcachefs: Fixes for replicas tracking
Kent Overstreet
2
-15
/
+10
2023-10-22
bcachefs: Refactor bch2_alloc_write()
Kent Overstreet
6
-135
/
+94
2023-10-22
bcachefs: Trust in memory bucket mark
Kent Overstreet
3
-26
/
+45
2023-10-22
bcachefs: Optimize fiemap
Kent Overstreet
1
-26
/
+32
2023-10-22
bcachefs: Add a hint for allocating new stripes
Kent Overstreet
2
-5
/
+16
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
6
-27
/
+30
2023-10-22
bcachefs: Don't flush journal from bch2_vfs_write_inode()
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Fix a spurious gcc warning
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Handle ec_buf not being page aligned when allocating bio
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Update more code for KEY_TYPE_reflink_v
Kent Overstreet
1
-13
/
+10
2023-10-22
bcachefs: Re-enable bkey_debugcheck() in the extent update path
Kent Overstreet
2
-12
/
+13
2023-10-22
bcachefs: Check alignment in write path
Kent Overstreet
2
-10
/
+19
2023-10-22
bcachefs: Fix faulty assertion
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Fix bch2_bkey_narrow_crcs()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix bch2_sort_repack_merge()
Kent Overstreet
2
-13
/
+10
2023-10-22
bcachefs: Reflink
Kent Overstreet
23
-159
/
+945
2023-10-22
bcachefs: Refactor bch2_extent_trim_atomic() for reflink
Kent Overstreet
7
-31
/
+105
2023-10-22
bcachefs: Move node iterator fixup to extent_bset_insert()
Kent Overstreet
1
-13
/
+10
2023-10-22
bcachefs: Fix bch2_btree_node_iter_fix()
Kent Overstreet
1
-46
/
+46
2023-10-22
bcachefs: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
2
-24
/
+19
2023-10-22
bcachefs: Fix __bch2_btree_iter_peek_slot_extents()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Improved debug checks
Kent Overstreet
2
-22
/
+42
2023-10-22
bcachefs: Rework calling convention for marking overwrites
Kent Overstreet
7
-84
/
+95
2023-10-22
bcachefs: Mark space as unallocated on write failure
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: Ensure bch2_trans_get_iter() returns iters with correct locks
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: fix for_each_btree_key()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: trans_get_key() now works correctly for extents
Kent Overstreet
1
-7
/
+12
2023-10-22
bcachefs: Export correct blocksize to vfs
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Truncate/fpunch now works on block boundaries, not page
Kent Overstreet
1
-25
/
+30
2023-10-22
bcachefs: Count reserved extents as holes
Kent Overstreet
1
-8
/
+12
2023-10-22
bcachefs: Handle partial pages in seek data/hole
Kent Overstreet
1
-30
/
+55
2023-10-22
bcachefs: Change buffered write path to write to partial pages
Kent Overstreet
1
-110
/
+152
2023-10-22
bcachefs: Change __bch2_writepage() to not write to holes
Kent Overstreet
1
-56
/
+86
2023-10-22
bcachefs: Fix bch2_seek_data()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
11
-225
/
+195
2023-10-22
bcachefs: Refactor __bch2_cut_front()
Kent Overstreet
2
-26
/
+30
2023-10-22
bcachefs: Dont't call bch2_trans_begin_updates() in bch2_extent_update()
Kent Overstreet
1
-12
/
+18
2023-10-22
bcachefs: Don't unlink iters on unsuccessful commit
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: add missing bch2_trans_begin() call
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Add offset_into_extent param to bch2_read_extent()
Kent Overstreet
5
-36
/
+54
2023-10-22
bcachefs: Print out name of bkey type
Kent Overstreet
2
-5
/
+4
2023-10-22
bcachefs: Don't overflow trans with iters from triggers
Kent Overstreet
1
-0
/
+2
[next]