Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-23 | xfs: add parent pointer ioctls | Darrick J. Wong | |
This patch adds a pair of new file ioctls to retrieve the parent pointer of a given inode. They both return the same results, but one operates on the file descriptor passed to ioctl() whereas the other allows the caller to specify a file handle for which the caller wants results. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> | |||
2024-04-23 | xfs: move handle ioctl code to xfs_handle.c | Darrick J. Wong | |
Move the handle managemnet code (and the attrmulti code that uses it) to xfs_handle.c. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> |