summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_handle.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling1-1/+1
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
2025-11-28xfs: convert xfs_open_by_handle() to FD_PREPARE()Christian Brauner1-39/+17
2024-11-03simplify xfs_find_handle() a bitAl Viro1-9/+7
2024-08-13struct fd: representation changeAl Viro1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao1-1/+0
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong1-6/+1
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong1-0/+298
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong1-31/+67
2024-04-23xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong1-0/+618