• Linus Torvalds's avatar
    Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · d8ad2ce8
    Linus Torvalds authored
    Pull ext4 fixes from Ted Ts'o:
     "Various bug fixes for ext4 fast commit and inline data handling.
    
      Also fix regression introduced as part of moving to the new mount API"
    
    * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
      fs/ext4: fix comments mentioning i_mutex
      ext4: fix incorrect type issue during replay_del_range
      jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_{scan,count}()
      ext4: fix potential NULL pointer dereference in ext4_fill_super()
      jbd2: refactor wait logic for transaction updates into a common function
      jbd2: cleanup unused functions declarations from jbd2.h
      ext4: fix error handling in ext4_fc_record_modified_inode()
      ext4: remove redundant max inline_size check in ext4_da_write_inline_data_begin()
      ext4: fix error handling in ext4_restore_inline_data()
      ext4: fast commit may miss file actions
      ext4: fast commit may not fallback for ineligible commit
      ext4: modify the logic of ext4_mb_new_blocks_simple
      ext4: prevent used blocks from being allocated during fast commit replay
    d8ad2ce8
journal.c 89.2 KB