index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
iomap
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
1
-3
/
+2
|
\
|
*
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-03
1
-3
/
+2
*
|
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2023-02-22
1
-31
/
+60
|
\
\
|
*
|
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
2023-01-18
1
-10
/
+10
|
*
|
iomap: Rename page_prepare handler to get_folio
Andreas Gruenbacher
2023-01-18
1
-2
/
+2
|
*
|
iomap: Add __iomap_get_folio helper
Andreas Gruenbacher
2023-01-18
1
-4
/
+12
|
*
|
iomap/gfs2: Get page in page_prepare handler
Andreas Gruenbacher
2023-01-18
1
-11
/
+6
|
*
|
iomap: Add iomap_get_folio helper
Andreas Gruenbacher
2023-01-18
1
-9
/
+30
|
*
|
iomap: Rename page_done handler to put_folio
Andreas Gruenbacher
2023-01-18
1
-2
/
+2
|
*
|
iomap/gfs2: Unlock and put folio in page_done handler
Andreas Gruenbacher
2023-01-18
1
-4
/
+4
|
*
|
iomap: Add __iomap_put_folio helper
Andreas Gruenbacher
2023-01-18
1
-12
/
+17
|
|
/
*
/
iomap: remove IOMAP_F_ZONE_APPEND
Christoph Hellwig
2023-02-15
1
-8
/
+2
|
/
*
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-12-14
2
-2
/
+271
|
\
|
*
iomap: write iomap validity checks
Dave Chinner
2022-11-28
2
-2
/
+46
|
*
iomap: buffered write failure should not truncate the page cache
Dave Chinner
2022-11-28
1
-15
/
+180
|
*
xfs,iomap: move delalloc punching to iomap
Dave Chinner
2022-11-23
1
-0
/
+60
*
|
iomap: directly use logical block size
Keith Busch
2022-11-14
1
-2
/
+1
|
/
*
iomap: add a tracepoint for mappings returned by map_blocks
Darrick J. Wong
2022-10-02
2
-0
/
+2
*
iomap: iomap: fix memory corruption when recording errors during writeback
Darrick J. Wong
2022-10-02
1
-1
/
+1
*
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-08-11
1
-15
/
+0
|
\
|
*
iomap: remove iomap_writepage
Christoph Hellwig
2022-07-22
1
-15
/
+0
*
|
new iov_iter flavour - ITER_UBUF
Al Viro
2022-08-09
1
-1
/
+1
*
|
Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-08-04
1
-7
/
+8
|
\
|
|
*
iomap: set did_zero to true when zeroing successfully
Kaixu Xia
2022-06-30
1
-2
/
+2
|
*
iomap: skip pages past eof in iomap_do_writepage()
Chris Mason
2022-06-30
1
-5
/
+6
*
|
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-08-03
1
-9
/
+10
|
\
\
|
*
|
iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC
Al Viro
2022-06-10
1
-2
/
+1
|
*
|
teach iomap_dio_rw() to suppress dsync
Al Viro
2022-06-10
1
-9
/
+11
|
|
/
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-28
/
+0
|
\
\
|
*
|
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-25
/
+0
|
*
|
iomap: Remove test for folio error
Matthew Wilcox (Oracle)
2022-06-29
1
-3
/
+0
|
|
/
*
|
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-08-02
1
-6
/
+6
|
\
\
|
*
|
fs/iomap: Use the new blk_opf_t type
Bart Van Assche
2022-07-14
1
-4
/
+4
|
*
|
iomap: add support for dma aligned direct-io
Keith Busch
2022-06-27
1
-2
/
+2
|
|
/
*
|
iomap: Return -EAGAIN from iomap_write_iter()
Stefan Roesch
2022-07-25
1
-0
/
+4
*
|
iomap: Add async buffered write support
Stefan Roesch
2022-07-25
1
-5
/
+28
*
|
iomap: Add flags parameter to iomap_page_create()
Stefan Roesch
2022-07-25
1
-10
/
+20
|
/
*
Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-05-25
2
-22
/
+18
|
\
|
*
iomap: Convert to release_folio
Matthew Wilcox (Oracle)
2022-05-10
2
-13
/
+11
|
*
fs: Convert mpage_readpage to mpage_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
fs: Convert block_read_full_page() to block_read_full_folio()
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
*
fs: Convert iomap_readpage to iomap_read_folio
Matthew Wilcox (Oracle)
2022-05-09
1
-7
/
+5
*
|
Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-05-25
1
-3
/
+3
|
\
\
|
*
|
iomap: don't invalidate folios after writeback errors
Darrick J. Wong
2022-05-17
1
-1
/
+0
|
*
|
iomap: iomap_write_end cleanup
Andreas Gruenbacher
2022-05-08
1
-1
/
+1
|
*
|
iomap: iomap_write_failed fix
Andreas Gruenbacher
2022-05-08
1
-1
/
+2
|
|
/
*
|
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2022-05-25
1
-7
/
+18
|
\
\
|
*
|
iomap: add per-iomap_iter private data
Christoph Hellwig
2022-05-16
1
-3
/
+5
|
*
|
iomap: allow the file system to provide a bio_set for direct I/O
Christoph Hellwig
2022-05-16
1
-4
/
+13
|
|
/
*
|
block: ignore RWF_HIPRI hint for sync dio
Ming Lei
2022-05-02
1
-4
/
+3
[next]