index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
fs-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: fix stack corruption
Yuxuan Shui
2023-10-22
1
-1
/
+1
*
bcachefs: Don't issue writes that are more than 1 MB
Kent Overstreet
2023-10-22
1
-1
/
+12
*
bcachefs: Fix fallocate FL_INSERT_RANGE
Kent Overstreet
2023-10-22
1
-5
/
+6
*
bcachefs: Fix a use after free in dio write path
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Sort & deduplicate updates in bch2_trans_update()
Kent Overstreet
2023-10-22
1
-34
/
+6
*
bcachefs: Split out btree_trigger_flags
Kent Overstreet
2023-10-22
1
-7
/
+6
*
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
1
-1
/
+0
*
bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMIC
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: bch2_trans_reset() calls should be at the tops of loops
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix for an assertion on filesystem error
Kent Overstreet
2023-10-22
1
-0
/
+9
*
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
2023-10-22
1
-4
/
+2
*
bcachefs: Reorganize extents.c
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Inline data extents
Kent Overstreet
2023-10-22
1
-0
/
+12
*
bcachefs: Split out extent_update.c
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: bkey_on_stack
Kent Overstreet
2023-10-22
1
-41
/
+51
*
bcachefs: Use wbc_to_write_flags()
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Some reflink fixes
Kent Overstreet
2023-10-22
1
-7
/
+6
*
bcachefs: Eliminate function calls in DIO fastpaths
Kent Overstreet
2023-10-22
1
-11
/
+15
*
bcachefs: DIO write path only needs to shoot down pagecache once, not twice
Kent Overstreet
2023-10-22
1
-19
/
+9
*
bcachefs: Add pagecache_add lock to buffered IO path, fault path
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Don't hold inode lock longer than necessary in dio write path
Kent Overstreet
2023-10-22
1
-35
/
+54
*
bcachefs: Avoid atomics in write fast path
Kent Overstreet
2023-10-22
1
-20
/
+18
*
bcachefs: Fix an error path race
Kent Overstreet
2023-10-22
1
-1
/
+6
*
bcachefs: Refactor bch2_trans_commit() path
Kent Overstreet
2023-10-22
1
-11
/
+17
*
bcachefs: Limit bios in writepages path to 256M
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Kill bchfs_extent_update()
Kent Overstreet
2023-10-22
1
-189
/
+78
*
bcachefs: Convert bch2_fpunch to bch2_extent_update()
Kent Overstreet
2023-10-22
1
-97
/
+59
*
bcachefs: Split out bchfs_extent_update()
Kent Overstreet
2023-10-22
1
-145
/
+24
*
bcachefs: Kill some dependencies on ei_inode
Kent Overstreet
2023-10-22
1
-30
/
+62
*
bcachefs: Check if extending inode differently
Kent Overstreet
2023-10-22
1
-22
/
+48
*
bcachefs: Add a lock to bch_page_state
Kent Overstreet
2023-10-22
1
-8
/
+16
*
bcachefs: bch2_extent_atomic_end() now traverses iter
Kent Overstreet
2023-10-22
1
-8
/
+0
*
bcachefs: bch2_inode_peek()/bch2_inode_write()
Kent Overstreet
2023-10-22
1
-55
/
+32
*
bcachefs: Fix __bch2_buffered_write() returning -ENOMEM
Kent Overstreet
2023-10-22
1
-2
/
+7
*
bcachefs: Rework btree iterator lifetimes
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Kill deferred btree updates
Kent Overstreet
2023-10-22
1
-56
/
+22
*
bcachefs: Fix for partial buffered writes
Kent Overstreet
2023-10-22
1
-10
/
+10
*
bcachefs: BTREE_ITER_SLOTS isn't a type of btree iter
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Trivial cleanup
Kent Overstreet
2023-10-22
1
-5
/
+1
*
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
2023-10-22
1
-2
/
+5
*
bcachefs: Handle bio_iov_iter_get_pages() returning unaligned bio
Kent Overstreet
2023-10-22
1
-2
/
+19
*
bcachefs: Add support for FALLOC_FL_INSERT_RANGE
Kent Overstreet
2023-10-22
1
-40
/
+91
*
bcachefs: Don't write past eof
Kent Overstreet
2023-10-22
1
-5
/
+27
*
bcachefs: Improved bch2_fcollapse()
Kent Overstreet
2023-10-22
1
-39
/
+87
*
bcachefs: Inline some fast paths
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Check alignment in write path
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Reflink
Kent Overstreet
2023-10-22
1
-50
/
+168
*
bcachefs: Refactor bch2_extent_trim_atomic() for reflink
Kent Overstreet
2023-10-22
1
-2
/
+6
[next]