linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] staging: erofs: error handing and more tracepoints
@ 2018-09-18 14:25 Gao Xiang
  2018-09-18 14:25 ` [PATCH v2 1/8] staging: erofs: fix a missing endian conversion Gao Xiang
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Gao Xiang @ 2018-09-18 14:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel
  Cc: LKML, linux-erofs, Chao Yu, Miao Xie, weidu.du, Dan Carpenter, Gao Xiang

change log v2:
  - fix a gcc warning reported by Greg for the patch
        staging: erofs: clean up z_erofs_map_blocks_iter


In order to avoid conflicts with cleanup patches, Chao and I think
it is better to send reviewed preview patches in the erofs mailing list
to the community in time.

So here is reviewed & tested patches right now, which clean up and
enhance the error handing and add some tracepoints for decompression.

Note that in this patchset, bare use of 'unsigned' and NULL comparison are
also fixed compared with the preview patches according to the previous
discussion in the staging mailing list.

Thanks,
Gao Xiang

Chen Gong (2):
  staging: erofs: add trace points for reading zipped data
  staging: erofs: replace BUG_ON with DBG_BUGON in data.c

Gao Xiang (6):
  staging: erofs: fix a missing endian conversion
  staging: erofs: clean up z_erofs_map_blocks_iter
  staging: erofs: complete error handing of z_erofs_map_blocks_iter
  staging: erofs: fix a bug when appling cache strategy
  staging: erofs: complete error handing of z_erofs_do_read_page
  staging: erofs: avoid magic constants when initializing clusterbits

 drivers/staging/erofs/data.c                       |  31 ++--
 drivers/staging/erofs/include/trace/events/erofs.h |  20 ++-
 drivers/staging/erofs/super.c                      |   5 +-
 drivers/staging/erofs/unzip_vle.c                  | 196 +++++++++++++--------
 4 files changed, 163 insertions(+), 89 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2018-09-18 14:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18 14:25 [PATCH v2 0/8] staging: erofs: error handing and more tracepoints Gao Xiang
2018-09-18 14:25 ` [PATCH v2 1/8] staging: erofs: fix a missing endian conversion Gao Xiang
2018-09-18 14:25 ` [PATCH v2 2/8] staging: erofs: clean up z_erofs_map_blocks_iter Gao Xiang
2018-09-18 14:25 ` [PATCH v2 3/8] staging: erofs: complete error handing of z_erofs_map_blocks_iter Gao Xiang
2018-09-18 14:25 ` [PATCH v2 4/8] staging: erofs: fix a bug when appling cache strategy Gao Xiang
2018-09-18 14:27 ` [PATCH v2 5/8] staging: erofs: complete error handing of z_erofs_do_read_page Gao Xiang
2018-09-18 14:27   ` [PATCH v2 6/8] staging: erofs: avoid magic constants when initializing clusterbits Gao Xiang
2018-09-18 14:27   ` [PATCH v2 7/8] staging: erofs: add trace points for reading zipped data Gao Xiang
2018-09-18 14:27   ` [PATCH v2 8/8] staging: erofs: replace BUG_ON with DBG_BUGON in data.c Gao Xiang
2018-09-18 14:36 ` [PATCH v2 0/8] staging: erofs: error handing and more tracepoints Greg Kroah-Hartman
2018-09-18 14:38   ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).