All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] btrfs: inode creation cleanups and fixes
@ 2022-03-14 20:05 Omar Sandoval
  2022-03-14 20:05 ` [PATCH v3 1/4] btrfs: allocate inode outside of btrfs_new_inode() Omar Sandoval
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Omar Sandoval @ 2022-03-14 20:05 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 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/

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] 5+ messages in thread

end of thread, other threads:[~2022-03-14 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 20:05 [PATCH v3 0/4] btrfs: inode creation cleanups and fixes Omar Sandoval
2022-03-14 20:05 ` [PATCH v3 1/4] btrfs: allocate inode outside of btrfs_new_inode() Omar Sandoval
2022-03-14 20:05 ` [PATCH v3 2/4] btrfs: factor out common part of btrfs_{mknod,create,mkdir}() Omar Sandoval
2022-03-14 20:05 ` [PATCH v3 3/4] btrfs: reserve correct number of items for inode creation Omar Sandoval
2022-03-14 20:05 ` [PATCH v3 4/4] btrfs: move common inode creation code into btrfs_create_new_inode() Omar Sandoval

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.