index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+14
2024-09-01
xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
Darrick J. Wong
1
-130
/
+0
2024-09-01
xfs: introduce new file range commit ioctls
Darrick J. Wong
1
-0
/
+4
2024-08-14
xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
Darrick J. Wong
1
-0
/
+11
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-14
/
+14
2024-07-02
xfs: hoist inode flag conversion functions to libxfs
Darrick J. Wong
1
-60
/
+0
2024-04-23
xfs: introduce vectored scrub mode
Darrick J. Wong
1
-0
/
+2
2024-04-23
xfs: move xfs_ioc_scrub_metadata to scrub.c
Darrick J. Wong
1
-24
/
+0
2024-04-23
xfs: add parent pointer ioctls
Darrick J. Wong
1
-1
/
+5
2024-04-23
xfs: move handle ioctl code to xfs_handle.c
Darrick J. Wong
1
-591
/
+1
2024-04-23
xfs: pass the attr value to put_listent when possible
Allison Henderson
1
-0
/
+1
2024-04-23
xfs: make attr removal an explicit operation
Darrick J. Wong
1
-3
/
+6
2024-04-23
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
1
-8
/
+6
2024-04-15
xfs: introduce new file range exchange ioctl
Darrick J. Wong
1
-0
/
+4
2024-04-15
xfs: declare xfs_file.c symbols in xfs_file.h
Darrick J. Wong
1
-0
/
+1
2024-02-20
xfs: use kvfree in xfs_ioc_getfsmap()
Dave Chinner
1
-1
/
+1
2024-02-20
xfs: use kvfree() in xfs_ioc_attr_list()
Dave Chinner
1
-1
/
+1
2024-02-19
xfs: use kvfree for buf in xfs_ioc_getbmap
Christoph Hellwig
1
-1
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
1
-1
/
+1
2023-12-07
xfs: clean up the xfs_reserve_blocks interface
Christoph Hellwig
1
-7
/
+6
2023-12-07
xfs: clean up the XFS_IOC_FSCOUNTS handler
Christoph Hellwig
1
-9
/
+20
2023-12-07
xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
Christoph Hellwig
1
-44
/
+43
2023-11-20
xfs: respect the stable writes flag on the RT device
Christoph Hellwig
1
-0
/
+8
2023-11-20
xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
Christoph Hellwig
1
-10
/
+12
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
1
-2
/
+3
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+4
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-03
xfs: get root inode correctly at bulkstat
Hironori Shiina
1
-2
/
+2
2022-12-11
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
1
-4
/
+0
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
1
-1
/
+1
2022-07-07
xfs: make last AG grow/shrink perag centric
Dave Chinner
1
-1
/
+7
2022-06-15
xfs: preserve DIFLAG2_NREXT64 when setting other inode attributes
Darrick J. Wong
1
-1
/
+2
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
1
-1
/
+2
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
1
-2
/
+2
2022-04-13
xfs: Enable bulkstat ioctl to support 64-bit per-inode extent counters
Chandan Babu R
1
-0
/
+3
2022-03-09
xfs: don't generate selinux audit messages for capability testing
Darrick J. Wong
1
-1
/
+1
2022-01-31
xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*
Darrick J. Wong
1
-1
/
+1
2022-01-17
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions
Darrick J. Wong
1
-0
/
+9
2022-01-17
xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls
Darrick J. Wong
1
-87
/
+5
2021-12-21
xfs: prevent a WARN_ONCE() in xfs_ioc_attr_list()
Dan Carpenter
1
-1
/
+1
2021-10-20
xfs: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-3
/
+3
2021-08-19
xfs: convert xfs_fs_geometry to use mount feature checks
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
1
-5
/
+5
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-3
/
+3
2021-08-19
xfs: convert mount flags to features
Dave Chinner
1
-3
/
+2
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-4
/
+4
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
1
-1
/
+1
[next]