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
/
ext4
/
fsync.c
Age
Commit message (
Expand
)
Author
2011-01-10
ext4: flush the i_completed_io_list during ext4_truncate
Jiaying Zhang
2010-10-27
Merge branch 'next' into upstream-merge
Theodore Ts'o
2010-10-27
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
Theodore Ts'o
2010-09-16
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-05-27
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2010-05-17
ext4: Make fsync sync new parent directories in no-journal mode
Frank Mayhar
2010-05-17
ext4: Drop whitespace at end of lines
Theodore Ts'o
2010-05-10
ext4: check missed return value in ext4_sync_file()
Dmitry Monakhov
2010-04-28
blkdev: generalize flags for blkdev_issue_fn functions
Dmitry Monakhov
2010-03-02
ext4: mechanical rename some of the direct I/O get_block's identifiers
Jiaying Zhang
2009-12-23
ext4, jbd2: Add barriers for file systems with exernal journals
Theodore Ts'o
2009-12-08
ext4: Wait for proper transaction commit on fsync
Jan Kara
2009-11-23
ext4: avoid issuing unnecessary barriers
Theodore Ts'o
2009-09-28
ext4: async direct IO for holes and fallocate support
Mingming Cao
2009-09-12
ext4: Assure that metadata blocks are written during fsync in no journal mode
Theodore Ts'o
2009-09-05
ext4: fix cache flush in ext4_sync_file
Christoph Hellwig
2009-06-17
ext4: convert instrumentation from markers to tracepoints
Theodore Ts'o
2008-10-05
ext4: Add debugging markers that can be used by systemtap
Theodore Ts'o
2008-09-08
ext4: Fix whitespace checkpatch warnings/errors
Theodore Ts'o
2008-07-11
ext4: call blkdev_issue_flush on fsync
Eric Sandeen
2008-04-29
ext4: move headers out of include/linux
Christoph Hellwig
2008-04-17
ext4: fdatasync should skip metadata writeout when overwriting
Hisashi Hifumi
2007-10-17
ext4: sparse fixes
Aneesh Kumar K.V
2006-10-11
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
Mingming Cao
2006-10-11
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
Mingming Cao
2006-10-11
[PATCH] ext4: initial copy of files from ext3
Dave Kleikamp