This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b3a9e3b9622a Linux 5.8-rc1 new ff694ab60c29 fs/ext4: Narrow scope of DAX check in setflags new 6c0d077ff820 fs/ext4: Disallow verity if inode is DAX new fc626fe322f1 fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS new a8ab6d3885ef fs/ext4: Update ext4_should_use_dax() new 043546e46dc7 fs/ext4: Only change S_DAX on inode load new 9cb20f94afcd fs/ext4: Make DAX mount option a tri-state new fcebc7949cd2 fs/ext4: Remove jflag variable new b383a73f2b83 fs/ext4: Introduce DAX inode flag new 15ee65676f1e Documentation/dax: Update DAX enablement for ext4 new 68cd44920d2c Enable ext4 support for per-file/directory dax operations new 829b37b8cddb ext4: avoid race conditions when remounting with options t [...] new cfb3c85a600c ext4: fix partial cluster initialization when splitting extent new 5adaccac46ea ext4: stop overwrite the errcode in ext4_setup_super new 2ce3ee931a09 ext4: avoid utf8_strncasecmp() with unstable name new 811985365378 ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr new 88ee9d571b6d ext4: support xattr gnu.* namespace for the Hurd new 7b97d868b7ab ext4, jbd2: ensure panic by fix a race between jbd2 abort [...] new 3be20b6fc13a Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.o [...]
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: Documentation/filesystems/dax.txt | 6 +- Documentation/filesystems/ext4/verity.rst | 3 + fs/ext4/Makefile | 3 +- fs/ext4/dir.c | 16 ++++ fs/ext4/ext4.h | 27 ++++-- fs/ext4/extents.c | 2 +- fs/ext4/ialloc.c | 2 +- fs/ext4/inode.c | 26 ++++-- fs/ext4/ioctl.c | 65 ++++++++++++--- fs/ext4/mballoc.c | 2 +- fs/ext4/super.c | 124 ++++++++++++++++++++-------- fs/ext4/verity.c | 5 +- fs/ext4/xattr.c | 2 + fs/ext4/xattr.h | 1 + fs/{ext2/xattr_user.c => ext4/xattr_hurd.c} | 28 ++++--- fs/jbd2/journal.c | 17 ++-- include/linux/jbd2.h | 6 +- include/uapi/linux/fs.h | 1 + include/uapi/linux/xattr.h | 4 + 19 files changed, 254 insertions(+), 86 deletions(-) copy fs/{ext2/xattr_user.c => ext4/xattr_hurd.c} (53%)