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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix a couple null ptr derefs when no disk groups exist
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't block on allocations when only writing to specific device
Kent Overstreet
1
-1
/
+7
2023-10-22
bcachefs: Don't disallow btree writes to RO devices
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix a race with BCH_WRITE_SKIP_CLOSURE_PUT
Kent Overstreet
1
-0
/
+10
2023-10-22
bcachefs: Add bch2_blk_status_to_str()
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Wrap write path in memalloc_nofs_save()
Kent Overstreet
1
-3
/
+9
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Use blk_status_to_str()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Refactor dio write code to reinit bch_write_op
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
1
-5
/
+5
2023-10-22
bcachefs: Fix a workqueue deadlock
Kent Overstreet
1
-2
/
+27
2023-10-22
bcachefs: Shut down quicker
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: Fix another iterator leak
Kent Overstreet
1
-26
/
+34
2023-10-22
bcachefs: Don't log errors that are expected during shutdown
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Check for bad key version number
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Track incompressible data
Kent Overstreet
1
-17
/
+25
2023-10-22
bcachefs: Make sure bch2_read_extent obeys BCH_READ_MUST_CLONE
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix a use after free
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-2
/
+0
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Put inline data behind a mount option for now
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: bch2_check_set_feature()
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-8
/
+4
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
1
-12
/
+77
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-23
/
+40
2023-10-22
bcachefs: Fix erorr path in bch2_write()
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: bch2_read_extent() microoptimizations
Kent Overstreet
1
-11
/
+13
2023-10-22
bcachefs: Avoid atomics in write fast path
Kent Overstreet
1
-30
/
+44
2023-10-22
bcachefs: Don't use extent_ptr_decoded_append() in write path (fixup patch)
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Don't reuse bio in retry path
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Don't submit bio in write path under lock
Kent Overstreet
1
-3
/
+6
2023-10-22
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
1
-52
/
+41
2023-10-22
bcachefs: Convert bch2_fpunch to bch2_extent_update()
Kent Overstreet
1
-0
/
+71
2023-10-22
bcachefs: Split out bchfs_extent_update()
Kent Overstreet
1
-0
/
+141
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
1
-6
/
+13
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
1
-9
/
+5
2023-10-22
bcachefs: Handle ec_buf not being page aligned when allocating bio
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Check alignment in write path
Kent Overstreet
1
-6
/
+15
2023-10-22
bcachefs: Reflink
Kent Overstreet
1
-26
/
+101
2023-10-22
bcachefs: Refactor bch2_extent_trim_atomic() for reflink
Kent Overstreet
1
-1
/
+10
[next]