All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] btrfs: inode creation cleanups and fixes
@ 2022-03-15  1:12 Omar Sandoval
  2022-03-15  1:12 ` [PATCH v4 1/4] btrfs: allocate inode outside of btrfs_new_inode() Omar Sandoval
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Omar Sandoval @ 2022-03-15  1:12 UTC (permalink / raw)
  To: linux-btrfs; +Cc: kernel-team

From: Omar Sandoval <osandov@fb.com>

This series contains minor updates of the final four patches of my
previous series [1].

Based on misc-next with the previous version of "btrfs: allocate inode
outside of btrfs_new_inode()" removed.

Changes since v3 [2]:

- Fixed a struct btrfs_root leak [3] in patch 1 which was fixed later in
  the same series by patch 3 for the sake of git bisect.

Changes since v2:

- Mentioned reason for removal of btrfs_lookup_dentry() call in
  create_subvol() in commit message of patch 1.
- Made btrfs_init_inode_security() also take btrfs_new_inode_args in
  patch 2.

Thanks!

1: https://lore.kernel.org/linux-btrfs/cover.1646875648.git.osandov@fb.com/
2: https://lore.kernel.org/linux-btrfs/cover.1647288019.git.osandov@fb.com/
3: https://lore.kernel.org/linux-btrfs/CAL3q7H5ACv3ej1=7P2y7mA1vCJoAcHkCqro6_VBuAUxeaw25rw@mail.gmail.com/

Omar Sandoval (4):
  btrfs: allocate inode outside of btrfs_new_inode()
  btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
  btrfs: reserve correct number of items for inode creation
  btrfs: move common inode creation code into btrfs_create_new_inode()

 fs/btrfs/acl.c   |  36 +--
 fs/btrfs/ctree.h |  37 ++-
 fs/btrfs/inode.c | 800 +++++++++++++++++++++++------------------------
 fs/btrfs/ioctl.c | 140 +++++----
 fs/btrfs/props.c |  40 +--
 fs/btrfs/props.h |   4 -
 6 files changed, 489 insertions(+), 568 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-08 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15  1:12 [PATCH v4 0/4] btrfs: inode creation cleanups and fixes Omar Sandoval
2022-03-15  1:12 ` [PATCH v4 1/4] btrfs: allocate inode outside of btrfs_new_inode() Omar Sandoval
2022-03-15  1:12 ` [PATCH v4 2/4] btrfs: factor out common part of btrfs_{mknod,create,mkdir}() Omar Sandoval
2022-03-15  1:12 ` [PATCH v4 3/4] btrfs: reserve correct number of items for inode creation Omar Sandoval
2022-03-15  1:12 ` [PATCH v4 4/4] btrfs: move common inode creation code into btrfs_create_new_inode() Omar Sandoval
2022-04-06 17:18   ` Sweet Tea Dorminy
2022-04-06 18:31     ` Omar Sandoval
2022-04-06 20:18       ` Omar Sandoval
2022-04-08 16:05         ` David Sterba
2022-03-15 15:00 ` [PATCH v4 0/4] btrfs: inode creation cleanups and fixes Sweet Tea Dorminy
2022-03-17 20:21 ` 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.