Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_linus

The pull contains some small fixes and improvements in error handling for
UDF. Bundled is also one ext3 coding style fix and a fix in quota
documentation.

Top of the tree is 792352cb160e. The full shortlog is:

Adir Kuhn (1):
      fs: ext3: super: fixed a space coding style issue

Dan Carpenter (1):
      udf: fix udf_load_pvoldesc()

Fabian Frederick (9):
      udf: Return -ENOMEM when allocation fails in udf_get_filename()
      udf: remove unnecessary test in udf_build_ustr_exact()
      udf: unicode: update function name in comments
      udf: improve error management in udf_CS0toUTF8()
      udf: improve error management in udf_CS0toNLS()
      udf: bug on exotic flag in udf_get_filename()
      udf: Make udf_get_filename() return error instead of 0 length file name
      udf: Return error from udf_find_entry()
      udf: remove double err declaration in udf_file_write_iter()

Jan Kara (1):
      quota: Update documentation

NeilBrown (1):
      UDF: support NFSv2 export

The diffstat is

 Documentation/filesystems/quota.txt |  5 +-
 fs/ext3/super.c                     |  2 +-
 fs/udf/dir.c                        |  2 +-
 fs/udf/file.c                       |  2 -
 fs/udf/namei.c                      | 95 ++++++++++++++++++++++++++++---------
 fs/udf/super.c                      | 26 ++++++----
 fs/udf/symlink.c                    |  3 ++
 fs/udf/unicode.c                    | 49 ++++++++++---------
 8 files changed, 124 insertions(+), 60 deletions(-)

                                                        Thanks
                                                                Honza
-- 
Jan Kara <j...@suse.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to