index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
iomap
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
iomap: don't lose folio dropbehind state for overwrites
Jens Axboe
1
-0
/
+2
2025-05-26
Merge tag 'vfs-6.16-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-48
/
+79
2025-05-09
iomap: rework iomap_write_begin() to return folio offset and length
Brian Foster
1
-14
/
+19
2025-05-09
iomap: push non-large folio check into get folio path
Brian Foster
1
-3
/
+3
2025-05-09
iomap: helper to trim pos/bytes to within folio
Brian Foster
1
-15
/
+20
2025-05-09
iomap: drop pos param from __iomap_[get|put]_folio()
Brian Foster
1
-8
/
+9
2025-05-09
iomap: drop unnecessary pos param from iomap_write_[begin|end]
Brian Foster
1
-10
/
+12
2025-05-09
iomap: resample iter->pos after iomap_write_begin() calls
Brian Foster
1
-8
/
+11
2025-04-15
iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGS
Ritesh Harjani (IBM)
1
-6
/
+21
2025-04-11
iomap: skip unnecessary ifs_block_is_uptodate check
Gou Hao
1
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-421
/
+590
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
2
-6
/
+4
2025-03-20
iomap: comment on atomic write checks in iomap_dio_bio_iter()
John Garry
1
-1
/
+6
2025-03-20
iomap: inline iomap_dio_bio_opflags()
John Garry
1
-63
/
+49
2025-03-19
iomap: fix inline data on buffered read
Gao Xiang
1
-2
/
+7
2025-03-17
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-06
iomap: Lift blocksize restriction on atomic writes
Ritesh Harjani (IBM)
1
-1
/
+1
2025-03-06
iomap: Support SW-based atomic writes
John Garry
1
-1
/
+3
2025-03-06
iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
John Garry
2
-10
/
+10
2025-03-06
Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...
Christian Brauner
1
-0
/
+4
2025-02-27
iomap: make buffered writes work with RWF_DONTCACHE
Jens Axboe
1
-0
/
+4
2025-02-26
iomap: introduce a full map advance helper
Brian Foster
3
-7
/
+3
2025-02-26
iomap: rename iomap_iter processed field to status
Brian Foster
7
-41
/
+41
2025-02-26
iomap: remove unnecessary advance from iomap_iter()
Brian Foster
1
-24
/
+15
2025-02-26
iomap: convert misc simple ops to incremental advance
Brian Foster
4
-18
/
+21
2025-02-26
iomap: advance the iter on direct I/O
Brian Foster
1
-13
/
+9
2025-02-26
iomap: advance the iter directly on buffered read
Brian Foster
1
-25
/
+20
2025-02-25
iomap: Minor code simplification in iomap_dio_bio_iter()
John Garry
1
-5
/
+3
2025-02-10
iomap: advance the iter directly on zero range
Brian Foster
1
-11
/
+13
2025-02-10
iomap: advance the iter directly on unshare range
Brian Foster
1
-12
/
+11
2025-02-10
iomap: advance the iter directly on buffered writes
Brian Foster
1
-13
/
+7
2025-02-10
iomap: support incremental iomap_iter advances
Brian Foster
1
-7
/
+25
2025-02-10
iomap: export iomap_iter_advance() and return remaining length
Brian Foster
1
-14
/
+8
2025-02-10
iomap: lift iter termination logic from iomap_iter_advance()
Brian Foster
1
-8
/
+13
2025-02-10
iomap: lift error code check out of iomap_iter_advance()
Brian Foster
1
-3
/
+8
2025-02-10
iomap: refactor iomap_iter() length check and tracepoint
Brian Foster
1
-8
/
+11
2025-02-10
iomap: split out iomap check and reset logic from iter advance
Brian Foster
1
-23
/
+26
2025-02-06
iomap: pass private data to iomap_truncate_page
Christoph Hellwig
1
-2
/
+2
2025-02-06
iomap: pass private data to iomap_zero_range
Christoph Hellwig
1
-2
/
+4
2025-02-06
iomap: pass private data to iomap_page_mkwrite
Christoph Hellwig
1
-1
/
+3
2025-02-06
iomap: add a io_private field to struct iomap_ioend
Christoph Hellwig
1
-0
/
+1
2025-02-06
iomap: optionally use ioends for direct I/O
Christoph Hellwig
3
-2
/
+49
2025-02-06
iomap: factor out a iomap_dio_done helper
Christoph Hellwig
1
-38
/
+38
2025-02-06
iomap: move common ioend code to ioend.c
Christoph Hellwig
3
-133
/
+138
2025-02-06
iomap: split bios to zone append limits in the submission handlers
Christoph Hellwig
3
-20
/
+116
2025-02-06
iomap: add a IOMAP_F_ANON_WRITE flag
Christoph Hellwig
2
-6
/
+13
2025-02-06
iomap: simplify io_flags and io_type in struct iomap_ioend
Christoph Hellwig
1
-17
/
+22
2025-02-06
iomap: allow the file system to submit the writeback bios
Christoph Hellwig
1
-5
/
+5
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+0
[next]