index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ioctl.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
xfs: implement XFS_IOC_DIOINFO in terms of vfs_getattr
Christoph Hellwig
1
-9
/
+9
2025-08-28
xfs: allow setting file attributes on special files
Andrey Albershteyn
1
-6
/
+0
2025-08-11
xfs: remove XFS_IBULK_SAME_AG
Christoph Hellwig
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-9
/
+9
2025-07-24
fs/xfs: replace strncpy with memtostr_pad()
Pranav Tyagi
1
-2
/
+1
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
1
-9
/
+9
2025-03-03
xfs: support reserved blocks for the rt extent counter
Christoph Hellwig
1
-3
/
+3
2025-03-03
xfs: generalize the freespace and reserved blocks handling
Christoph Hellwig
1
-3
/
+3
2025-01-23
Merge tag 'xfs-merge-6.14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-6
/
+15
2025-01-09
xfs: report larger dio alignment for COW inodes
Christoph Hellwig
1
-1
/
+10
2024-12-23
xfs: apply rt extent alignment constraints to CoW extsize hint
Darrick J. Wong
1
-2
/
+15
2024-12-23
xfs: allow inodes to have the realtime and reflink flags
Darrick J. Wong
1
-4
/
+0
2024-11-21
Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+45
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-48
/
+21
2024-11-05
xfs: export the geometry of realtime groups to userspace
Darrick J. Wong
1
-0
/
+35
2024-11-05
xfs: update realtime super every time we update the primary fs super
Darrick J. Wong
1
-1
/
+3
2024-11-05
xfs: allow bulkstat to return metadata directories
Darrick J. Wong
1
-0
/
+7
2024-11-03
fdget(), more trivial conversions
Al Viro
1
-48
/
+21
2024-10-30
xfs: Check for delayed allocations before setting extsize
Ojaswin Mujoo
1
-2
/
+2
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
[next]