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
*
iomap: constrain the file range passed to iomap_file_unshare
Darrick J. Wong
2024-10-03
1
-1
/
+5
*
iomap: don't bother unsharing delalloc extents
Darrick J. Wong
2024-10-03
1
-1
/
+2
*
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-21
2
-82
/
+159
|
\
|
*
iomap: remove the iomap_file_buffered_write_punch_delalloc return value
Christoph Hellwig
2024-09-10
1
-54
/
+28
|
*
iomap: pass the iomap to the punch callback
Christoph Hellwig
2024-09-10
1
-12
/
+13
|
*
iomap: pass flags to iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
2024-09-10
1
-6
/
+5
|
*
iomap: improve shared block detection in iomap_unshare_iter
Christoph Hellwig
2024-09-10
1
-4
/
+13
|
*
iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
Christoph Hellwig
2024-09-10
1
-1
/
+9
|
*
iomap: make zero range flush conditional on unwritten mappings
Brian Foster
2024-09-03
1
-9
/
+54
|
*
iomap: fix handling of dirty folios over unwritten extents
Brian Foster
2024-09-03
1
-0
/
+10
|
*
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
2024-09-03
1
-1
/
+2
|
*
iomap: remove set_memor_ro() on zero page
Luis Chamberlain
2024-09-03
1
-3
/
+0
|
*
iomap: fix iomap_dio_zero() for fs bs > system page size
Pankaj Raghav
2024-09-02
2
-8
/
+41
*
|
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
|
/
*
Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2024-07-15
1
-25
/
+48
|
\
|
*
iomap: don't increase i_size in iomap_write_end()
Zhang Yi
2024-06-19
1
-24
/
+29
|
*
iomap: Optimize iomap_read_folio
Ritesh Harjani (IBM)
2024-06-19
1
-1
/
+19
*
|
Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-07-15
1
-8
/
+0
|
\
\
|
|
/
|
/
|
|
*
iomap: Remove calls to set and clear folio error flag
Matthew Wilcox (Oracle)
2024-05-31
1
-8
/
+0
*
|
iomap: Fix iomap_adjust_read_range for plen calculation
Ritesh Harjani (IBM)
2024-06-05
1
-1
/
+2
*
|
iomap: keep on increasing i_size in iomap_write_end()
Zhang Yi
2024-06-05
1
-29
/
+24
*
|
iomap: fault in smaller chunks for non-large folio mappings
Xu Yang
2024-05-24
1
-1
/
+1
|
/
*
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-09
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-11
1
-12
/
+2
*
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-03
1
-22
/
+35
|
\
[next]