mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / sync.c
2010-05-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-21 Christoph Hellwigsanitize vfs_fsync calling conventions
2010-05-21 Al Vironew helper: iterate_supers()
2010-05-21 Al Viroget rid of restarts in sync_filesystems()
2010-05-21 Al ViroLeave superblocks on s_list until the end
2010-05-17 Jens Axboewriteback: fix WB_SYNC_NONE writeback from umount
2010-04-25 Jörn EngelCatch filesystems lacking s_bdi
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Christoph Hellwigquota: move code from sync_quota_sb into vfs_quota_sync
2009-12-17 Christoph Hellwigfold do_sync_file_range into sys_sync_file_range
2009-12-10 Christoph Hellwigkill wait_on_page_writeback_range
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-09-23 H Hartley Sweetenfs/buffer.c: clean up EXPORT* macros
2009-09-16 Jens Axboefs: Assign bdi in super_block
2009-09-14 Christoph Hellwigfsync: wait for data writeout completion before calling...
2009-09-14 Jan Karavfs: Introduce new helpers for syncing after writing...
2009-09-11 Jens Axboewriteback: switch to per-bdi threads for flushing data
2009-09-11 Jens Axboewriteback: get rid of generic_sync_sb_inodes() export
2009-07-06 Zhang, Yanminsys_sync(): fix 16% performance regression in ffsb...
2009-06-12 Christoph Hellwigremove the call to ->write_super in __sync_filesystem
2009-06-12 Christoph Hellwig->write_super lock_super pushdown
2009-06-12 Christoph Hellwigenforce ->sync_fs is only called for rw superblock
2009-06-12 Jan Karaquota: Introduce writeout_quota_sb() (version 4)
2009-06-12 Christoph Hellwigquota: cleanup dquota sync functions (version 4)
2009-06-12 Jan Karavfs: Rename fsync_super() to sync_filesystem() (version 4)
2009-06-12 Jan Karavfs: Move syncing code from super.c to sync.c (version 4)
2009-06-12 Jan Karavfs: Make sys_sync() use fsync_super() (version 4)
2009-06-12 Jan Karavfs: Fix sys_sync() and fsync_super() reliability ...
2009-03-27 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2009-03-26 Jens AxboeGet rid of pdflush_operation() in emergency sync and...
2009-03-26 Jan Karavfs: Use lowercase names of quota functions
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 09
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrapper special cases
2009-01-06 Nick Pigginmm: do_sync_mapping_range integrity fix
2009-01-05 Christoph Hellwigadd a vfs_fsync helper
2008-07-24 Pavel MachekSYNC_FILE_RANGE_WRITE may and will block. Document...
2008-04-29 OGAWA Hirofumivfs: fix unconditional write_super() call in file_fsync()
2007-06-28 David WoodhouseIntroduce fixed sys_sync_file_range2() syscall, impleme...
2007-05-08 Mark FashehRemove do_sync_file_range()
2007-04-26 Mark Fasheh[PATCH] Turn do_sync_file_range() into do_sync_mapping_...
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-09-30 David Howells[PATCH] BLOCK: Move functions out of buffer code [try #6]
2006-06-23 OGAWA Hirofumi[PATCH] writeback: fix range handling
2006-04-11 Andrew Morton[PATCH] sync_file_range(): use unsigned for flags
2006-03-31 Andrew Morton[PATCH] sys_sync_file_range()