[RFC PATCH 0/4] xfs: add O_TMPFILE support
Zhi Yong Wu
zwu.kernel at gmail.com
Mon Nov 25 05:32:30 CST 2013
From: Zhi Yong Wu <wuzhy at 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
More information about the xfs
mailing list