public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] xfs: add O_TMPFILE support
@ 2013-11-25 11:32 Zhi Yong Wu
  2013-11-25 11:32 ` [RFC PATCH 1/4] xfs: adjust the interface of xfs_qm_vop_dqalloc() Zhi Yong Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 25+ messages in thread
From: Zhi Yong Wu @ 2013-11-25 11:32 UTC (permalink / raw)
  To: xfs; +Cc: Zhi Yong Wu

From: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>

HI, folks

The patchset is trying to add O_TMPFILE support to xfs. To make sure
that it is going ahead in the right direction, although it is only one
code draft, and hasn't strictly been tested, it is still post out ASAP.

For more information, please refer to Dave Chinner's RFD links:
  1.) http://oss.sgi.com/archives/xfs/2013-08/msg00339.html
  2.) http://oss.sgi.com/archives/xfs/2013-08/msg00336.html
  3.) http://oss.sgi.com/archives/xfs/2013-08/msg00341.html

Any comments are appreciated, thanks.

Zhi Yong Wu (4):
  xfs: adjust the interface of xfs_qm_vop_dqalloc()
  xfs: add xfs_create_tmpfile() for O_TMPFILE support
  xfs: add a new method xfs_vn_tmpfile()
  xfs: allow linkat() on O_TMPFILE files

 fs/xfs/xfs_inode.c       |  154 +++++++++++++++++++++++++++++++++++++++++++++-
 fs/xfs/xfs_inode.h       |    2 +
 fs/xfs/xfs_ioctl.c       |    2 +-
 fs/xfs/xfs_iops.c        |   24 +++++++-
 fs/xfs/xfs_qm.c          |   50 +++++++++------
 fs/xfs/xfs_quota.h       |    6 +-
 fs/xfs/xfs_shared.h      |    4 +-
 fs/xfs/xfs_symlink.c     |    2 +-
 fs/xfs/xfs_trans_resv.c  |   48 ++++++++++++++
 fs/xfs/xfs_trans_resv.h  |    4 +
 fs/xfs/xfs_trans_space.h |    2 +
 11 files changed, 270 insertions(+), 28 deletions(-)

-- 
1.7.6.5

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-12-13 16:34 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 11:32 [RFC PATCH 0/4] xfs: add O_TMPFILE support Zhi Yong Wu
2013-11-25 11:32 ` [RFC PATCH 1/4] xfs: adjust the interface of xfs_qm_vop_dqalloc() Zhi Yong Wu
2013-11-25 13:43   ` Christoph Hellwig
2013-11-28  1:43     ` Zhi Yong Wu
2013-11-25 11:32 ` [RFC PATCH 2/4] xfs: add xfs_create_tmpfile() for O_TMPFILE support Zhi Yong Wu
2013-11-25 13:48   ` Christoph Hellwig
2013-11-28  1:48     ` Zhi Yong Wu
2013-11-25 21:36   ` Dave Chinner
2013-11-26  5:59     ` Christoph Hellwig
2013-11-28  2:41     ` Zhi Yong Wu
2013-11-25 11:32 ` [RFC PATCH 3/4] xfs: add a new method xfs_vn_tmpfile() Zhi Yong Wu
2013-11-25 13:48   ` Christoph Hellwig
2013-11-28  2:20     ` Zhi Yong Wu
2013-11-25 11:32 ` [RFC PATCH 4/4] xfs: allow linkat() on O_TMPFILE files Zhi Yong Wu
2013-11-25 13:51   ` Christoph Hellwig
2013-11-28  2:37     ` Zhi Yong Wu
2013-11-28 10:39       ` Christoph Hellwig
2013-11-28 10:47         ` Zhi Yong Wu
2013-11-25 21:46   ` Dave Chinner
2013-11-28  2:28     ` Zhi Yong Wu
2013-12-13 11:34     ` Zhi Yong Wu
2013-12-13 16:31       ` Christoph Hellwig
2013-11-28 10:35 ` [RFC PATCH 0/4] xfs: add O_TMPFILE support Christoph Hellwig
2013-11-28 10:50   ` Zhi Yong Wu
2013-11-28 14:39     ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox