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
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
2022-06-30
iomap: skip pages past eof in iomap_do_writepage()
Chris Mason
1
-5
/
+6
2022-06-29
iomap: Remove test for folio error
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-06-27
iomap: add support for dma aligned direct-io
Keith Busch
1
-2
/
+2
2022-06-10
iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
Al Viro
1
-2
/
+1
2022-06-10
teach iomap_dio_rw() to suppress dsync
Al Viro
1
-9
/
+11
2022-05-25
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-22
/
+18
2022-05-25
Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-3
/
+3
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-7
/
+18
2022-05-17
iomap: don't invalidate folios after writeback errors
Darrick J. Wong
1
-1
/
+0
2022-05-16
iomap: add per-iomap_iter private data
Christoph Hellwig
1
-3
/
+5
2022-05-16
iomap: allow the file system to provide a bio_set for direct I/O
Christoph Hellwig
1
-4
/
+13
2022-05-10
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
2
-13
/
+11
2022-05-09
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-09
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
1
-7
/
+5
2022-05-09
iomap: iomap_write_end cleanup
Andreas Gruenbacher
1
-1
/
+1
2022-05-09
iomap: iomap_write_failed fix
Andreas Gruenbacher
1
-1
/
+2
2022-05-02
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
1
-4
/
+3
2022-04-18
block: add a bdev_fua helper
Christoph Hellwig
1
-2
/
+1
2022-04-01
iomap: Simplify is_partially_uptodate a little
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-03-26
Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-3
/
+0
2022-03-25
fs/iomap: Fix buffered write page prefaulting
Andreas Gruenbacher
1
-1
/
+1
2022-03-23
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2
-29
/
+19
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+1
2022-03-22
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-0
/
+6
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-20
/
+14
2022-03-21
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-15
iomap: Remove iomap_invalidatepage()
Matthew Wilcox (Oracle)
2
-9
/
+2
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
1
-20
/
+16
2022-03-14
iomap: Fix iomap_invalidatepage tracepoint
Matthew Wilcox (Oracle)
1
-1
/
+2
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
2
-3
/
+0
2022-03-07
Merge branch 'for-5.18/block' into for-5.18/write-streams
Jens Axboe
2
-20
/
+14
2022-02-08
iomap: support direct I/O with fscrypt using blk-crypto
Eric Biggers
1
-0
/
+6
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
1
-3
/
+1
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2
-14
/
+10
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
1
-3
/
+3
2022-01-26
xfs, iomap: limit individual ioend chain lengths in writeback
Dave Chinner
1
-4
/
+48
2022-01-13
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-12
/
+2
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
1
-268
/
+283
2021-12-24
iomap: Fix error handling in iomap_zero_iter()
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-12-21
iomap: Inline __iomap_zero_iter into its caller
Matthew Wilcox (Oracle)
1
-28
/
+27
2021-12-18
iomap: Support large folios in invalidatepage
Matthew Wilcox (Oracle)
1
-2
/
+7
2021-12-18
iomap: Convert iomap_migrate_page() to use folios
Matthew Wilcox (Oracle)
1
-5
/
+7
2021-12-18
iomap: Convert iomap_add_to_ioend() to take a folio
Matthew Wilcox (Oracle)
1
-36
/
+34
2021-12-18
iomap: Simplify iomap_do_writepage()
Matthew Wilcox (Oracle)
1
-13
/
+10
2021-12-18
iomap: Simplify iomap_writepage_map()
Matthew Wilcox (Oracle)
1
-11
/
+10
2021-12-18
iomap,xfs: Convert ->discard_page to ->discard_folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-12-18
iomap: Convert iomap_write_end_inline to take a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2021-12-18
iomap: Convert iomap_write_begin() and iomap_write_end() to folios
Matthew Wilcox (Oracle)
1
-38
/
+33
[prev]
[next]