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_iops.c
Age
Commit message (
Expand
)
Author
2013-10-30
xfs: prevent stack overflows from page cache allocation
Dave Chinner
2013-10-30
xfs: vectorise DA btree operations
Dave Chinner
2013-10-30
xfs: abstract the differences in dir2/dir3 via an ops vector
Dave Chinner
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: unify directory/attribute format definitions
Dave Chinner
2013-10-23
xfs: create a shared header file for format-related information
Dave Chinner
2013-10-21
xfs: always take the iolock around xfs_setattr_size
Christoph Hellwig
2013-08-22
xfs: Add read-only support for dirent filetype field
Dave Chinner
2013-08-15
xfs: convert kuid_t to/from uid_t for internal structures
Dwight Engen
2013-08-12
xfs: refactor xfs_trans_reserve() interface
Jie Liu
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-10
xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]
Carlos Maiolino
2013-06-19
xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extent
Jie Liu
2013-05-30
xfs: kill suid/sgid through the truncate path.
Dave Chinner
2012-11-14
xfs: remove xfs_flush_pages
Dave Chinner
2012-11-08
xfs: add EOFBLOCKS inode tagging/untagging
Brian Foster
2012-07-30
Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2012-07-22
xfs: implement ->update_time
Christoph Hellwig
2012-07-14
don't pass nameidata to ->create()
Al Viro
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-05-14
xfs: clean up xfs_bit.h includes
Dave Chinner
2012-05-14
xfs: move xfs_get_extsz_hint() and kill xfs_rw.h
Dave Chinner
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-05-14
xfs: push the ilock into xfs_zero_eof
Christoph Hellwig
2012-05-14
xfs: reduce ilock hold times in xfs_setattr_size
Christoph Hellwig
2012-03-14
xfs: clean up minor sparse warnings
Dave Chinner
2012-03-13
xfs: log timestamp updates
Christoph Hellwig
2012-01-17
xfs: remove the i_size field in struct xfs_inode
Christoph Hellwig
2012-01-13
xfs: remove xfs_itruncate_data
Christoph Hellwig
2012-01-03
xfs: propagate umode_t
Al Viro
2012-01-03
switch ->mknod() to umode_t
Al Viro
2012-01-03
switch ->create() to umode_t
Al Viro
2012-01-03
switch vfs_mkdir() and ->mkdir() to umode_t
Al Viro
2011-11-02
filesystems: add set_nlink()
Miklos Szeredi
2011-10-28
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2011-10-25
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2011-10-11
xfs: simplify xfs_trans_ijoin* again
Christoph Hellwig
2011-10-11
xfs: Return -EIO when xfs_vn_getattr() failed
Mitsuo Hayasaka
2011-10-11
xfs: remove i_iocount
Christoph Hellwig
2011-10-11
xfs: wait for I/O completion when writing out pages in xfs_setattr_size
Christoph Hellwig
2011-08-31
xfs: fix xfs_mark_inode_dirty during umount
Christoph Hellwig
2011-08-12
xfs: remove subdirectories
Christoph Hellwig