index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
iomap
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2024-05-18
1
-1
/
+1
|
\
|
*
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
2024-05-10
1
-1
/
+1
*
|
iomap: do some small logical cleanup in buffered write
Zhang Yi
2024-04-25
1
-5
/
+3
*
|
iomap: make iomap_write_end() return a boolean
Zhang Yi
2024-04-25
1
-17
/
+31
*
|
iomap: use a new variable to handle the written bytes in iomap_write_iter()
Zhang Yi
2024-04-25
1
-16
/
+17
*
|
iomap: don't increase i_size if it's not a write operation
Zhang Yi
2024-04-25
1
-25
/
+25
*
|
iomap: drop the write failure handles when unsharing and zeroing
Zhang Yi
2024-04-25
1
-4
/
+6
*
|
iomap: convert iomap_writepages to writeack_iter
Christoph Hellwig
2024-04-15
1
-9
/
+5
|
/
*
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
2024-03-04
2
-0
/
+2
|
\
|
*
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
2024-02-06
2
-0
/
+2
*
|
iomap: Add processed for iomap_iter
Kassey Li
2024-02-21
1
-1
/
+4
*
|
iomap: add pos and dirty_len into trace_iomap_writepage_map
Zhang Yi
2024-02-21
2
-2
/
+43
*
|
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
2024-02-01
1
-1
/
+1
*
|
iomap: map multiple blocks at a time
Christoph Hellwig
2024-02-01
1
-35
/
+81
*
|
iomap: submit ioends immediately
Christoph Hellwig
2024-02-01
1
-86
/
+76
*
|
iomap: factor out a iomap_writepage_map_block helper
Christoph Hellwig
2024-02-01
1
-27
/
+43
*
|
iomap: only call mapping_set_error once for each failed bio
Christoph Hellwig
2024-02-01
1
-13
/
+14
*
|
iomap: don't chain bios
Christoph Hellwig
2024-02-01
1
-67
/
+23
*
|
iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
Christoph Hellwig
2024-02-01
1
-14
/
+11
*
|
iomap: clean up the iomap_alloc_ioend calling convention
Christoph Hellwig
2024-02-01
1
-6
/
+5
*
|
iomap: move all remaining per-folio logic into iomap_writepage_map
Christoph Hellwig
2024-02-01
1
-23
/
+11
*
|
iomap: factor out a iomap_writepage_handle_eof helper
Christoph Hellwig
2024-02-01
1
-66
/
+62
*
|
iomap: move the PF_MEMALLOC check to iomap_writepages
Christoph Hellwig
2024-02-01
1
-16
/
+8
*
|
iomap: move the io_folios field out of struct iomap_ioend
Christoph Hellwig
2024-02-01
1
-3
/
+4
*
|
iomap: treat inline data in iomap_writepage_map as an I/O error
Christoph Hellwig
2024-02-01
1
-2
/
+4
*
|
iomap: clear the per-folio dirty bits on all writeback failures
Christoph Hellwig
2024-02-01
1
-7
/
+11
|
/
*
mm: add folio_fill_tail() and use it in iomap
Matthew Wilcox (Oracle)
2023-12-10
1
-12
/
+2
*
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-02
1
-22
/
+35
|
\
|
*
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-3
/
+1
|
*
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
2023-10-18
1
-12
/
+25
|
*
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
2023-10-18
1
-9
/
+11
*
|
iomap: fix short copy in iomap_write_iter()
Jan Stancek
2023-10-19
1
-3
/
+7
|
/
*
iomap: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
2023-09-28
1
-1
/
+1
*
iomap: convert iomap_unshare_iter to use large folios
Darrick J. Wong
2023-09-19
1
-10
/
+14
*
iomap: don't skip reading in !uptodate folios when unsharing a range
Darrick J. Wong
2023-09-18
1
-2
/
+4
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-1
/
+1
|
\
|
*
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-08-02
1
-1
/
+1
*
|
Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma...
Darrick J. Wong
2023-08-01
1
-40
/
+123
|
\
\
|
*
|
iomap: support IOCB_DIO_CALLER_COMP
Jens Axboe
2023-08-01
1
-2
/
+60
|
*
|
iomap: add IOMAP_DIO_INLINE_COMP
Jens Axboe
2023-08-01
1
-2
/
+8
|
*
|
iomap: only set iocb->private for polled bio
Jens Axboe
2023-08-01
1
-8
/
+5
|
*
|
iomap: treat a write through cache the same as FUA
Jens Axboe
2023-08-01
1
-14
/
+20
|
*
|
iomap: use an unsigned type for IOMAP_DIO_* defines
Jens Axboe
2023-08-01
1
-4
/
+4
|
*
|
iomap: cleanup up iomap_dio_bio_end_io()
Jens Axboe
2023-08-01
1
-15
/
+31
|
|
/
*
|
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
2023-07-25
1
-11
/
+150
*
|
iomap: Allocate ifs in ->write_begin() early
Ritesh Harjani (IBM)
2023-07-25
1
-2
/
+11
*
|
iomap: Refactor iomap_write_delalloc_punch() function out
Ritesh Harjani (IBM)
2023-07-25
1
-20
/
+34
*
|
iomap: Use iomap_punch_t typedef
Ritesh Harjani (IBM)
2023-07-25
1
-5
/
+4
*
|
iomap: Fix possible overflow condition in iomap_write_delalloc_scan
Ritesh Harjani (IBM)
2023-07-25
1
-1
/
+1
*
|
iomap: Add some uptodate state handling helpers for ifs state bitmap
Ritesh Harjani (IBM)
2023-07-25
1
-8
/
+20
[next]