Xionia recovery will put it in ext3. While in recovery, use adb shell and you can change it into ext4 with
tune2fs -O extents,uninit_bg,dir_index /dev/block/mmcblk0p2
Also, you will need to edit /etc/fstab to change the ext3 to ext4 on this partition.