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
/
iomap
/
buffered-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+12
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
1
-8
/
+8
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
1
-10
/
+0
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
2021-12-18
iomap: Convert __iomap_zero_iter to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+9
2021-12-18
iomap: Allow iomap_write_begin() to be called with the full length
Matthew Wilcox (Oracle)
1
-1
/
+8
2021-12-16
iomap: Convert iomap_page_mkwrite to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+12
2021-12-16
iomap: Convert readahead and readpage to use a folio
Matthew Wilcox (Oracle)
1
-27
/
+26
2021-12-16
iomap: Convert iomap_read_inline_data to take a folio
Matthew Wilcox (Oracle)
1
-8
/
+9
2021-12-16
iomap: Use folio offsets instead of page offsets
Matthew Wilcox (Oracle)
1
-38
/
+40
2021-12-16
iomap: Convert bio completions to use folios
Matthew Wilcox (Oracle)
1
-29
/
+21
2021-12-16
iomap: Pass the iomap_page into iomap_set_range_uptodate
Matthew Wilcox (Oracle)
1
-14
/
+18
2021-12-16
iomap: Add iomap_invalidate_folio
Matthew Wilcox (Oracle)
1
-8
/
+12
2021-12-16
iomap: Convert iomap_releasepage to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-12-16
iomap: Convert iomap_page_release to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+11
2021-12-16
iomap: Convert iomap_page_create to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+12
2021-12-16
iomap: Convert to_iomap_page to take a folio
Matthew Wilcox (Oracle)
1
-17
/
+15
2021-12-16
fs/buffer: Convert __block_write_begin_int() to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+5
2021-12-08
iomap: turn the byte variable in iomap_zero_iter into a ssize_t
Christoph Hellwig
1
-1
/
+1
2021-12-04
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
1
-23
/
+12
2021-11-24
iomap: iomap_read_inline_data cleanup
Andreas Gruenbacher
1
-16
/
+15
2021-11-22
iomap: Fix inline extent handling in iomap_readpage
Andreas Gruenbacher
1
-2
/
+9
2021-10-18
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
1
-1
/
+1
2021-08-17
iomap: constify iomap_iter_srcmap
Christoph Hellwig
1
-19
/
+19
2021-08-17
iomap: rework unshare flag
Christoph Hellwig
1
-14
/
+9
2021-08-17
iomap: pass an iomap_iter to various buffered I/O helpers
Christoph Hellwig
1
-71
/
+66
2021-08-17
iomap: switch iomap_page_mkwrite to use iomap_iter
Christoph Hellwig
1
-22
/
+17
2021-08-17
iomap: switch iomap_zero_range to use iomap_iter
Christoph Hellwig
1
-18
/
+18
2021-08-17
iomap: switch iomap_file_unshare to use iomap_iter
Christoph Hellwig
1
-17
/
+18
2021-08-17
iomap: switch iomap_file_buffered_write to use iomap_iter
Christoph Hellwig
1
-24
/
+25
2021-08-17
iomap: switch readahead and readpage to use iomap_iter
Christoph Hellwig
1
-43
/
+37
2021-08-17
iomap: fix the iomap_readpage_actor return value for inline data
Christoph Hellwig
1
-2
/
+2
2021-08-17
iomap: mark the iomap argument to iomap_read_page_sync const
Christoph Hellwig
1
-1
/
+1
2021-08-17
iomap: mark the iomap argument to iomap_read_inline_data const
Christoph Hellwig
1
-1
/
+1
2021-08-17
iomap: remove the iomap arguments to ->page_{prepare,done}
Christoph Hellwig
1
-3
/
+3
2021-08-16
iomap: pass writeback errors to the mapping
Darrick J. Wong
1
-1
/
+1
2021-08-05
iomap: Add another assertion to inline data handling
Matthew Wilcox (Oracle)
1
-0
/
+2
2021-08-05
iomap: Use kmap_local_page instead of kmap_atomic
Matthew Wilcox (Oracle)
1
-5
/
+5
[next]