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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20200805091205.GD4117@quack2.suse.cz> Date: Wed, 5 Aug 2020 11:12:05 +0200 From: Jan Kara <jack@...e.cz> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org Subject: [GIT PULL] ext2, udf, reiserfs, quota cleanups and minor fixes for 5.9-rc1 Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.9-rc1 to get a few ext2 fixups and then several (mostly comment and documentation) cleanups in ext2, udf, reiserfs, and quota. Top of the tree is 9436fb4d8993. The full shortlog is: Alexander A. Klimov (2): Replace HTTP links with HTTPS ones: DISKQUOTA udf: Replace HTTP links with HTTPS ones Chengguang Xu (4): ext2: fix improper assignment for e_value_offs ext2: remove nocheck option ext2: fix some incorrect comments in inode.c ext2: initialize quota info in ext2_xattr_set() Jan Kara (1): quota: Fixup http links in quota doc Mikulas Patocka (1): ext2: fix missing percpu_counter_inc Randy Dunlap (4): ext2: ext2.h: fix duplicated word + typos reiserfs: reiserfs.h: delete a duplicated word udf: osta_udf.h: delete a duplicated word reiserfs: delete duplicated words zhangyi (F) (2): ext2: propagate errors up to ext2_find_entry()'s callers ext2: ext2_find_entry() return -ENOENT if no entry found The diffstat is Documentation/filesystems/quota.rst | 12 ++++---- Documentation/filesystems/udf.rst | 2 +- fs/ext2/dir.c | 55 ++++++++++++++++++------------------- fs/ext2/ext2.h | 8 +++--- fs/ext2/ialloc.c | 3 +- fs/ext2/inode.c | 7 ++--- fs/ext2/namei.c | 39 ++++++++++++++++---------- fs/ext2/super.c | 10 +------ fs/ext2/xattr.c | 6 +++- fs/quota/Kconfig | 2 +- fs/reiserfs/dir.c | 8 +++--- fs/reiserfs/fix_node.c | 4 +-- fs/reiserfs/journal.c | 2 +- fs/reiserfs/reiserfs.h | 2 +- fs/reiserfs/xattr_acl.c | 2 +- fs/udf/ecma_167.h | 2 +- fs/udf/osta_udf.h | 2 +- fs/udf/super.c | 4 +-- 18 files changed, 86 insertions(+), 84 deletions(-) Thanks Honza -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists