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
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
2021-08-03
iomap: Fix some typos and bad grammar
Andreas Gruenbacher
1
-36
/
+36
2021-08-03
iomap: Support inline data with block size < page size
Matthew Wilcox (Oracle)
1
-18
/
+16
2021-08-03
iomap: support reading inline data from non-zero pos
Gao Xiang
1
-12
/
+30
2021-08-03
iomap: simplify iomap_add_to_ioend
Christoph Hellwig
1
-12
/
+5
2021-08-03
iomap: simplify iomap_readpage_actor
Christoph Hellwig
1
-12
/
+4
2021-07-15
iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor
Andreas Gruenbacher
1
-1
/
+0
2021-07-15
iomap: Don't create iomap_page objects for inline files
Andreas Gruenbacher
1
-1
/
+3
2021-07-15
iomap: Permit pages without an iop to enter writeback
Andreas Gruenbacher
1
-2
/
+1
2021-07-03
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-20
/
+15
2021-06-29
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
1
-26
/
+1
2021-06-10
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
1
-7
/
+7
2021-06-03
generic_perform_write()/iomap_write_actor(): saner logics for short copy
Al Viro
1
-15
/
+10
2021-05-15
mm/filemap: fix readahead return types
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-05-04
iomap: remove unused private field from ioend
Brian Foster
1
-6
/
+1
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
1
-2
/
+2
2021-02-28
Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+0
2021-02-27
block: Add bio_max_segs
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-02-25
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
1
-7
/
+0
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
1
-1
/
+1
2020-11-04
iomap: clean up writeback state logic on writepage error
Brian Foster
1
-13
/
+2
2020-11-04
iomap: support partial page discard on writeback block mapping failure
Brian Foster
1
-7
/
+8
2020-09-28
iomap: Set all uptodate bits for an Uptodate page
Matthew Wilcox (Oracle)
1
-0
/
+2
2020-09-21
iomap: Change calling convention for zeroing
Matthew Wilcox (Oracle)
1
-18
/
+15
2020-09-21
iomap: Convert iomap_write_end types
Matthew Wilcox (Oracle)
1
-19
/
+12
2020-09-21
iomap: Convert write_count to write_bytes_pending
Matthew Wilcox (Oracle)
1
-9
/
+10
2020-09-21
iomap: Convert read_count to read_bytes_pending
Matthew Wilcox (Oracle)
1
-29
/
+12
2020-09-21
iomap: Support arbitrarily many blocks per page
Matthew Wilcox (Oracle)
1
-5
/
+17
2020-09-21
iomap: Use bitmap ops to set uptodate bits
Matthew Wilcox (Oracle)
1
-10
/
+2
2020-09-21
iomap: Use kzalloc to allocate iomap_page
Matthew Wilcox (Oracle)
1
-9
/
+1
2020-09-21
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-09-21
iomap: Fix misplaced page flushing
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-09-21
iomap: Use round_down/round_up macros in __iomap_write_begin
Nikolay Borisov
1
-2
/
+2
2020-09-10
iomap: Mark read blocks uptodate in write_begin
Matthew Wilcox (Oracle)
1
-8
/
+6
2020-09-10
iomap: Clear page error before beginning a write
Matthew Wilcox (Oracle)
1
-0
/
+1
[next]