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
2023-07-17
iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write
Christoph Hellwig
1
-1
/
+1
2023-07-17
iomap: fix a regression for partial write errors
Christoph Hellwig
1
-1
/
+1
2023-07-02
Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-06-29
fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...
Lu Hongfei
1
-1
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-58
/
+39
2023-06-10
iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
Christoph Hellwig
1
-35
/
+20
2023-06-10
iomap: update ki_pos in iomap_file_buffered_write
Christoph Hellwig
1
-3
/
+6
2023-06-10
filemap: add a kiocb_invalidate_post_direct_write helper
Christoph Hellwig
1
-10
/
+2
2023-06-10
iomap: update ki_pos a little later in iomap_dio_complete
Christoph Hellwig
1
-10
/
+11
2023-06-01
fs: iomap: use bio_add_folio_nofail where possible
Johannes Thumshirn
1
-3
/
+3
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
1
-1
/
+0
2023-05-24
iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
David Howells
1
-1
/
+1
2023-04-29
Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-2
/
+86
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+2
2023-04-21
iomap: Add DIO tracepoints
Ritesh Harjani (IBM)
3
-1
/
+85
2023-04-21
iomap: Remove IOMAP_DIO_NOSYNC unused dio flag
Ritesh Harjani (IBM)
1
-1
/
+1
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-1
/
+1
2023-04-06
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-9
/
+2
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2023-02-23
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-31
/
+60
2023-02-15
iomap: remove IOMAP_F_ZONE_APPEND
Christoph Hellwig
1
-8
/
+2
2023-02-03
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-3
/
+2
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
1
-10
/
+10
2023-01-18
iomap: Rename page_prepare handler to get_folio
Andreas Gruenbacher
1
-2
/
+2
2023-01-18
iomap: Add __iomap_get_folio helper
Andreas Gruenbacher
1
-4
/
+12
2023-01-18
iomap/gfs2: Get page in page_prepare handler
Andreas Gruenbacher
1
-11
/
+6
2023-01-18
iomap: Add iomap_get_folio helper
Andreas Gruenbacher
1
-9
/
+30
2023-01-18
iomap: Rename page_done handler to put_folio
Andreas Gruenbacher
1
-2
/
+2
2023-01-18
iomap/gfs2: Unlock and put folio in page_done handler
Andreas Gruenbacher
1
-4
/
+4
2023-01-18
iomap: Add __iomap_put_folio helper
Andreas Gruenbacher
1
-12
/
+17
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+271
2022-11-29
iomap: write iomap validity checks
Dave Chinner
2
-2
/
+46
2022-11-29
iomap: buffered write failure should not truncate the page cache
Dave Chinner
1
-15
/
+180
2022-11-23
xfs,iomap: move delalloc punching to iomap
Dave Chinner
1
-0
/
+60
2022-11-14
iomap: directly use logical block size
Keith Busch
1
-2
/
+1
2022-10-02
iomap: add a tracepoint for mappings returned by map_blocks
Darrick J. Wong
2
-0
/
+2
2022-10-02
iomap: iomap: fix memory corruption when recording errors during writeback
Darrick J. Wong
1
-1
/
+1
2022-08-11
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-15
/
+0
2022-08-09
new iov_iter flavour - ITER_UBUF
Al Viro
1
-1
/
+1
2022-08-04
Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+8
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+10
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-28
/
+0
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+6
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-25
/
+0
2022-07-25
iomap: Return -EAGAIN from iomap_write_iter()
Stefan Roesch
1
-0
/
+4
2022-07-25
iomap: Add async buffered write support
Stefan Roesch
1
-5
/
+28
2022-07-25
iomap: Add flags parameter to iomap_page_create()
Stefan Roesch
1
-10
/
+20
2022-07-22
iomap: remove iomap_writepage
Christoph Hellwig
1
-15
/
+0
2022-07-14
fs/iomap: Use the new blk_opf_t type
Bart Van Assche
1
-4
/
+4
2022-06-30
iomap: set did_zero to true when zeroing successfully
Kaixu Xia
1
-2
/
+2
[next]