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: Preallocate transaction mem
Kent Overstreet
3
-4
/
+4
2023-10-22
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
13
-54
/
+54
2023-10-22
bcachefs; Check for allocator thread shutdown
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Journal space calculation fix
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Don't fragment extents when making them indirect
Kent Overstreet
1
-30
/
+22
2023-10-22
bcachefs: Fsck for reflink refcounts
Kent Overstreet
5
-32
/
+359
2023-10-22
bcachefs: Assorted endianness fixes
Kent Overstreet
8
-26
/
+27
2023-10-22
bcachefs: Fix a deadlock
Kent Overstreet
3
-7
/
+27
2023-10-22
bcachefs: Split out btree_error_wq
Kent Overstreet
3
-1
/
+6
2023-10-22
bcachefs: Fix pathalogical behaviour with inode sharding by cpu ID
Kent Overstreet
3
-5
/
+4
2023-10-22
bcachefs: Fix journal write error path
Kent Overstreet
2
-14
/
+12
2023-10-22
bcachefs: Reflink refcount fix
Kent Overstreet
1
-11
/
+13
2023-10-22
bcachefs: Add an option to control sharding new inode numbers
Kent Overstreet
3
-8
/
+21
2023-10-22
bcachefs: Don't use bch_write_op->cl for delivering completions
Kent Overstreet
3
-45
/
+28
2023-10-22
bcachefs: Kill bch_write_op.index_update_fn
Kent Overstreet
5
-27
/
+42
2023-10-22
bcachefs: Inline fastpath of bch2_disk_reservation_add()
Kent Overstreet
2
-6
/
+26
2023-10-22
bcachefs: Don't use uuid in tracepoints
Kent Overstreet
3
-51
/
+45
2023-10-22
bcachefs: Add a tracepoint for copygc waiting
Kent Overstreet
2
-0
/
+22
2023-10-22
bcachefs: Add a cond_resched call to the copygc main loop
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown
Kent Overstreet
1
-1
/
+18
2023-10-22
bcachefs: Improve FS_IOC_GOINGDOWN ioctl
Kent Overstreet
1
-11
/
+49
2023-10-22
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
8
-23
/
+39
2023-10-22
bcachefs: rewrote prefetch asm in gas syntax for clang compatibility
Brett Holman
1
-7
/
+5
2023-10-22
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
3
-8
/
+274
2023-10-22
bcachefs: Don't repair btree nodes until after interior journal replay is done
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Fix an uninitialized var
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix for buffered writes getting -ENOSPC
Kent Overstreet
5
-16
/
+28
2023-10-22
bcachefs: Fix inode backpointers in RENAME_OVERWRITE
Kent Overstreet
2
-1
/
+11
2023-10-22
bcachefs: Make bch2_remap_range respect O_SYNC
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Split extents if necessary in bch2_trans_update()
Kent Overstreet
3
-8
/
+30
2023-10-22
bcachefs: Ratelimiting for writeback IOs
Kent Overstreet
3
-0
/
+8
2023-10-22
bcachefs: statfs resports incorrect avail blocks
Dan Robertson
3
-9
/
+9
2023-10-22
bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fields
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Fix a memcpy call
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix bch2_extent_can_insert() call
Kent Overstreet
2
-7
/
+9
2023-10-22
bcachefs: Make sure to pass a disk reservation to bch2_extent_update()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
4
-3
/
+6
2023-10-22
bcachefs: Fix locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-5
/
+10
2023-10-22
bcachefs: properly initialize used values
Dan Robertson
3
-10
/
+13
2023-10-22
bcachefs: Repair code for multiple types of data in same bucket
Kent Overstreet
2
-11
/
+66
2023-10-22
bcachefs: Fix out of bounds read in fs usage ioctl
Dan Robertson
1
-1
/
+2
2023-10-22
bcachefs: Fix null deref in bch2_ioctl_read_super
Dan Robertson
1
-1
/
+1
2023-10-22
bcachefs: Fix possible null deref on mount
Dan Robertson
1
-1
/
+1
2023-10-22
bcachefs: Fix error in parsing of mount options
Dan Robertson
1
-5
/
+22
2023-10-22
bcachefs: avoid out-of-bounds in split_devs
Stijn Tintel
1
-0
/
+4
2023-10-22
bcachefs: Make sure to use BTREE_ITER_PREFETCH in fsck
Kent Overstreet
1
-8
/
+23
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_with_updates()
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Fix reflink trigger
Kent Overstreet
2
-7
/
+41
2023-10-22
bcachefs: Fix some refcounting bugs
Kent Overstreet
6
-13
/
+18
[next]