From: Andrew Morton <akpm@zip.com.au>
To: Alexander Viro <viro@math.psu.edu>
Cc: Guillaume Boissiere <boissiere@mediaone.net>,
linux-kernel@vger.kernel.org
Subject: Re: [STATUS 2.5] January 18, 2002
Date: Fri, 18 Jan 2002 13:07:16 -0800 [thread overview]
Message-ID: <3C488E84.A1453ED2@zip.com.au> (raw)
In-Reply-To: <3C477B7F.22875.11D4078A@localhost> <Pine.GSO.4.21.0201180546310.296-100000@weyl.math.psu.edu>
Alexander Viro wrote:
>
> On Fri, 18 Jan 2002, Guillaume Boissiere wrote:
>
> > o Merged New scheduler for improved scalability (Ingo Molnar, Davide Libenzi)
> > o Merged Rewrite of the block IO (bio) layer (Jens Axboe)
> > o Merged New kernel device structure (kdev_t) (Linus Torvalds, etc)
> > o Merged Initial support for USB 2.0 (David Brownell, Greg Kroah-Hartman,
>
> Merged: Per-process namespaces, late-boot cleanups.
> Ready: switch to ->get_super() as primary file_system_type method.
> Ready: ->getattr() handling and changes of ->setattr()/->permission()
> prototypes.
> Pending: proper UFS fixes, ext2 cleanups and locking
> changes.
> Pending: per-mountpoint read-only, union-mounts and unionfs.
> Pending: lifting limitations on mount(2)
> In progress: killing kdev_t for block devices (switch to struct block_device *)
> Started: UMSDOS rewrite (the damn thing blocks struct inode trimming)
> Planned: new mount API.
Please can we provide some way for filesystems to know whether
a whole-fs sync() is happening?
At present, ext3_write_super() doesn't know whether it's called
on the kupdate path (where waiting on I/O completion is inappropriate)
or on the sys_sync() path (where it is appropriate).
I think super_operations.sync(struct super_block *sb, int wait)
is an appropriate way to do this.
In fact the whole synchronous-operation thing is a bit of a
twisty mess at present. There are several places where
ext3 has to use magical intuition to work out which part of
the kernel is calling it in which mode and why.
Note how ext3_file_write() calls mark_inode_dirty() if the
write in synchronous, just to ensure that generic_file_write()
will later call generic_osync_inode(). blech. This took
some time to sort out, and is fragile.
-
next prev parent reply other threads:[~2002-01-18 21:14 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-18 6:33 [STATUS 2.5] January 18, 2002 Guillaume Boissiere
2002-01-18 7:26 ` Tomasz Kłoczko
2002-01-18 7:29 ` Jens Axboe
2002-01-18 7:53 ` hjb
2002-01-18 10:00 ` Russell King
2002-01-18 10:20 ` Alan Cox
2002-01-18 15:09 ` Arnaldo Carvalho de Melo
2002-01-18 15:17 ` Arnaldo Carvalho de Melo
2002-01-18 10:57 ` Alexander Viro
2002-01-18 21:07 ` Andrew Morton [this message]
2002-01-19 18:43 ` Ville Herva
2002-01-19 22:24 ` Jakob Østergaard
2002-01-19 22:42 ` Ville Herva
2002-01-19 22:53 ` Alexander Viro
2002-01-23 11:31 ` Pavel Machek
2002-01-23 22:55 ` Alexander Viro
2002-01-24 12:29 ` force umount [was Re: [STATUS 2.5] January 18, 2002] Pavel Machek
2002-01-24 17:00 ` Denis Vlasenko
2002-01-23 22:57 ` [STATUS 2.5] January 18, 2002 Alexander Viro
2002-01-18 11:21 ` Dave Jones
2002-01-20 12:02 ` Eric W. Biederman
2002-01-20 12:37 ` David Weinehall
2002-01-20 22:57 ` Greg KH
-- strict thread matches above, loose matches on Subject: below --
2002-01-19 9:17 Rick A. Hohensee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C488E84.A1453ED2@zip.com.au \
--to=akpm@zip.com.au \
--cc=boissiere@mediaone.net \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@math.psu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox