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-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
2020-06-13
Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2020-06-09
iomap: Fix unsharing of an extent >2GB on a 32-bit machine
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
1
-15
/
+4
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
1
-59
/
+31
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-09
Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+8
2020-04-09
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+1
2020-04-03
dax,iomap: Add helper dax_iomap_zero() to zero a range
Vivek Goyal
1
-8
/
+1
2020-04-02
iomap: Handle memory allocation failure in readahead
Matthew Wilcox (Oracle)
1
-0
/
+8
2020-03-05
iomap: Remove pgoff from tracepoints
Matthew Wilcox (Oracle)
1
-3
/
+4
2020-01-06
fs: Fix page_mkwrite off-by-one errors
Andreas Gruenbacher
1
-13
/
+5
2019-12-05
iomap: stop using ioend after it's been freed in iomap_finish_ioend()
Zorro Lang
1
-2
/
+3
2019-12-04
iomap: fix sub-page uptodate handling
Christoph Hellwig
1
-10
/
+25
2019-11-07
iomap: Fix overflow in iomap_page_mkwrite
Andreas Gruenbacher
1
-4
/
+3
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
1
-30
/
+35
[prev]
[next]