lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 3 Dec 2019 08:08:56 -0800 From: "Darrick J. Wong" <djwong@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: "Darrick J. Wong" <djwong@...nel.org>, linux-fsdevel@...r.kernel.org, linux-xfs@...r.kernel.org, david@...morbit.com, linux-kernel@...r.kernel.org, sandeen@...deen.net, hch@....de, agruenba@...hat.com, rpeterso@...hat.com, cluster-devel@...hat.com, linux-ext4 <linux-ext4@...r.kernel.org>, Theodore Ts'o <tytso@....edu> Subject: [GIT PULL] iomap: small cleanups for 5.5 Hi Linus, Please pull this series containing some more new iomap code for 5.5. There's not much this time -- just removing some local variables that don't need to exist in the iomap directio code. The branch merges cleanly against this morning's HEAD and survived a few days' worth of xfstests. The merge was completely straightforward, so please let me know if you run into anything weird(er than my dorky tag message). --D The following changes since commit 419e9c38aa075ed0cd3c13d47e15954b686bcdb6: iomap: Fix pipe page leakage during splicing (2019-11-22 08:36:02 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.5-merge-13 for you to fetch changes up to 88cfd30e188fcf6fd8304586c936a6f22fb665e5: iomap: remove unneeded variable in iomap_dio_rw() (2019-11-26 09:28:47 -0800) ---------------------------------------------------------------- New code for 5.5: - Make iomap_dio_rw callers explicitly tell us if they want us to wait - Port the xfs writeback code to iomap to complete the buffered io library functions - Refactor the unshare code to share common pieces - Add support for performing copy on write with buffered writes - Other minor fixes - Fix unchecked return in iomap_bmap - Fix a type casting bug in a ternary statement in iomap_dio_bio_actor - Improve tracepoints for easier diagnostic ability - Fix pipe page leakage in directio reads - Clean up iter usage in directio paths ---------------------------------------------------------------- Jan Kara (1): iomap: Do not create fake iter in iomap_dio_bio_actor() Johannes Thumshirn (1): iomap: remove unneeded variable in iomap_dio_rw() fs/iomap/direct-io.c | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-)
Powered by blists - more mailing lists