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 missing write refs in fs fio paths
Kent Overstreet
2024-04-13
1
-8
/
+8
*
bcachefs: fix incorrect usage of REQ_OP_FLUSH
Christoph Hellwig
2024-01-22
1
-1
/
+1
*
bcachefs: Fix excess transaction restarts in __bchfs_fallocate()
Kent Overstreet
2024-01-21
1
-2
/
+5
*
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
2024-01-01
1
-5
/
+9
*
bcachefs: kill INODE_LOCK, use lock_two_nondirectories()
Kent Overstreet
2024-01-01
1
-2
/
+4
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-46
/
+38
*
bcachefs: remove redundant initializations of variables start_offset and end_...
Colin Ian King
2023-10-22
1
-2
/
+2
*
bcachefs: New io_misc.c helpers
Kent Overstreet
2023-10-22
1
-190
/
+19
*
bcachefs: Break up io.c
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
2023-10-22
1
-4
/
+8
*
bcachefs: Split up fs-io.[ch]
Kent Overstreet
2023-10-22
1
-2783
/
+18
*
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
2023-10-22
1
-25
/
+56
*
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fallocate now checks page cache
Kent Overstreet
2023-10-22
1
-22
/
+61
*
bcachefs: Delete redundant log messages
Kent Overstreet
2023-10-22
1
-6
/
+1
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Check for ERR_PTR() from filemap_lock_folio()
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: fs-io: Eliminate GFP_NOFS usage
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: Avoid __GFP_NOFAIL
Kent Overstreet
2023-10-22
1
-41
/
+50
*
bcachefs: Fix quotas + snapshots
Kent Overstreet
2023-10-22
1
-1
/
+6
*
bcachefs: folio pos to bch_folio_sector index helper
Brian Foster
2023-10-22
1
-11
/
+17
*
bcachefs: use u64 for folio end pos to avoid overflows
Brian Foster
2023-10-22
1
-11
/
+17
*
bcachefs: clean up post-eof folios on -ENOSPC
Brian Foster
2023-10-22
1
-2
/
+11
*
bcachefs: fix truncate overflow if folio is beyond EOF
Brian Foster
2023-10-22
1
-4
/
+13
*
bcachefs: Check for folios that don't have bch_folio attached
Kent Overstreet
2023-10-22
1
-1
/
+7
*
bcachefs: bch2_readahead() large folio conversion
Kent Overstreet
2023-10-22
1
-35
/
+83
*
bcachefs: filemap_get_contig_folios_d()
Kent Overstreet
2023-10-22
1
-27
/
+43
*
bcachefs: bch_folio_sector_state improvements
Kent Overstreet
2023-10-22
1
-59
/
+94
*
bcachefs: bch2_truncate_page() large folio conversion
Kent Overstreet
2023-10-22
1
-31
/
+30
*
bcachefs: bch2_buffered_write large folio conversion
Kent Overstreet
2023-10-22
1
-80
/
+109
*
bcachefs: bch_folio can now handle multi-order folios
Kent Overstreet
2023-10-22
1
-8
/
+20
*
bcachefs: More assorted large folio conversion
Kent Overstreet
2023-10-22
1
-30
/
+29
*
bcachefs: bch2_seek_pagecache_data() folio conversion
Kent Overstreet
2023-10-22
1
-7
/
+5
*
bcachefs: bch2_seek_pagecache_hole() folio conversion
Kent Overstreet
2023-10-22
1
-34
/
+26
*
bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()
Kent Overstreet
2023-10-22
1
-14
/
+12
*
bcachefs: Initial folio conversion
Kent Overstreet
2023-10-22
1
-296
/
+317
*
bcachefs: Rename bch_page_state -> bch_folio
Kent Overstreet
2023-10-22
1
-58
/
+66
*
bcachefs: Add a bch_page_state assert
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
1
-7
/
+13
*
bcachefs: Nocow support
Kent Overstreet
2023-10-22
1
-9
/
+89
*
bcachefs: Unwritten extents support
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: bch2_extent_fallocate()
Kent Overstreet
2023-10-22
1
-26
/
+5
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
2023-10-22
1
-13
/
+13
*
bcachefs: bch2_inode_opts_get()
Kent Overstreet
2023-10-22
1
-11
/
+23
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: More dio inlining
Kent Overstreet
2023-10-22
1
-10
/
+14
*
bcachefs: Error message improvement
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Improve a few warnings
Kent Overstreet
2023-10-22
1
-5
/
+11
[next]