index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2024-05-09
bcachefs: fsync() should not return -EROFS
Kent Overstreet
1
-1
/
+4
2024-05-09
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
1
-2
/
+2
2024-04-14
bcachefs: Fix missing write refs in fs fio paths
Kent Overstreet
1
-8
/
+8
2024-01-22
bcachefs: fix incorrect usage of REQ_OP_FLUSH
Christoph Hellwig
1
-1
/
+1
2024-01-21
bcachefs: Fix excess transaction restarts in __bchfs_fallocate()
Kent Overstreet
1
-2
/
+5
2024-01-01
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
1
-5
/
+9
2024-01-01
bcachefs: kill INODE_LOCK, use lock_two_nondirectories()
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-46
/
+38
2023-10-23
bcachefs: remove redundant initializations of variables start_offset and end_...
Colin Ian King
1
-2
/
+2
2023-10-23
bcachefs: New io_misc.c helpers
Kent Overstreet
1
-190
/
+19
2023-10-23
bcachefs: Break up io.c
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Add btree_trans* to inode_set_fn
Joshua Ashton
1
-4
/
+8
2023-10-23
bcachefs: Split up fs-io.[ch]
Kent Overstreet
1
-2783
/
+18
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
1
-25
/
+56
2023-10-23
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Fallocate now checks page cache
Kent Overstreet
1
-22
/
+61
2023-10-23
bcachefs: Delete redundant log messages
Kent Overstreet
1
-6
/
+1
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Check for ERR_PTR() from filemap_lock_folio()
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: fs-io: Eliminate GFP_NOFS usage
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: Avoid __GFP_NOFAIL
Kent Overstreet
1
-41
/
+50
2023-10-23
bcachefs: Fix quotas + snapshots
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: folio pos to bch_folio_sector index helper
Brian Foster
1
-11
/
+17
2023-10-23
bcachefs: use u64 for folio end pos to avoid overflows
Brian Foster
1
-11
/
+17
2023-10-23
bcachefs: clean up post-eof folios on -ENOSPC
Brian Foster
1
-2
/
+11
2023-10-23
bcachefs: fix truncate overflow if folio is beyond EOF
Brian Foster
1
-4
/
+13
2023-10-23
bcachefs: Check for folios that don't have bch_folio attached
Kent Overstreet
1
-1
/
+7
2023-10-23
bcachefs: bch2_readahead() large folio conversion
Kent Overstreet
1
-35
/
+83
2023-10-23
bcachefs: filemap_get_contig_folios_d()
Kent Overstreet
1
-27
/
+43
2023-10-23
bcachefs: bch_folio_sector_state improvements
Kent Overstreet
1
-59
/
+94
2023-10-23
bcachefs: bch2_truncate_page() large folio conversion
Kent Overstreet
1
-31
/
+30
2023-10-23
bcachefs: bch2_buffered_write large folio conversion
Kent Overstreet
1
-80
/
+109
2023-10-23
bcachefs: bch_folio can now handle multi-order folios
Kent Overstreet
1
-8
/
+20
2023-10-23
bcachefs: More assorted large folio conversion
Kent Overstreet
1
-30
/
+29
2023-10-23
bcachefs: bch2_seek_pagecache_data() folio conversion
Kent Overstreet
1
-7
/
+5
2023-10-23
bcachefs: bch2_seek_pagecache_hole() folio conversion
Kent Overstreet
1
-34
/
+26
2023-10-23
bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()
Kent Overstreet
1
-14
/
+12
2023-10-23
bcachefs: Initial folio conversion
Kent Overstreet
1
-296
/
+317
2023-10-23
bcachefs: Rename bch_page_state -> bch_folio
Kent Overstreet
1
-58
/
+66
2023-10-23
bcachefs: Add a bch_page_state assert
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-7
/
+13
2023-10-23
bcachefs: Nocow support
Kent Overstreet
1
-9
/
+89
2023-10-23
bcachefs: Unwritten extents support
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: bch2_extent_fallocate()
Kent Overstreet
1
-26
/
+5
2023-10-23
bcachefs: Debug mode for c->writes references
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Use for_each_btree_key_upto() more consistently
Kent Overstreet
1
-13
/
+13
2023-10-23
bcachefs: bch2_inode_opts_get()
Kent Overstreet
1
-11
/
+23
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: More dio inlining
Kent Overstreet
1
-10
/
+14
[next]