index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
iomap
/
buffered-io.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iomap: iomap_read_inline_data cleanup
Andreas Gruenbacher
2021-11-24
1
-16
/
+15
*
iomap: Fix inline extent handling in iomap_readpage
Andreas Gruenbacher
2021-11-22
1
-2
/
+9
*
iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
Andreas Gruenbacher
2021-10-18
1
-1
/
+1
*
iomap: constify iomap_iter_srcmap
Christoph Hellwig
2021-08-17
1
-19
/
+19
*
iomap: rework unshare flag
Christoph Hellwig
2021-08-17
1
-14
/
+9
*
iomap: pass an iomap_iter to various buffered I/O helpers
Christoph Hellwig
2021-08-17
1
-71
/
+66
*
iomap: switch iomap_page_mkwrite to use iomap_iter
Christoph Hellwig
2021-08-17
1
-22
/
+17
*
iomap: switch iomap_zero_range to use iomap_iter
Christoph Hellwig
2021-08-17
1
-18
/
+18
*
iomap: switch iomap_file_unshare to use iomap_iter
Christoph Hellwig
2021-08-17
1
-17
/
+18
*
iomap: switch iomap_file_buffered_write to use iomap_iter
Christoph Hellwig
2021-08-17
1
-24
/
+25
*
iomap: switch readahead and readpage to use iomap_iter
Christoph Hellwig
2021-08-17
1
-43
/
+37
*
iomap: fix the iomap_readpage_actor return value for inline data
Christoph Hellwig
2021-08-17
1
-2
/
+2
*
iomap: mark the iomap argument to iomap_read_page_sync const
Christoph Hellwig
2021-08-17
1
-1
/
+1
*
iomap: mark the iomap argument to iomap_read_inline_data const
Christoph Hellwig
2021-08-17
1
-1
/
+1
*
iomap: remove the iomap arguments to ->page_{prepare,done}
Christoph Hellwig
2021-08-17
1
-3
/
+3
*
iomap: pass writeback errors to the mapping
Darrick J. Wong
2021-08-16
1
-1
/
+1
*
iomap: Add another assertion to inline data handling
Matthew Wilcox (Oracle)
2021-08-05
1
-0
/
+2
*
iomap: Use kmap_local_page instead of kmap_atomic
Matthew Wilcox (Oracle)
2021-08-05
1
-5
/
+5
*
iomap: Fix some typos and bad grammar
Andreas Gruenbacher
2021-08-03
1
-36
/
+36
*
iomap: Support inline data with block size < page size
Matthew Wilcox (Oracle)
2021-08-03
1
-18
/
+16
*
iomap: support reading inline data from non-zero pos
Gao Xiang
2021-08-03
1
-12
/
+30
*
iomap: simplify iomap_add_to_ioend
Christoph Hellwig
2021-08-03
1
-12
/
+5
*
iomap: simplify iomap_readpage_actor
Christoph Hellwig
2021-08-03
1
-12
/
+4
*
iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor
Andreas Gruenbacher
2021-07-15
1
-1
/
+0
*
iomap: Don't create iomap_page objects for inline files
Andreas Gruenbacher
2021-07-15
1
-1
/
+3
*
iomap: Permit pages without an iop to enter writeback
Andreas Gruenbacher
2021-07-15
1
-2
/
+1
*
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-07-03
1
-20
/
+15
|
\
|
*
iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...
Al Viro
2021-06-10
1
-7
/
+7
|
*
generic_perform_write()/iomap_write_actor(): saner logics for short copy
Al Viro
2021-06-02
1
-15
/
+10
*
|
iomap: use __set_page_dirty_nobuffers
Matthew Wilcox (Oracle)
2021-06-29
1
-26
/
+1
*
|
mm/filemap: fix readahead return types
Matthew Wilcox (Oracle)
2021-05-15
1
-2
/
+2
|
/
*
iomap: remove unused private field from ioend
Brian Foster
2021-05-04
1
-6
/
+1
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-04-09
1
-1
/
+2
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-2
/
+2
*
Merge tag 'xfs-5.12-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-28
1
-7
/
+0
|
\
|
*
xfs: use current->journal_info for detecting transaction recursion
Dave Chinner
2021-02-25
1
-7
/
+0
*
|
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-26
1
-2
/
+2
|
/
*
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
2020-12-03
1
-1
/
+1
*
iomap: clean up writeback state logic on writepage error
Brian Foster
2020-11-04
1
-13
/
+2
*
iomap: support partial page discard on writeback block mapping failure
Brian Foster
2020-11-04
1
-7
/
+8
*
iomap: Set all uptodate bits for an Uptodate page
Matthew Wilcox (Oracle)
2020-09-28
1
-0
/
+2
*
iomap: Change calling convention for zeroing
Matthew Wilcox (Oracle)
2020-09-21
1
-18
/
+15
*
iomap: Convert iomap_write_end types
Matthew Wilcox (Oracle)
2020-09-21
1
-19
/
+12
*
iomap: Convert write_count to write_bytes_pending
Matthew Wilcox (Oracle)
2020-09-21
1
-9
/
+10
*
iomap: Convert read_count to read_bytes_pending
Matthew Wilcox (Oracle)
2020-09-21
1
-29
/
+12
*
iomap: Support arbitrarily many blocks per page
Matthew Wilcox (Oracle)
2020-09-21
1
-5
/
+17
*
iomap: Use bitmap ops to set uptodate bits
Matthew Wilcox (Oracle)
2020-09-21
1
-10
/
+2
*
iomap: Use kzalloc to allocate iomap_page
Matthew Wilcox (Oracle)
2020-09-21
1
-9
/
+1
*
fs: Introduce i_blocks_per_page
Matthew Wilcox (Oracle)
2020-09-21
1
-4
/
+4
*
iomap: Fix misplaced page flushing
Matthew Wilcox (Oracle)
2020-09-21
1
-2
/
+1
[next]