• Linus Torvalds's avatar
    Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · f41683a2
    Linus Torvalds authored
    Pull ext4 fixes from Ted Ts'o:
     "Ext4 bug fixes for v4.4, including fixes for post-2038 time encodings,
      some endian conversion problems with ext4 encryption, potential memory
      leaks after truncate in data=journal mode, and an ocfs2 regression
      caused by a jbd2 performance improvement"
    
    * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
      jbd2: fix null committed data return in undo_access
      ext4: add "static" to ext4_seq_##name##_fops struct
      ext4: fix an endianness bug in ext4_encrypted_follow_link()
      ext4: fix an endianness bug in ext4_encrypted_zeroout()
      jbd2: Fix unreclaimed pages after truncate in data=journal mode
      ext4: Fix handling of extended tv_sec
    f41683a2
transaction.c 78.7 KB