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
/
linux-2.6
/
xfs_iops.c
Age
Commit message (
Expand
)
Author
2008-04-18
[XFS] remove bhv_vname_t and xfs_rename code
Barry Naujok
2008-04-18
[XFS] Warn if errors come from block_truncate_page().
David Chinner
2008-04-18
[XFS] cleanup vnode use in xfs_iops.c
Christoph Hellwig
2008-04-18
[XFS] cleanup vnode use in xfs_lookup
Christoph Hellwig
2008-04-18
[XFS] cleanup vnode use in xfs_symlink and xfs_rename
Christoph Hellwig
2008-04-18
[XFS] cleanup vnode use in xfs_link
Christoph Hellwig
2008-04-18
[XFS] cleanup vnode use in xfs_create/mknod/mkdir
Christoph Hellwig
2008-04-18
[XFS] cleanup xfs_vn_mknod
Christoph Hellwig
2008-02-07
[XFS] keep i_nlink updated and use proper accessors
Christoph Hellwig
2008-02-07
[XFS] stop updating inode->i_blocks
Christoph Hellwig
2008-02-07
[XFS] use generic_permission
Christoph Hellwig
2008-02-07
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
2008-02-07
[XFS] Implement fallocate.
David Chinner
2008-02-07
[XFS] Fix inode allocation latency
David Chinner
2008-02-07
[XFS] simplify xfs_vn_getattr
Christoph Hellwig
2008-02-07
[XFS] simplify vn_revalidate
Christoph Hellwig
2007-12-21
[XFS] Fix mknod regression
Christoph Hellwig
2007-12-10
[XFS] Fix xfs_ichgtime()s broken usage of I_SYNC
David Chinner
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2007-10-17
introduce I_SYNC
Joern Engel
2007-10-17
[XFS] simplify validata_fields
Christoph Hellwig
2007-10-16
[XFS] simplify xfs_create/mknod/symlink prototype
Christoph Hellwig
2007-10-16
[XFS] kill struct bhv_vnode
Christoph Hellwig
2007-10-16
[XFS] kill the v_flag member in struct bhv_vnode
Christoph Hellwig
2007-10-16
[XFS] call common xfs vnode-level helpers directly and remove vnode operations
Christoph Hellwig
2007-10-15
[XFS] stop using uio in the readlink code
Christoph Hellwig
2007-02-12
[PATCH] mark struct inode_operations const 3
Arjan van de Ven
2007-02-10
[XFS] Remove unused header files for MAC and CAP checking functionality.
Eric Sandeen
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
2006-09-28
[XFS] Update XFS for i_blksize removal from generic inode structure
Nathan Scott
2006-09-27
[PATCH] fs: Removing useless casts
Panagiotis Issaris
2006-06-27
[XFS] Remove a race condition where a linked inode could BUG_ON in
Nathan Scott
2006-06-27
[XFS] Remove redundant directory checks from inode link operation.
Alexey Dobriyan
2006-06-20
[XFS] Remove version 1 directory code. Never functioned on Linux, just
Nathan Scott
2006-06-09
[XFS] Resolve a namespace collision on remaining vtypes for FreeBSD
Nathan Scott
2006-06-09
[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
[XFS] getattr can return an error code, so propogate any from lower
Nathan Scott
2006-04-11
[XFS] Fix utime(2) in the case that no times parameter was passed in.
Nathan Scott
2006-03-29
[XFS] Cleanup in XFS after recent get_block_t interface tweaks.
Nathan Scott
2006-03-17
[XFS] Merge Yingpings fix for a vn_count assert failure during QA -
Nathan Scott
2006-03-17
[XFS] Complete transition away from linvfs naming convention, finally.
Nathan Scott
2006-03-14
[XFS] Revert kiocb and vattr stack changes, theory is the AIO rework will
Nathan Scott
2006-03-14
[XFS] Switch over from linvfs names for inode operations for consistent
Nathan Scott
2006-03-14
[XFS] Switch over from linvfs names for address space ops for consistent
Nathan Scott
2006-03-14
[XFS] Dynamically allocate vattr in places it makes sense to do so, to
Nathan Scott
2006-02-07
[XFS] Fix missing inode atime update from the utime syscall.
Nathan Scott
2006-02-01
[XFS] Interim solution for attribute insertion failure during file
Yingping Lu
2006-01-16
[XFS] remove no-longer-needed IS_NOATIME macro, twas just a build workaround
Nathan Scott
2006-01-16
[XFS] Fix symlink creation too, with respect to initialising SELinux
Nathan Scott
2006-01-12
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
[next]