All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12 linux-next] udf: clean-up
@ 2017-01-06 20:53 Fabian Frederick
  2017-01-06 20:53 ` [PATCH 01/12 linux-next] udf: use __packed instead of __attribute__ ((packed)) Fabian Frederick
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Fabian Frederick @ 2017-01-06 20:53 UTC (permalink / raw)
  To: Jan Kara; +Cc: fabf, linux-kernel, linux-fsdevel

This small patchset does some clean-up in UDF branch

Fabian Frederick (12):
  udf: use __packed instead of __attribute__ ((packed))
  udf: use pointer for kernel_long_ad argument
  udf: merge bh free
  udf: remove unneeded line break
  udf: remove empty condition
  udf: add udf_ajust_time
  udf: store allocation offset in udf_prealloc_extents()
  udf: remove next_epos from udf_update_extent_cache()
  udf: merge module informations in super.c
  udf: atomically read inode size
  udf: replace 0xFFFFFFFF by ~0
  udf: check partition reference in udf_read_inode()

 fs/udf/balloc.c    |   6 +--
 fs/udf/ecma_167.h  |  98 +++++++++++++++++++--------------------
 fs/udf/inode.c     | 133 +++++++++++++++++++++++------------------------------
 fs/udf/lowlevel.c  |   2 +-
 fs/udf/misc.c      |   8 ++--
 fs/udf/osta_udf.h  |  34 +++++++-------
 fs/udf/partition.c |  20 ++++----
 fs/udf/super.c     |  42 +++++++++--------
 8 files changed, 163 insertions(+), 180 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-01-10 11:00 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06 20:53 [PATCH 00/12 linux-next] udf: clean-up Fabian Frederick
2017-01-06 20:53 ` [PATCH 01/12 linux-next] udf: use __packed instead of __attribute__ ((packed)) Fabian Frederick
2017-01-10 10:29   ` Jan Kara
2017-01-06 20:53 ` [PATCH 02/12 linux-next] udf: use pointer for kernel_long_ad argument Fabian Frederick
2017-01-10 10:33   ` Jan Kara
2017-01-06 20:53 ` [PATCH 03/12 linux-next] udf: merge bh free Fabian Frederick
2017-01-10 10:36   ` Jan Kara
2017-01-06 20:53 ` [PATCH 04/12 linux-next] udf: remove unneeded line break Fabian Frederick
2017-01-10 10:37   ` Jan Kara
2017-01-06 20:53 ` [PATCH 05/12 linux-next] udf: remove empty condition Fabian Frederick
2017-01-10 10:37   ` Jan Kara
2017-01-06 20:53 ` [PATCH 06/12 linux-next] udf: add udf_ajust_time Fabian Frederick
2017-01-10 10:44   ` Jan Kara
2017-01-06 20:53 ` [PATCH 07/12 linux-next] udf: store allocation offset in udf_prealloc_extents() Fabian Frederick
2017-01-10 10:53   ` Jan Kara
2017-01-06 20:53 ` [PATCH 08/12 linux-next] udf: remove next_epos from udf_update_extent_cache() Fabian Frederick
2017-01-10 10:55   ` Jan Kara
2017-01-06 20:53 ` [PATCH 09/12 linux-next] udf: merge module informations in super.c Fabian Frederick
2017-01-10 10:55   ` Jan Kara
2017-01-06 20:54 ` [PATCH 10/12 linux-next] udf: atomically read inode size Fabian Frederick
2017-01-06 20:54   ` [PATCH 11/12 linux-next] udf: replace 0xFFFFFFFF by ~0 Fabian Frederick
2017-01-06 20:54   ` [PATCH 12/12 linux-next] udf: check partition reference in udf_read_inode() Fabian Frederick
2017-01-10 10:59     ` Jan Kara
2017-01-10 10:57   ` [PATCH 10/12 linux-next] udf: atomically read inode size Jan Kara
2017-01-10 11:00 ` [PATCH 00/12 linux-next] udf: clean-up 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.