index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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 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
2023-10-22
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-34
/
+16
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
1
-16
/
+25
2023-10-22
bcachefs: Fix moving compressed data
Kent Overstreet
1
-27
/
+31
2023-10-22
bcachefs: Kill direct access to bi_io_vec
Kent Overstreet
1
-73
/
+23
2023-10-22
bcachefs: Delete a spurious assertion
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Fix promoting to cache devices (durability = 0)
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Delete duplicate code
Kent Overstreet
1
-2
/
+2
[next]