index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_ioctl.c
Age
Commit message (
Expand
)
Author
2014-06-11
Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2014-06-10
fs,userns: Change inode_capable to capable_wrt_inode_uidgid
Andy Lutomirski
2014-05-20
Merge branch 'xfs-feature-bit-cleanup' into for-next
Dave Chinner
2014-05-20
xfs: turn NLINK feature on by default
Dave Chinner
2014-05-05
xfs: Fix wrong error codes being returned
From: Tuomas Tynkkynen
2014-04-01
new helper: readlink_copy()
Al Viro
2014-01-24
xfs: allow logical-sector sized O_DIRECT
Eric Sandeen
2014-01-24
xfs: rename xfs_buftarg structure members
Eric Sandeen
2014-01-24
xfs: clean up xfs_buftarg
Eric Sandeen
2013-12-18
xfs: no need to lock the inode in xfs_find_handle
Christoph Hellwig
2013-12-04
xfs: underflow bug in xfs_attrlist_by_handle()
Dan Carpenter
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-21
xfs: fold xfs_change_file_space into xfs_ioc_space
Christoph Hellwig
2013-10-21
xfs: always hold the iolock when calling xfs_change_file_space
Christoph Hellwig
2013-10-21
xfs: remove the unused XFS_ATTR_NONBLOCK flag
Christoph Hellwig
2013-09-10
xfs: factor all the kmalloc-or-vmalloc fallback allocations
Dave Chinner
2013-09-09
xfs: fix some minor sparse warnings
Dave Chinner
2013-08-15
xfs: add capability check to free eofblocks ioctl
Dwight Engen
2013-08-15
xfs: create internal eofblocks structure with kuid_t types
Dwight Engen
2013-08-15
xfs: ioctl check for capabilities in the current user namespace
Dwight Engen
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
2013-08-12
xfs: consolidate extent swap code
Dave Chinner
2013-08-12
xfs: consolidate xfs_utils.c
Dave Chinner
2013-08-12
xfs: kill xfs_vnodeops.[ch]
Dave Chinner
2013-08-12
xfs: create xfs_bmap_util.[ch]
Dave Chinner
2013-08-12
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2013-07-11
xfs: Add pquota fields where gquota is used.
Chandra Seetharaman
2013-07-09
xfs: use get_unused_fd_flags(0) instead of get_unused_fd()
Yann Droneaud
2013-05-07
xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handle
Eric Sandeen
2013-02-22
new helper: file_inode(file)
Al Viro
2012-11-08
xfs: add inode id filtering to eofblocks scan
Brian Foster
2012-11-08
xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl
Brian Foster
2012-11-02
xfs: silence uninitialised f.file warning.
Dave Chinner
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
switch xfs_find_handle() to fget_light()
Al Viro
2012-07-31
xfs: Convert to new freezing code
Jan Kara
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-03-22
xfs: Fix open flag handling in open_by_handle code
Dave Chinner
2012-03-15
xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
Dave Chinner
2012-01-03
vfs: mnt_drop_write_file()
Al Viro
2012-01-03
switch a bunch of places to mnt_want_write_file()
Al Viro
2011-10-11
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
2011-08-12
xfs: remove subdirectories
Christoph Hellwig