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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)
Darrick J. Wong
1
-9
/
+0
2018-11-21
iomap: readpages doesn't zero page tail beyond EOF
Dave Chinner
1
-3
/
+8
2018-11-21
iomap: dio data corruption and spurious errors when pipes fill
Dave Chinner
1
-3
/
+19
2018-11-21
iomap: sub-block dio needs to zeroout beyond EOF
Dave Chinner
1
-1
/
+8
2018-11-21
iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extents
Dave Chinner
1
-5
/
+6
2018-11-02
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-10-27
fs/iomap.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-10-24
iov_iter: Use accessor function
David Howells
1
-1
/
+1
2018-10-18
iomap: remove duplicated include from iomap.c
Yue Haibing
1
-1
/
+0
2018-09-29
iomap: set page dirty after partial delalloc on mkwrite
Brian Foster
1
-1
/
+1
2018-08-22
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2018-08-14
Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-27
/
+265
2018-08-14
iomap: fix WARN_ON_ONCE on uninitialized variable
Darrick J. Wong
1
-1
/
+1
2018-08-14
Merge branch 'iomap-4.19-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-58
/
+474
2018-08-12
iomap: Switch to offset_in_page for clarity
Andreas Gruenbacher
1
-10
/
+10
2018-08-02
fs: fix iomap_bmap position calculation
Eric Sandeen
1
-1
/
+1
2018-07-12
iomap: add support for sub-pagesize buffered I/O without buffer heads
Christoph Hellwig
1
-21
/
+259
2018-07-03
iomap: add inline data support to iomap_readpage_actor
Andreas Gruenbacher
1
-0
/
+6
2018-07-03
iomap: support direct I/O to inline data
Andreas Gruenbacher
1
-0
/
+29
2018-07-03
iomap: refactor iomap_dio_actor
Christoph Hellwig
1
-36
/
+52
2018-06-20
iomap: add initial support for writes without buffer heads
Christoph Hellwig
1
-7
/
+108
2018-06-20
iomap: add an iomap-based readpage and readpages implementation
Christoph Hellwig
1
-1
/
+213
2018-06-20
iomap: add a page_done callback
Christoph Hellwig
1
-0
/
+3
2018-06-20
iomap: generic inline data handling
Andreas Gruenbacher
1
-7
/
+55
2018-06-20
iomap: complete partial direct I/O writes synchronously
Andreas Gruenbacher
1
-10
/
+11
2018-06-13
Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+5
2018-06-08
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-0
/
+1
2018-06-05
iomap: fsync swap files before iterating mappings
Darrick J. Wong
1
-1
/
+5
2018-06-02
fs: use ->is_partially_uptodate in page_cache_seek_hole_data
Christoph Hellwig
1
-43
/
+40
2018-06-02
fs: remove the buffer_unwritten check in page_seek_hole_data
Christoph Hellwig
1
-9
/
+4
2018-06-02
fs: move page_cache_seek_hole_data to iomap.c
Christoph Hellwig
1
-0
/
+116
2018-06-02
iomap: add an iomap-based bmap implementation
Christoph Hellwig
1
-0
/
+34
2018-06-02
iomap: add a iomap_sector helper
Christoph Hellwig
1
-9
/
+10
2018-06-02
iomap: use __bio_add_page in iomap_dio_zero
Christoph Hellwig
1
-2
/
+1
2018-06-02
iomap: inline data should be an iomap type, not a flag
Christoph Hellwig
1
-9
/
+12
2018-05-31
fs: iomap dio set bio prio from kiocb prio
Adam Manzanares
1
-0
/
+1
2018-05-17
iomap: don't allow holes in swapfiles
Omar Sandoval
1
-5
/
+0
2018-05-16
iomap: provide more useful errors for invalid swap files
Omar Sandoval
1
-16
/
+24
2018-05-16
iomap: add a swapfile activation function
Darrick J. Wong
1
-0
/
+162
2018-05-09
iomap: Use FUA for pure data O_DSYNC DIO writes
Dave Chinner
1
-5
/
+46
2018-05-09
iomap: iomap_dio_rw() handles all sync writes
Dave Chinner
1
-6
/
+15
2018-01-29
iomap: warn on zero-length mappings
Darrick J. Wong
1
-0
/
+2
2018-01-08
iomap: report collisions between directio and buffered writes to userspace
Darrick J. Wong
1
-2
/
+10
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+15
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-6
/
+7
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
1
-1
/
+1
2017-10-16
fs: invalidate page cache after end_io() in dio completion
Eryu Guan
1
-17
/
+24
2017-10-12
iomap_dio_actor(): fix iov_iter bugs
Al Viro
1
-9
/
+15
[next]