All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] BTRFS: Adjustments for several function implementations
@ 2017-08-20 20:16 ` SF Markus Elfring
  0 siblings, 0 replies; 22+ messages in thread
From: SF Markus Elfring @ 2017-08-20 20:16 UTC (permalink / raw)
  To: linux-btrfs, Chris Mason, David Sterba, Josef Bacik; +Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 20 Aug 2017 22:11:33 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (4):
  Delete an error message for a failed memory allocation in btrfsic_process_superblock()
  Adjust 32 checks for null pointers
  Improve eight size determinations
  Delete an unnecessary variable initialisation in tree_mod_log_eb_copy()

 fs/btrfs/check-integrity.c |  4 +---
 fs/btrfs/ctree.c           | 16 +++++++---------
 fs/btrfs/delayed-inode.c   |  4 ++--
 fs/btrfs/extent-tree.c     |  2 +-
 fs/btrfs/extent_io.c       |  2 +-
 fs/btrfs/inode.c           |  4 ++--
 fs/btrfs/lzo.c             |  4 ++--
 fs/btrfs/qgroup.c          |  6 +++---
 fs/btrfs/raid56.c          |  2 +-
 fs/btrfs/reada.c           |  4 ++--
 fs/btrfs/scrub.c           | 12 ++++++------
 fs/btrfs/super.c           |  2 +-
 fs/btrfs/transaction.c     |  2 +-
 fs/btrfs/tree-log.c        |  4 ++--
 fs/btrfs/volumes.c         | 14 +++++++-------
 fs/btrfs/xattr.c           |  2 +-
 fs/btrfs/zlib.c            |  4 ++--
 17 files changed, 42 insertions(+), 46 deletions(-)

-- 
2.14.0


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

end of thread, other threads:[~2017-08-21 14:24 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-20 20:16 [PATCH 0/4] BTRFS: Adjustments for several function implementations SF Markus Elfring
2017-08-20 20:16 ` SF Markus Elfring
2017-08-20 20:17 ` [PATCH 1/4] btrfs: Delete an error message for a failed memory allocation in btrfsic_process_superbl SF Markus Elfring
2017-08-20 20:17   ` [PATCH 1/4] btrfs: Delete an error message for a failed memory allocation in btrfsic_process_superblock() SF Markus Elfring
2017-08-20 20:18 ` [PATCH 2/4] btrfs: Adjust 32 checks for null pointers SF Markus Elfring
2017-08-20 20:18   ` SF Markus Elfring
2017-08-21 10:43   ` Timofey Titovets
2017-08-21 10:43     ` Timofey Titovets
2017-08-21 13:27     ` SF Markus Elfring
2017-08-21 13:27       ` SF Markus Elfring
2017-08-21 14:23       ` Timofey Titovets
2017-08-21 14:23         ` Timofey Titovets
2017-08-20 20:19 ` [PATCH 3/4] btrfs: Improve eight size determinations SF Markus Elfring
2017-08-20 20:19   ` SF Markus Elfring
2017-08-21  9:20   ` Timofey Titovets
2017-08-21  9:20     ` Timofey Titovets
2017-08-20 20:20 ` [PATCH 4/4] btrfs: Delete an unnecessary variable initialisation in tree_mod_log_eb_copy() SF Markus Elfring
2017-08-20 20:20   ` SF Markus Elfring
2017-08-21 10:50   ` Timofey Titovets
2017-08-21 10:50     ` Timofey Titovets
2017-08-21 13:30     ` SF Markus Elfring
2017-08-21 13:30       ` SF Markus Elfring

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.