This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 531d29b0b674 Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pu [...] new a805c111650c iomap: fix WARN_ON_ONCE() from unprivileged users new c114bbc6c423 iomap: Fix direct I/O write consistency check new e6e7ca92623a iomap: Clear page error before beginning a write new 14284fedf59f iomap: Mark read blocks uptodate in write_begin new 6cc19c5fad09 iomap: Use round_down/round_up macros in __iomap_write_begin new 7ed3cd1a69e3 iomap: Fix misplaced page flushing new 24addd848a45 fs: Introduce i_blocks_per_page new a6901d4d148d iomap: Use kzalloc to allocate iomap_page new b21866f514cb iomap: Use bitmap ops to set uptodate bits new 0a195b91e899 iomap: Support arbitrarily many blocks per page new 7d636676d284 iomap: Convert read_count to read_bytes_pending new 0fb2d7209d66 iomap: Convert write_count to write_bytes_pending new e25ba8cbfd16 iomap: Convert iomap_write_end types new 81ee8e52a71c iomap: Change calling convention for zeroing new 4595a298d556 iomap: Set all uptodate bits for an Uptodate page new c3d4ed1abecf iomap: Allow filesystem to call iomap_dio_complete without [...] new 1a31182edd00 iomap: Call inode_dio_end() before generic_write_sync() new 37187df45af7 Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/dax.c | 13 ++-- fs/iomap/buffered-io.c | 194 ++++++++++++++++++++---------------------------- fs/iomap/direct-io.c | 49 +++++++++--- fs/jfs/jfs_metapage.c | 2 +- fs/xfs/xfs_aops.c | 2 +- include/linux/dax.h | 3 +- include/linux/iomap.h | 5 ++ include/linux/pagemap.h | 16 ++++ 8 files changed, 150 insertions(+), 134 deletions(-)