index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2019-02-24
iomap: wire up the iopoll method
Christoph Hellwig
1
-15
/
+28
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-7
/
+30
2019-02-15
block: enable multipage bvecs
Ming Lei
1
-2
/
+2
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
1
-2
/
+4
2019-01-27
iomap: fix a use after free in iomap_dio_rw
Christoph Hellwig
1
-7
/
+21
2019-01-27
iomap: get/put the page in iomap_page_create/release()
Piotr Jaroszynski
1
-0
/
+9
2019-01-02
block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)
Linus Torvalds
1
-2
/
+1
2018-12-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-12-29
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+12
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
1
-1
/
+1
2018-12-28
Merge tag 'iomap-4.21-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+15
2018-12-21
iomap: don't search past page end in iomap_is_partially_uptodate
Eric Sandeen
1
-2
/
+15
2018-12-20
iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"
Dave Chinner
1
-7
/
+0
2018-12-15
fs/iomap.c: get/put the page in iomap_page_create/release()
Piotr Jaroszynski
1
-0
/
+7
2018-12-10
Merge tag 'v4.20-rc6' into for-4.21/block
Jens Axboe
1
-9
/
+0
2018-12-04
iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)
Darrick J. Wong
1
-9
/
+0
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
1
-12
/
+41
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
1
-1
/
+1
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-19
block: avoid ordered task state change for polled IO
Jens Axboe
1
-1
/
+2
2018-11-16
block: add polled wakeup task helper
Jens Axboe
1
-1
/
+1
2018-11-07
block: add REQ_HIPRI and inherit it from IOCB_HIPRI
Jens Axboe
1
-1
/
+8
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
[next]