index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+1
2024-10-21
iomap: turn iomap_want_unshare_iter into an inline function
Christoph Hellwig
1
-17
/
+0
2024-10-15
iomap: move locking out of iomap_write_delalloc_release
Christoph Hellwig
1
-9
/
+8
2024-10-15
iomap: remove iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-57
/
+28
2024-10-15
iomap: factor out a iomap_last_written_block helper
Christoph Hellwig
1
-11
/
+2
2024-10-07
iomap: share iomap_unshare_iter predicate code with fsdax
Darrick J. Wong
1
-14
/
+16
2024-10-03
iomap: constrain the file range passed to iomap_file_unshare
Darrick J. Wong
1
-1
/
+5
2024-10-03
iomap: don't bother unsharing delalloc extents
Darrick J. Wong
1
-1
/
+2
2024-09-20
Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2
-82
/
+159
2024-09-10
iomap: remove the iomap_file_buffered_write_punch_delalloc return value
Christoph Hellwig
1
-54
/
+28
2024-09-10
iomap: pass the iomap to the punch callback
Christoph Hellwig
1
-12
/
+13
2024-09-10
iomap: pass flags to iomap_file_buffered_write_punch_delalloc
Christoph Hellwig
1
-6
/
+5
2024-09-10
iomap: improve shared block detection in iomap_unshare_iter
Christoph Hellwig
1
-4
/
+13
2024-09-10
iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release
Christoph Hellwig
1
-1
/
+9
2024-09-03
iomap: make zero range flush conditional on unwritten mappings
Brian Foster
1
-9
/
+54
2024-09-03
iomap: fix handling of dirty folios over unwritten extents
Brian Foster
1
-0
/
+10
2024-09-03
iomap: add a private argument for iomap_file_buffered_write
Josef Bacik
1
-1
/
+2
2024-09-03
iomap: remove set_memor_ro() on zero page
Luis Chamberlain
1
-3
/
+0
2024-09-02
iomap: fix iomap_dio_zero() for fs bs > system page size
Pankaj Raghav
2
-8
/
+41
2024-08-07
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-25
/
+48
2024-07-15
Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+0
2024-06-19
iomap: don't increase i_size in iomap_write_end()
Zhang Yi
1
-24
/
+29
2024-06-19
iomap: Optimize iomap_read_folio
Ritesh Harjani (IBM)
1
-1
/
+19
2024-06-05
iomap: Fix iomap_adjust_read_range for plen calculation
Ritesh Harjani (IBM)
1
-1
/
+2
2024-06-05
iomap: keep on increasing i_size in iomap_write_end()
Zhang Yi
1
-29
/
+24
2024-05-31
iomap: Remove calls to set and clear folio error flag
Matthew Wilcox (Oracle)
1
-8
/
+0
2024-05-24
iomap: fault in smaller chunks for non-large folio mappings
Xu Yang
1
-1
/
+1
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-04-25
iomap: do some small logical cleanup in buffered write
Zhang Yi
1
-5
/
+3
2024-04-25
iomap: make iomap_write_end() return a boolean
Zhang Yi
1
-17
/
+31
2024-04-25
iomap: use a new variable to handle the written bytes in iomap_write_iter()
Zhang Yi
1
-16
/
+17
2024-04-25
iomap: don't increase i_size if it's not a write operation
Zhang Yi
1
-25
/
+25
2024-04-25
iomap: drop the write failure handles when unsharing and zeroing
Zhang Yi
1
-4
/
+6
2024-04-15
iomap: convert iomap_writepages to writeack_iter
Christoph Hellwig
1
-9
/
+5
2024-03-04
Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...
Christian Brauner
2
-0
/
+2
2024-02-21
iomap: Add processed for iomap_iter
Kassey Li
1
-1
/
+4
2024-02-21
iomap: add pos and dirty_len into trace_iomap_writepage_map
Zhang Yi
2
-2
/
+43
2024-02-06
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
2
-0
/
+2
2024-02-01
iomap: pass the length of the dirty region to ->map_blocks
Christoph Hellwig
1
-1
/
+1
2024-02-01
iomap: map multiple blocks at a time
Christoph Hellwig
1
-35
/
+81
2024-02-01
iomap: submit ioends immediately
Christoph Hellwig
1
-86
/
+76
2024-02-01
iomap: factor out a iomap_writepage_map_block helper
Christoph Hellwig
1
-27
/
+43
2024-02-01
iomap: only call mapping_set_error once for each failed bio
Christoph Hellwig
1
-13
/
+14
2024-02-01
iomap: don't chain bios
Christoph Hellwig
1
-67
/
+23
2024-02-01
iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
Christoph Hellwig
1
-14
/
+11
2024-02-01
iomap: clean up the iomap_alloc_ioend calling convention
Christoph Hellwig
1
-6
/
+5
2024-02-01
iomap: move all remaining per-folio logic into iomap_writepage_map
Christoph Hellwig
1
-23
/
+11
2024-02-01
iomap: factor out a iomap_writepage_handle_eof helper
Christoph Hellwig
1
-66
/
+62
[next]