• Linus Torvalds's avatar
    Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · b07ce43d
    Linus Torvalds authored
    Pull ext4 updates from Ted Ts'o:
     "Improve performance for ext4 by allowing multiple process to perform
      direct I/O writes to preallocated blocks by using a shared inode lock
      instead of taking an exclusive lock.
    
      In addition, multiple bug fixes and cleanups"
    
    * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
      ext4: fix incorrect options show of original mount_opt and extend mount_opt2
      ext4: Fix possible corruption when moving a directory
      ext4: init error handle resource before init group descriptors
      ext4: fix task hung in ext4_xattr_delete_inode
      jbd2: fix data missing when reusing bh which is ready to be checkpointed
      ext4: update s_journal_inum if it changes after journal replay
      ext4: fail ext4_iget if special inode unallocated
      ext4: fix function prototype mismatch for ext4_feat_ktype
      ext4: remove unnecessary variable initialization
      ext4: fix inode tree inconsistency caused by ENOMEM
      ext4: refuse to create ea block when umounted
      ext4: optimize ea_inode block expansion
      ext4: remove dead code in updating backup sb
      ext4: dio take shared inode lock when overwriting preallocated blocks
      ext4: don't show commit interval if it is zero
      ext4: use ext4_fc_tl_mem in fast-commit replay path
      ext4: improve xattr consistency checking and error reporting
    b07ce43d
ioctl.c 42.4 KB