index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
iomap
/
buffered-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-28
iomap: Spelling s/preceeding/preceding/g
Geert Uytterhoeven
1
-1
/
+1
2023-09-19
iomap: convert iomap_unshare_iter to use large folios
Darrick J. Wong
1
-10
/
+14
2023-09-18
iomap: don't skip reading in !uptodate folios when unsharing a range
Darrick J. Wong
1
-2
/
+4
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-08-02
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
1
-1
/
+1
2023-07-25
iomap: Add per-block dirty state tracking to improve performance
Ritesh Harjani (IBM)
1
-11
/
+150
2023-07-25
iomap: Allocate ifs in ->write_begin() early
Ritesh Harjani (IBM)
1
-2
/
+11
2023-07-25
iomap: Refactor iomap_write_delalloc_punch() function out
Ritesh Harjani (IBM)
1
-20
/
+34
2023-07-25
iomap: Use iomap_punch_t typedef
Ritesh Harjani (IBM)
1
-5
/
+4
2023-07-25
iomap: Fix possible overflow condition in iomap_write_delalloc_scan
Ritesh Harjani (IBM)
1
-1
/
+1
2023-07-25
iomap: Add some uptodate state handling helpers for ifs state bitmap
Ritesh Harjani (IBM)
1
-8
/
+20
2023-07-25
iomap: Drop ifs argument from iomap_set_range_uptodate()
Ritesh Harjani (IBM)
1
-34
/
+33
2023-07-25
iomap: Rename iomap_page to iomap_folio_state and others
Ritesh Harjani (IBM)
1
-77
/
+70
2023-07-24
iomap: Copy larger chunks from userspace
Matthew Wilcox (Oracle)
1
-15
/
+17
2023-07-24
iomap: Create large folios in the buffered write path
Matthew Wilcox (Oracle)
1
-2
/
+4
2023-07-24
filemap: Add fgf_t typedef
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-07-24
iomap: Remove unnecessary test from iomap_release_folio()
Matthew Wilcox (Oracle)
1
-5
/
+4
2023-07-24
iomap: Remove large folio handling in iomap_invalidate_folio()
Matthew Wilcox (Oracle)
1
-5
/
+0
2023-07-17
iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write
Christoph Hellwig
1
-1
/
+1
2023-07-17
iomap: fix a regression for partial write errors
Christoph Hellwig
1
-1
/
+1
2023-07-02
Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-06-29
fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...
Lu Hongfei
1
-1
/
+1
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+6
2023-06-09
iomap: update ki_pos in iomap_file_buffered_write
Christoph Hellwig
1
-3
/
+6
2023-06-01
fs: iomap: use bio_add_folio_nofail where possible
Johannes Thumshirn
1
-3
/
+3
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-9
/
+2
2023-04-06
fs: Add FGP_WRITEBEGIN
Matthew Wilcox
1
-1
/
+1
2023-04-05
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
1
-9
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2023-02-02
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-3
/
+2
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
1
-10
/
+10
2023-01-18
iomap: Rename page_prepare handler to get_folio
Andreas Gruenbacher
1
-2
/
+2
2023-01-18
iomap: Add __iomap_get_folio helper
Andreas Gruenbacher
1
-4
/
+12
2023-01-18
iomap/gfs2: Get page in page_prepare handler
Andreas Gruenbacher
1
-11
/
+6
2023-01-18
iomap: Add iomap_get_folio helper
Andreas Gruenbacher
1
-9
/
+30
2023-01-18
iomap: Rename page_done handler to put_folio
Andreas Gruenbacher
1
-2
/
+2
2023-01-18
iomap/gfs2: Unlock and put folio in page_done handler
Andreas Gruenbacher
1
-4
/
+4
2023-01-18
iomap: Add __iomap_put_folio helper
Andreas Gruenbacher
1
-12
/
+17
2022-11-29
iomap: write iomap validity checks
Dave Chinner
1
-1
/
+28
2022-11-29
iomap: buffered write failure should not truncate the page cache
Dave Chinner
1
-15
/
+180
2022-11-23
xfs,iomap: move delalloc punching to iomap
Dave Chinner
1
-0
/
+60
2022-10-02
iomap: add a tracepoint for mappings returned by map_blocks
Darrick J. Wong
1
-0
/
+1
2022-10-02
iomap: iomap: fix memory corruption when recording errors during writeback
Darrick J. Wong
1
-1
/
+1
2022-08-11
Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-15
/
+0
2022-08-03
Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-7
/
+8
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-28
/
+0
2022-08-02
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
1
-25
/
+0
2022-07-24
iomap: Return -EAGAIN from iomap_write_iter()
Stefan Roesch
1
-0
/
+4
2022-07-24
iomap: Add async buffered write support
Stefan Roesch
1
-5
/
+28
2022-07-24
iomap: Add flags parameter to iomap_page_create()
Stefan Roesch
1
-10
/
+20
[next]