• Linus Torvalds's avatar
    Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · 71300980
    Linus Torvalds authored
    Pull ext4 updates from Ted Ts'o:
     "Add support for the CSUM_SEED feature which will allow future
      userspace utilities to change the file system's UUID without rewriting
      all of the file system metadata.
    
      A number of miscellaneous fixes, the most significant of which are in
      the ext4 encryption support.  Anyone wishing to use the encryption
      feature should backport all of the ext4 crypto patches up to 4.4 to
      get fixes to a memory leak and file system corruption bug.
    
      There are also cleanups in ext4's feature test macros and in ext4's
      sysfs support code"
    
    * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (26 commits)
      fs/ext4: remove unnecessary new_valid_dev check
      ext4: fix abs() usage in ext4_mb_check_group_pa
      ext4: do not allow journal_opts for fs w/o journal
      ext4: explicit mount options parsing cleanup
      ext4, jbd2: ensure entering into panic after recording an error in superblock
      [PATCH] fix calculation of meta_bg descriptor backups
      ext4: fix potential use after free in __ext4_journal_stop
      jbd2: fix checkpoint list cleanup
      ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc
      ext4: make the bitmap read routines return real error codes
      jbd2: clean up feature test macros with predicate functions
      ext4: clean up feature test macros with predicate functions
      ext4: call out CRC and corruption errors with specific error codes
      ext4: store checksum seed in superblock
      ext4: reserve code points for the project quota feature
      ext4: promote ext4 over ext2 in the default probe order
      jbd2: gate checksum calculations on crc driver presence, not sb flags
      ext4: use private version of page_zero_new_buffers() for data=journal mode
      ext4 crypto: fix bugs in ext4_encrypted_zeroout()
      ext4 crypto: replace some BUG_ON()'s with error checks
      ...
    71300980
crypto_key.c 7.13 KB