All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] btrfs-progs: extent buffer related refactor and cleanup
@ 2018-03-30  5:48 Qu Wenruo
  2018-03-30  5:48 ` [PATCH v2 1/5] btrfs-progs: extent_io: Fix NULL pointer dereference in free_extent_buffer_final() Qu Wenruo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Qu Wenruo @ 2018-03-30  5:48 UTC (permalink / raw)
  To: linux-btrfs

The patchset can be fetched from github:
https://github.com/adam900710/btrfs-progs/tree/eb_cleanup

Just like kernel cleanup and refactors, this patchset will embed
btrfs_fs_info structure into extent_buffer.

And fixes several possible NULL pointer dereference (although not
utilized in btrfs-progs yet).

Changelog:
v2:
  Embarrassingly, I forgot to install reiserfsprogs in my development
  machine, so the 3rd patch lacks one call site in
  convert/source-reiserfs.c.

Qu Wenruo (5):
  btrfs-progs: extent_io: Fix NULL pointer dereference in
    free_extent_buffer_final()
  btrfs-progs: extent_io: Init eb->lru to avoid NULL pointer dereference
  btrfs-progs: extent_io: Refactor alloc_extent_buffer() to follow
    kernel parameters
  btrfs-progs: Unify btrfs_leaf_free_psace() parameter with kernel
  btrfs-progs: print-tree: Remove btrfs_root parameter

 btrfs-corrupt-block.c     |  2 +-
 check/main.c              |  2 +-
 check/mode-lowmem.c       |  2 +-
 cmds-inspect-dump-tree.c  | 31 ++++++++++------------
 convert/source-reiserfs.c |  3 +--
 ctree.c                   | 65 +++++++++++++++++++++++++----------------------
 ctree.h                   |  3 ++-
 disk-io.c                 |  3 +--
 extent-tree.c             |  8 +++---
 extent_io.c               | 17 ++++++++-----
 extent_io.h               |  3 ++-
 print-tree.c              | 20 ++++++++-------
 print-tree.h              |  4 +--
 13 files changed, 85 insertions(+), 78 deletions(-)

-- 
2.16.3


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30  5:48 [PATCH v2 0/5] btrfs-progs: extent buffer related refactor and cleanup Qu Wenruo
2018-03-30  5:48 ` [PATCH v2 1/5] btrfs-progs: extent_io: Fix NULL pointer dereference in free_extent_buffer_final() Qu Wenruo
2018-03-30  5:48 ` [PATCH v2 2/5] btrfs-progs: extent_io: Init eb->lru to avoid NULL pointer dereference Qu Wenruo
2018-03-30  5:48 ` [PATCH v2 3/5] btrfs-progs: extent_io: Refactor alloc_extent_buffer() to follow kernel parameters Qu Wenruo
2018-03-30  5:48 ` [PATCH v2 4/5] btrfs-progs: Unify btrfs_leaf_free_psace() parameter with kernel Qu Wenruo
2018-03-30  5:48 ` [PATCH v2 5/5] btrfs-progs: print-tree: Remove btrfs_root parameter Qu Wenruo
2018-03-30  7:01 ` [PATCH v2 0/5] btrfs-progs: extent buffer related refactor and cleanup Lu Fengqi
2018-04-09 14:54 ` David Sterba

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.