index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: refactor the geometry structure filling function
Darrick J. Wong
2018-01-08
1
-2
/
+2
*
xfs: hoist xfs_fs_geometry to libxfs
Darrick J. Wong
2018-01-08
1
-0
/
+1
*
xfs: remove u_int* type usage
Darrick J. Wong
2017-11-09
1
-2
/
+2
*
xfs: scrub inodes
Darrick J. Wong
2017-10-26
1
-0
/
+4
*
xfs: create an ioctl to scrub AG metadata
Darrick J. Wong
2017-10-26
1
-0
/
+28
*
xfs: simplify the xfs_getbmap interface
Christoph Hellwig
2017-10-26
1
-63
/
+59
*
xfs: validate bdev support for DAX inode flag
Ross Zwisler
2017-09-26
1
-1
/
+2
*
xfs: don't set v3 xflags for v2 inodes
Christoph Hellwig
2017-09-02
1
-13
/
+25
*
xfs: disable per-inode DAX flag
Christoph Hellwig
2017-09-01
1
-1
/
+2
*
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
2017-06-27
1
-2
/
+2
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-10
/
+10
*
xfs: remove XFS_HSIZE
Christoph Hellwig
2017-06-19
1
-2
/
+1
*
xfs: fix getfsmap userspace memory corruption while setting OF_LAST
Darrick J. Wong
2017-04-25
1
-1
/
+1
*
xfs: fix __user annotations for xfs_ioc_getfsmap
Christoph Hellwig
2017-04-25
1
-8
/
+8
*
xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmap
Christoph Hellwig
2017-04-25
1
-1
/
+1
*
xfs: implement the GETFSMAP ioctl
Darrick J. Wong
2017-04-03
1
-0
/
+84
*
xfs: fix over-copying of getbmap parameters from userspace
Darrick J. Wong
2017-04-03
1
-2
/
+3
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
xfs: remove unused full argument from bmap
Eric Sandeen
2017-01-30
1
-2
/
+2
*
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
2016-12-17
1
-2
/
+2
|
\
|
*
vfs: replace calling i_op->readlink with vfs_readlink()
Miklos Szeredi
2016-12-09
1
-2
/
+2
*
|
xfs: remove i_iolock and use i_rwsem in the VFS inode instead
Christoph Hellwig
2016-11-30
1
-1
/
+1
*
|
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
2016-11-08
1
-4
/
+2
|
/
*
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2016-10-13
1
-2
/
+73
|
\
|
*
xfs: clear reflink flag if setting realtime flag
Darrick J. Wong
2016-10-10
1
-2
/
+2
|
*
xfs: don't mix reflink and DAX mode for now
Darrick J. Wong
2016-10-05
1
-0
/
+4
|
*
xfs: check for invalid inode reflink flags
Darrick J. Wong
2016-10-05
1
-0
/
+4
|
*
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-05
1
-2
/
+65
*
|
xfs: Propagate dentry down to inode_change_ok()
Jan Kara
2016-09-22
1
-1
/
+1
|
/
*
fs: return EPERM on immutable inode
Eryu Guan
2016-08-07
1
-1
/
+1
*
xfs: in _attrlist_by_handle, copy the cursor back to userspace
Darrick J. Wong
2016-08-03
1
-0
/
+6
*
Merge branch 'xfs-4.8-split-dax-dio' into for-next
Dave Chinner
2016-07-20
1
-14
/
+8
|
\
|
*
xfs: don't pass ioflags around in the ioctl path
Christoph Hellwig
2016-07-20
1
-14
/
+8
*
|
xfs: fix type confusion in xfs_ioc_swapext
Jann Horn
2016-07-20
1
-0
/
+11
|
/
*
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
Dave Chinner
2016-05-20
1
-16
/
+2
|
\
|
*
xfs: use ->readlink to implement the readlink_by_handle ioctl
Christoph Hellwig
2016-04-06
1
-16
/
+2
*
|
xfs: better xfs_trans_alloc interface
Christoph Hellwig
2016-04-06
1
-8
/
+5
|
/
*
Merge branch 'xfs-dax-fixes-4.6' into for-next
Dave Chinner
2016-03-07
1
-7
/
+98
|
\
|
*
xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE
Dave Chinner
2016-03-01
1
-4
/
+8
|
*
xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/cleared
Dave Chinner
2016-03-01
1
-13
/
+92
|
*
xfs: XFS_DIFLAG_DAX is only for regular files or directories
Dave Chinner
2016-03-01
1
-0
/
+8
*
|
xfs: mode di_mode to vfs inode
Dave Chinner
2016-02-09
1
-7
/
+7
*
|
xfs: move inode generation count to VFS inode
Dave Chinner
2016-02-09
1
-1
/
+1
|
/
*
xfs: introduce per-inode DAX enablement
Dave Chinner
2016-01-04
1
-1
/
+17
*
xfs: use FS_XFLAG definitions directly
Dave Chinner
2016-01-04
1
-37
/
+37
*
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
2015-11-03
1
-2
/
+13
|
\
|
*
xfs: invalidate cached acl if set via ioctl
Andreas Gruenbacher
2015-11-03
1
-1
/
+9
|
*
xfs: Plug memory leak in xfs_attrmulti_attr_set
Andreas Gruenbacher
2015-11-03
1
-1
/
+4
*
|
Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next
Dave Chinner
2015-10-12
1
-3
/
+3
|
\
\
|
*
|
xfs: avoid dependency on Linux XATTR_SIZE_MAX
Jan Tulak
2015-10-12
1
-2
/
+2
[next]