Re: Security hooks, "standard linux security" & embedded use

2001-07-12 Thread Greg KH
On Thu, Jul 12, 2001 at 09:35:20PM +0400, Hans Reiser wrote: > Hi Linda, > > This seems very much in line with what Reiser4 is doing for DARPA, and what SE Linux >is doing for > the NSA. Or at least what Linus told the SE Linux folks he would like them to >write.:-) > > I am quite supportive

Re: Security hooks, "standard linux security" & embedded use

2001-07-12 Thread Hans Reiser
Hi Linda, This seems very much in line with what Reiser4 is doing for DARPA, and what SE Linux is doing for the NSA. Or at least what Linus told the SE Linux folks he would like them to write.:-) I am quite supportive of what you advocate generally, and I look forward to cooperating with you

[PATCH] speedup reiserfs O_SYNC and fsync

2001-07-12 Thread Chris Mason
Hello everyone, This patch makes reiserfs O_SYNC and fsync faster by only committing the last transcation a file/dir was included in, instead of forcing a commit on the current transaction. More speedups are still possible, this patch is fairly conservative. It is based on 2.4.7-pre6 + the dir