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_aops.c
Age
Commit message (
Expand
)
Author
2008-04-18
[XFS] Catch unwritten extent conversion errors.
David Chinner
2008-04-18
[XFS] kill xfs_rwlock/xfs_rwunlock
Christoph Hellwig
2008-02-07
[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config
Eric Sandeen
2008-02-07
[XFS] kill xfs_iocore_t
Christoph Hellwig
2008-02-07
[XFS] kill unnessecary ioops indirection
Lachlan McIlroy
2008-02-07
[XFS] kill BMAPI_UNWRITTEN
Christoph Hellwig
2008-02-07
[XFS] kill BMAPI_DEVICE
Christoph Hellwig
2008-02-07
[XFS] clean up vnode/inode tracing
Lachlan McIlroy
2007-10-17
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
Linus Torvalds
2007-10-17
writeback: remove pages_skipped accounting in __block_write_full_page()
Fengguang Wu
2007-10-16
xfs: convert to new aops
Nick Piggin
2007-10-16
[XFS] no longer using io_vnode, as was remaining from 23 cherrypick
Tim Shimmin
2007-10-16
[XFS] move v_trace from bhv_vnode to xfs_inode
Christoph Hellwig
2007-10-16
[XFS] move v_iocount from bhv_vnode to xfs_inode
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-12
Fix up more bio fallout
Al Viro
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-09-18
[XFS] Ensure file size updates have been completed before writing inode to disk.
Lachlan McIlroy
2007-09-05
[XFS] fix sparse shadowed variable warnings
Christoph Hellwig
2007-07-14
[XFS] Map unwritten extents correctly for I/o completion processing
David Chinner
2007-07-14
[XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize().
David Chinner
2007-07-14
[XFS] Block on unwritten extent conversion during synchronous direct I/O.
David Chinner
2007-05-29
[XFS] Write at EOF may not update filesize correctly.
David Chinner
2007-05-08
[XFS] Fix to prevent the notorious 'NULL files' problem after a crash.
Lachlan McIlroy
2007-02-12
[PATCH] Make XFS use BH_Unwritten and BH_Delay correctly
David Chinner
2007-02-10
[XFS] Fix sub-block zeroing for buffered writes into unwritten extents.
David Chinner
2007-02-10
[XFS] Keep stack usage down for 4k stacks by using noinline.
David Chinner
2006-12-21
[PATCH] Fix XFS after clear_page_dirty() removal
David Chinner
2006-12-10
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
Zach Brown
2006-11-22
WorkStruct: make allyesconfig
David Howells
2006-09-28
[XFS] Remove a no-longer-correct debug assert from dio completion
Nathan Scott
2006-09-28
[XFS] Fix sparse warning found when page tracing enabled, due to
Nathan Scott
2006-09-07
[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling
Lachlan McIlroy
2006-06-28
[PATCH] mark address_space_operations const
Christoph Hellwig
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 vnode/vnodeops for FreeBSD porters.
Nathan Scott
2006-06-09
[XFS] Start writeout earlier (on last close) in the case where we have a
Nathan Scott
2006-06-09
[XFS] Make the pflags test/set wrappers more legible for us mere humans.
Nathan Scott
2006-06-09
[XFS] Shutdown the filesystem if all device paths have gone. Made
Nathan Scott
2006-04-11
[XFS] Fix a writepage regression where we accidentally stopped honouring
Nathan Scott
2006-03-29
[XFS] Cleanup in XFS after recent get_block_t interface tweaks.
Nathan Scott
2006-03-29
[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all
Nathan Scott
2006-03-26
[PATCH] remove ->get_blocks() support
Badari Pulavarty
2006-03-26
[PATCH] map multiple blocks for mpage_readpages()
Badari Pulavarty
2006-03-26
[PATCH] Make address_space_operations->invalidatepage return void
NeilBrown
2006-03-22
[XFS] Check that a page has dirty buffers before finding it acceptable for
David Chinner
2006-03-22
[XFS] Fixing KDB's xrwtrc command, also added the current process id into
Yingping Lu
2006-03-17
[XFS] Make couple names consitent, be more defensive on releasepage (and
Nathan Scott
2006-03-17
[XFS] Complete transition away from linvfs naming convention, finally.
Nathan Scott
[next]