index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ioctl32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
1
-0
/
+2
2022-03-15
x86: Remove toolchain check for X32 ABI capability
Masahiro Yamada
1
-1
/
+1
2022-01-17
xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls
Darrick J. Wong
1
-27
/
+0
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
-1
/
+1
2021-04-12
xfs: convert to fileattr
Miklos Szeredi
1
-2
/
+0
2021-02-03
xfs: remove the possibly unused mp variable in xfs_file_compat_ioctl
Christoph Hellwig
1
-4
/
+3
2021-01-24
xfs: support idmapped mounts
Christoph Hellwig
1
-2
/
+4
2020-03-03
xfs: lift cursor copy in/out into xfs_ioc_attr_list
Christoph Hellwig
1
-15
/
+4
2020-03-03
xfs: lift buffer allocation into xfs_ioc_attr_list
Christoph Hellwig
1
-17
/
+5
2020-03-03
xfs: lift common checks into xfs_ioc_attr_list
Christoph Hellwig
1
-11
/
+0
2020-03-03
xfs: move the legacy xfs_attr_list to xfs_ioctl.c
Christoph Hellwig
1
-2
/
+2
2020-03-03
xfs: factor out a helper for a single XFS_IOC_ATTRMULTI_BY_HANDLE op
Christoph Hellwig
1
-45
/
+5
2020-03-03
xfs: use strndup_user in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
1
-12
/
+5
2020-03-03
xfs: merge xfs_attrmulti_attr_remove into xfs_attrmulti_attr_set
Christoph Hellwig
1
-2
/
+2
2020-03-03
xfs: reject invalid flags combinations in XFS_IOC_ATTRLIST_BY_HANDLE
Christoph Hellwig
1
-0
/
+2
2020-01-09
xfs: reject invalid flags combinations in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
1
-0
/
+5
2020-01-09
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
Christoph Hellwig
1
-0
/
+2
2020-01-06
xfs: rename compat_time_t to old_time32_t
Arnd Bergmann
1
-1
/
+1
2019-11-14
xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
Christoph Hellwig
1
-40
/
+0
2019-10-28
fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
Christoph Hellwig
1
-5
/
+2
2019-10-28
xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64
Christoph Hellwig
1
-2
/
+0
2019-08-26
fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
Tetsuo Handa
1
-1
/
+1
2019-08-17
xfs: compat_ioctl: use compat_ptr()
Christoph Hellwig
1
-2
/
+2
2019-08-17
xfs: fall back to native ioctls for unhandled compat ones
Christoph Hellwig
1
-52
/
+2
2019-07-04
xfs: wire up the v5 inumbers ioctl
Darrick J. Wong
1
-0
/
+1
2019-07-04
xfs: wire up new v5 bulkstat ioctls
Darrick J. Wong
1
-0
/
+1
2019-07-04
xfs: introduce v5 inode group structure
Darrick J. Wong
1
-3
/
+7
2019-07-04
xfs: introduce new v5 bulkstat structure
Darrick J. Wong
1
-3
/
+7
2019-07-04
xfs: rename bulkstat functions
Darrick J. Wong
1
-9
/
+9
2019-07-04
xfs: remove various bulk request typedef usage
Darrick J. Wong
1
-4
/
+7
2019-07-02
xfs: refactor INUMBERS to use iwalk functions
Darrick J. Wong
1
-22
/
+13
2019-07-02
xfs: convert bulkstat to new iwalk infrastructure
Darrick J. Wong
1
-45
/
+46
2019-07-02
xfs: bulkstat should copy lastip whenever userspace supplies one
Darrick J. Wong
1
-7
/
+6
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-6
/
+0
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-05-02
xfs: change some error-less functions to void types
Eric Sandeen
1
-4
/
+1
2019-04-15
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
1
-0
/
+1
2019-04-15
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
1
-1
/
+2
2018-12-18
xfs: Fix x32 ioctls when cmd numbers differ from ia32.
Nick Bowler
1
-3
/
+15
2018-12-18
xfs: Fix bulkstat compat ioctls on x32 userspace.
Nick Bowler
1
-4
/
+30
2018-12-18
xfs: Align compat attrlist_by_handle with native implementation.
Nick Bowler
1
-0
/
+6
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2018-01-08
xfs: refactor the geometry structure filling function
Darrick J. Wong
1
-1
/
+1
2018-01-08
xfs: hoist xfs_fs_geometry to libxfs
Darrick J. Wong
1
-0
/
+1
2017-10-27
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
1
-0
/
+1
2017-04-04
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
1
-0
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-07-20
xfs: don't pass ioflags around in the ioctl path
Christoph Hellwig
1
-5
/
+1
2015-10-12
xfs: prefix XATTR_LIST_MAX with XFS_
Jan Tulak
1
-1
/
+1
[next]