All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/9 linux-next] udf: improve error management
@ 2015-04-08 19:23 Fabian Frederick
  2015-04-08 19:23 ` [PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails Fabian Frederick
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Fabian Frederick @ 2015-04-08 19:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jan Kara, Fabian Frederick

This small patchset tries to solve error management in udf
unicode and callsites.

Thanks a lot to Jan Kara for all suggestions and code reviewing !

V2:
	-Cc to lkml
	-Patch 2 and 8 updated (See commit log)
	-Adding patch 9

Of course this patchset would need extended testing.

Fabian Frederick (9):
  udf: udf_get_filename(): return -ENOMEM when allocation fails
  udf: remove unneccessary 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: return error when newIndex is 0 in udf_translate_to_linux()
  udf: propagate udf_get_filename() errors
  udf: add function definition for udf_find_entry()

 fs/udf/dir.c     |  2 +-
 fs/udf/namei.c   | 85 +++++++++++++++++++++++++++++++++++++++++++-------------
 fs/udf/super.c   | 23 +++++++++------
 fs/udf/symlink.c |  3 ++
 fs/udf/unicode.c | 52 +++++++++++++++++-----------------
 5 files changed, 109 insertions(+), 56 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-04-09 11:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08 19:23 [PATCH V2 0/9 linux-next] udf: improve error management Fabian Frederick
2015-04-08 19:23 ` [PATCH V2 1/9 linux-next] udf: udf_get_filename(): return -ENOMEM when allocation fails Fabian Frederick
2015-04-09  8:21   ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 2/9 linux-next] udf: remove unnecessary test in udf_build_ustr_exact() Fabian Frederick
2015-04-09  8:25   ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 3/9 linux-next] udf: unicode: update function name in comments Fabian Frederick
2015-04-09  8:26   ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 4/9 linux-next] udf: improve error management in udf_CS0toUTF8() Fabian Frederick
2015-04-09  8:36   ` Jan Kara
2015-04-09 11:53     ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 5/9 linux-next] udf: improve error management in udf_CS0toNLS() Fabian Frederick
2015-04-09  8:37   ` Jan Kara
2015-04-09 11:54     ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 6/9 linux-next] udf: bug on exotic flag in udf_get_filename() Fabian Frederick
2015-04-09  8:39   ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 7/9 linux-next] udf: return error when newIndex is 0 in udf_translate_to_linux() Fabian Frederick
2015-04-09  8:51   ` Jan Kara
2015-04-09 11:55     ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 8/9 linux-next] udf: propagate udf_get_filename() errors Fabian Frederick
2015-04-09  9:27   ` Jan Kara
2015-04-08 19:23 ` [PATCH V2 9/9 linux-next] udf: add function definition for udf_find_entry() Fabian Frederick
2015-04-09  9:26   ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.