This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2f2fce3d5357 Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.co [...] new 50a4952fd67b Updated locking documentation for transaction_t new 7b721e6d334c ext4: remove redundant operation that set bh to NULL new 46bac5352929 ext4: remove the null check of bio_vec page new face525ecb30 ext4: remove redundant assignment of variable ex new f177ee0882af ext4: add helpers for checking whether quota can be enable [...] new ca9b404ff137 ext4: print quota journalling mode on (re-)mount new 837c23fbc1b8 ext4: use ASSERT() to replace J_ASSERT() new 6bd97bf273bd ext4: remove redundant mb_regenerate_buddy() new ce3cca337401 ext4: simplify the code of mb_find_order_for_block new 8041ac642a1b ext4: update ext4_data_block_valid related comments new 41fca96e635b ext4: delete nonsensical (commented-out) code inside ext4_ [...] new cca415537244 ext4: fix a memory leak of ext4_free_data new c9200760da8a ext4: check for invalid block size early when mounting a f [...] new bc18546bf68e ext4: fix an IS_ERR() vs NULL check new 03505c58b86a ext4: remove the unused EXT4_CURRENT_REV macro new b1b7dce3f09b ext4: add docs about fast commit idempotence new 5a150bdec7dc ext4: fix fall-through warnings for Clang new 941ba122ca56 ext4: make fast_commit.h byte identical with e2fsprogs/fas [...] new 9bd23c31f392 jbd2: add a helper to find out number of fast commit blocks new 46e294efc355 ext4: fix deadlock with fs freezing and EA inodes new b08070eca9e2 ext4: don't remount read-only with errors=continue on reboot new 81414b4dd48f ext4: remove redundant sb checksum recomputation new 93c20bc3eafb ext4: standardize error message in ext4_protect_reserved_inode() new 014c9caa29d3 ext4: make ext4_abort() use __ext4_error() new 4067662388f9 ext4: move functions in super.c new 02a7780e4d2f ext4: simplify ext4 error translation new c92dc856848f ext4: defer saving error info from atomic context new 82ef1370b0c1 ext4: avoid s_mb_prefetch to be zero in individual scenarios new be993933d2e9 ext4: remove unnecessary wbc parameter from ext4_bio_write_page new 555a6e8c11e6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm [...] new 7e9028571651 docs: submitting-patches: Trivial - fix grammatical error new 27ab873e0ca6 Documentation: process: Correct numbering new 9bf19b78a203 Documentation/submitting-patches: Document the SoB chain new c635b0cea6b8 docs: admin-guide: Fix default value of max_map_count in s [...] new 71c5f03154ac Merge tag 'docs-5.11-2' of git://git.lwn.net/linux
The 35 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/admin-guide/sysctl/vm.rst | 2 +- Documentation/filesystems/ext4/journal.rst | 50 ++++ Documentation/process/submit-checklist.rst | 24 +- Documentation/process/submitting-patches.rst | 8 +- fs/ext4/balloc.c | 2 +- fs/ext4/block_validity.c | 16 +- fs/ext4/ext4.h | 77 +++-- fs/ext4/ext4_jbd2.c | 4 +- fs/ext4/ext4_jbd2.h | 9 +- fs/ext4/extents.c | 5 +- fs/ext4/fast_commit.c | 99 ++++--- fs/ext4/fast_commit.h | 78 +++-- fs/ext4/fsync.c | 2 +- fs/ext4/indirect.c | 4 +- fs/ext4/inode.c | 35 ++- fs/ext4/mballoc.c | 39 +-- fs/ext4/namei.c | 12 +- fs/ext4/page-io.c | 5 +- fs/ext4/super.c | 422 +++++++++++++-------------- fs/ext4/xattr.c | 1 - fs/jbd2/journal.c | 8 +- include/linux/jbd2.h | 14 +- 22 files changed, 524 insertions(+), 392 deletions(-)