--- Dmitry Monakhov (6): ext4: Fix error handling after filesystem abort jbd2: make shure that we do not miss aborted state jbd2: raid amnesia protection for the journal ext4: add mfsync support ext4: add generic uevent infrastructure ext4: send abort uevent on ext4 journal abort
Kirill Tkhai (2): ve/ext3: treat panic_on_errors as remount-ro_on_errors in CTs ext4: make data=writeback mode safe Konstantin Khorenko (4): ve/fs/namespace: allow submounts in non-init userns Kconfig.openvz: force CGROUP_PERF if compiling VZ Containers code ext4: don't iterate over sbi->s_es_list more than the number of elements ms/Revert "ext4: simplify kobject usage" fs/ext4/ext4.h | 20 ++++++ fs/ext4/extents_status.c | 8 ++ fs/ext4/fsync.c | 108 ++++++++++++++++++++++++++++++ fs/ext4/inode.c | 11 ++- fs/ext4/ioctl.c | 60 +++++++++++++++++ fs/ext4/super.c | 155 ++++++++++++++++++++++++++++++++++++++++++- fs/ext4/sysfs.c | 43 +++++++++--- fs/jbd2/journal.c | 3 - fs/jbd2/recovery.c | 77 +++++++++++++++++++++ fs/namespace.c | 25 +++++++ include/trace/events/ext4.h | 54 +++++++++++++++ kernel/Kconfig.openvz | 1 12 files changed, 544 insertions(+), 21 deletions(-) -- Signed-off-by: Kirill Tkhai <ktk...@virtuozzo.com> _______________________________________________ Devel mailing list Devel@openvz.org https://lists.openvz.org/mailman/listinfo/devel