Displaying 3 results from an estimated 3 matches for "background_writeout".
2009 Feb 02
5
[PATCH] btrfs: call mark_inode_dirty when i_size is updated
Hi Chris.
I think it is needed to call mark_inode_dirty() when file size expands
in order to flush metadata updates to HDD through sync() syscall or
background_writeout().
Thanks.
Signed-off-by: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp>
diff -Nrup linux-2.6.29-rc3.org/fs/btrfs/file.c linux-2.6.29-rc3/fs/btrfs/file.c
--- linux-2.6.29-rc3.org/fs/btrfs/file.c 2009-02-02 16:53:18.000000000 +0900
+++ linux-2.6.29-rc3/fs/btrfs/file.c 2009-02-02 18:21:00.000...
2008 Apr 10
1
fsfuzz testing: some results
...btrfs_writepages+0x18/0x1d [btrfs]
[<c0457092>] ? do_writepages+0x23/0x34
[<c0487ee2>] ? __writeback_single_inode+0x123/0x22a
[<c0488317>] ? sync_sb_inodes+0x192/0x249
[<c04886b0>] ? writeback_inodes+0x6a/0xb1
[<c0457b89>] ? pdflush+0x0/0x185
[<c0457784>] ? background_writeout+0x73/0x9e
[<c0457c7b>] ? pdflush+0xf2/0x185
[<c0457711>] ? background_writeout+0x0/0x9e
[<c0434145>] ? kthread+0x3b/0x62
[<c043410a>] ? kthread+0x0/0x62
[<c04055ab>] ? kernel_thread_helper+0x7/0x10
=======================
Code: ff 75 48 ff 75 3c ff 75 38 ff 75 44...
2008 Aug 05
31
Btrfs v0.16 released
Hello everyone,
Btrfs v0.16 is available for download, please see
http://btrfs.wiki.kernel.org/ for download links and project
information.
v0.16 has a shiny new disk format, and is not compatible with
filesystems created by older Btrfs releases. But, it should be the
fastest Btrfs yet, with a wide variety of scalability fixes and new
features.
There were quite a few contributors this time