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
/
fs-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Add an option to disable reflink support
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: fix stack corruption
Yuxuan Shui
1
-1
/
+1
2023-10-22
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: Fix fallocate FL_INSERT_RANGE
Kent Overstreet
1
-5
/
+6
2023-10-22
bcachefs: Fix a use after free in dio write path
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
1
-34
/
+6
2023-10-22
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix for an assertion on filesystem error
Kent Overstreet
1
-0
/
+9
2023-10-22
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-4
/
+2
2023-10-22
bcachefs: Reorganize extents.c
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Inline data extents
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Split out extent_update.c
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: bkey_on_stack
Kent Overstreet
1
-41
/
+51
2023-10-22
bcachefs: Use wbc_to_write_flags()
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Some reflink fixes
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Eliminate function calls in DIO fastpaths
Kent Overstreet
1
-11
/
+15
2023-10-22
bcachefs: DIO write path only needs to shoot down pagecache once, not twice
Kent Overstreet
1
-19
/
+9
2023-10-22
bcachefs: Add pagecache_add lock to buffered IO path, fault path
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't hold inode lock longer than necessary in dio write path
Kent Overstreet
1
-35
/
+54
2023-10-22
bcachefs: Avoid atomics in write fast path
Kent Overstreet
1
-20
/
+18
2023-10-22
bcachefs: Fix an error path race
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
1
-11
/
+17
2023-10-22
bcachefs: Limit bios in writepages path to 256M
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
1
-189
/
+78
2023-10-22
bcachefs: Convert bch2_fpunch to bch2_extent_update()
Kent Overstreet
1
-97
/
+59
2023-10-22
bcachefs: Split out bchfs_extent_update()
Kent Overstreet
1
-145
/
+24
2023-10-22
bcachefs: Kill some dependencies on ei_inode
Kent Overstreet
1
-30
/
+62
2023-10-22
bcachefs: Check if extending inode differently
Kent Overstreet
1
-22
/
+48
2023-10-22
bcachefs: Add a lock to bch_page_state
Kent Overstreet
1
-8
/
+16
2023-10-22
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
1
-8
/
+0
2023-10-22
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
1
-55
/
+32
2023-10-22
bcachefs: Fix __bch2_buffered_write() returning -ENOMEM
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-56
/
+22
2023-10-22
bcachefs: Fix for partial buffered writes
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Trivial cleanup
Kent Overstreet
1
-5
/
+1
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Handle bio_iov_iter_get_pages() returning unaligned bio
Kent Overstreet
1
-2
/
+19
2023-10-22
bcachefs: Add support for FALLOC_FL_INSERT_RANGE
Kent Overstreet
1
-40
/
+91
2023-10-22
bcachefs: Don't write past eof
Kent Overstreet
1
-5
/
+27
2023-10-22
bcachefs: Improved bch2_fcollapse()
Kent Overstreet
1
-39
/
+87
2023-10-22
bcachefs: Inline some fast paths
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Check alignment in write path
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Reflink
Kent Overstreet
1
-50
/
+168
[next]