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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-24
iomap: fix lockdep complaint when reads fail
Darrick J. Wong
1
-1
/
+50
2026-03-18
iomap: fix invalid folio access when i_blkbits differs from I/O granularity
Joanne Koong
1
-5
/
+10
2026-03-04
iomap: reject delalloc mappings during writeback
Darrick J. Wong
1
-6
/
+7
2026-03-04
iomap: don't mark folio uptodate if read IO has bytes pending
Joanne Koong
1
-3
/
+12
2026-02-26
iomap: don't report direct-io retries to fserror
Darrick J. Wong
1
-1
/
+14
2026-02-25
Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+47
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-3
/
+2
2026-02-19
fserror: fix lockdep complaint when igrabbing inode
Darrick J. Wong
1
-0
/
+46
2026-02-14
iomap: Describe @private in iomap_readahead()
Hongbo Li
1
-0
/
+1
2026-02-10
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-87
/
+112
2026-02-10
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2026-02-10
Merge tag 'vfs-7.0-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-26
/
+31
2026-02-09
Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-1
/
+40
2026-01-29
iomap: fix invalid folio access after folio_end_read()
Joanne Koong
1
-24
/
+27
2026-01-28
iomap: add a flag to bounce buffer direct I/O
Christoph Hellwig
1
-10
/
+20
2026-01-28
iomap: support ioends for direct reads
Christoph Hellwig
1
-0
/
+8
2026-01-28
iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
Christoph Hellwig
1
-4
/
+4
2026-01-28
iomap: free the bio before completing the dio
Christoph Hellwig
1
-8
/
+9
2026-01-28
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
Christoph Hellwig
1
-23
/
+19
2026-01-28
iomap: split out the per-bio logic from iomap_dio_bio_iter
Christoph Hellwig
1
-52
/
+59
2026-01-28
iomap: simplify iomap_dio_bio_iter
Christoph Hellwig
1
-7
/
+6
2026-01-28
iomap: fix submission side handling of completion side errors
Christoph Hellwig
1
-3
/
+7
2026-01-14
iomap: wait for batched folios to be stable in __iomap_get_folio
Christoph Hellwig
1
-0
/
+1
2026-01-14
iomap: stash iomap read ctx in the private field of iomap_iter
Hongbo Li
1
-2
/
+4
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
3
-1
/
+40
2026-01-11
blk-crypto: handle the fallback above the block layer
Christoph Hellwig
1
-1
/
+2
2025-12-15
iomap: replace folio_batch allocation with stack allocation
Brian Foster
2
-18
/
+38
2025-12-01
Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+15
2025-11-25
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
1
-5
/
+5
2025-11-25
iomap: fix iomap_read_end() for already uptodate folios
Joanne Koong
1
-18
/
+19
2025-11-25
iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
Christoph Hellwig
1
-19
/
+14
2025-11-25
iomap: support write completions from interrupt context
Christoph Hellwig
1
-11
/
+48
2025-11-25
iomap: rework REQ_FUA selection
Christoph Hellwig
1
-30
/
+48
2025-11-25
iomap: always run error completions in user context
Christoph Hellwig
1
-1
/
+12
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
1
-54
/
+2
2025-11-25
iomap: use find_next_bit() for uptodate bitmap scanning
Joanne Koong
1
-20
/
+32
2025-11-25
iomap: use find_next_bit() for dirty bitmap scanning
Joanne Koong
1
-20
/
+41
2025-11-12
iomap: simplify when reads can be skipped for writes
Joanne Koong
1
-3
/
+6
2025-11-12
iomap: simplify ->read_folio_range() error handling for reads
Joanne Koong
1
-29
/
+34
2025-11-12
iomap: optimize pending async writeback accounting
Joanne Koong
2
-26
/
+34
2025-11-12
iomap: account for unaligned end offsets when truncating read range
Joanne Koong
1
-2
/
+20
2025-11-12
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_subm...
Joanne Koong
1
-19
/
+20
2025-11-05
iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
Qu Wenruo
2
-5
/
+19
2025-11-05
iomap: remove old partial eof zeroing optimization
Brian Foster
1
-25
/
+0
2025-11-05
iomap: optional zero range dirty folio processing
Brian Foster
2
-5
/
+91
2025-11-05
iomap: remove pos+len BUG_ON() to after folio lookup
Brian Foster
1
-4
/
+1
2025-11-05
iomap: make iomap_read_folio() a void return
Joanne Koong
1
-8
/
+1
2025-11-05
iomap: move buffered io bio logic into new file
Christoph Hellwig [1]
4
-88
/
+103
[next]