index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-22
bcachefs: Convert some assertions to fsck errors
Kent Overstreet
1
-5
/
+25
2023-10-22
bcachefs: Fix ec_stripes_read()
Kent Overstreet
3
-11
/
+82
2023-10-22
bcachefs: Fix stripe_idx_to_delete()
Kent Overstreet
2
-1
/
+3
2023-10-22
bcachefs: Don't try to delete stripes when RO
Kent Overstreet
2
-2
/
+6
2023-10-22
bcachefs: Track dirtyness at sector level, not page
Kent Overstreet
1
-111
/
+233
2023-10-22
bcachefs: Kill page_state_cmpxchg
Kent Overstreet
1
-73
/
+30
2023-10-22
bcachefs: Always touch page state with page locked
Kent Overstreet
3
-43
/
+54
2023-10-22
bcachefs: Fix moving compressed data
Kent Overstreet
2
-39
/
+34
2023-10-22
bcachefs: kill bio_for_each_contig_segment()
Kent Overstreet
3
-32
/
+3
2023-10-22
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
11
-125
/
+58
2023-10-22
bcachefs: kill bch2_crc64_update
Kent Overstreet
3
-8
/
+3
2023-10-22
bcachefs: Fix for building with old gcc
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve bch2_lock_inodes()
Kent Overstreet
3
-14
/
+34
2023-10-22
bcachefs: Check for key size > offset
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Refactor trans_(get|update)_key
Kent Overstreet
2
-32
/
+35
2023-10-22
bcachefs: Update path now handles triggers that generate more triggers
Kent Overstreet
4
-20
/
+37
2023-10-22
bcachefs: add inode_generation_to_text method
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix array overrun with unknown btree roots
Kent Overstreet
1
-1
/
+9
2023-10-22
bcachefs: fix kasan splat
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Delete a spurious assertion
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: fix __bch2_xattr_bcachefs_get()
Kent Overstreet
1
-14
/
+10
[next]