login
Header Space

 
 

Mailing list archives

Search results

Found 382 matching messages (0.029 seconds). Page 1 of 20.

Re: file leases

... at 12:32:32PM +0100, Jamie Lokier wrote: > > [2004/09/22 ... a stall. Check the dates: jamie@kushida ~/x $ date; cp -p ... on client; then closed it ] jamie@kushida ~/x $ date; cp -p ... of the three smbd processes. -- Jamie - To unsubscribe from this list ...

linux-fsdevel - Jamie Lokier - Sep 22 2004 - 17:43

Re: filesystem transactions API

... Stoffel wrote: > >>>>> "Jamie" == Jamie Lokier <jamie@shareable.org> writes: > > Jamie> No. ... _all_ processes will see the > Jamie> whole transaction or not. > > This ... even harder without kernel support! :) -- Jamie - To unsubscribe from this list ...

linux-fsdevel - Jamie Lokier - Apr 26 2005 - 11:24

Re: silent semantic changes with reiser4

Christer Weinigel wrote: > Jamie Lokier <jamie@shareable.org> writes: > > > (For example, if I edit an HTML file which is ... which understand specific content formats). (*) I don't necessarily agree with that purpose. -- Jamie

linux-fsdevel - Jamie Lokier - Sep 2 2004 - 15:58

The argument for fs assistance in handling archives (was: silent semantic changes with reiser4)

... interface to container internals helps with performance. Horst von Brand wrote: > Jamie Lokier <jamie@shareable.org> said: > > When a simple "cd ... in the kernel. It might do as a proof of concept though). -- Jamie

linux-fsdevel - Jamie Lokier - Sep 1 2004 - 16:08

Re: [RFC] FUSE permission modell (Was: fuse review bits)

... in.lkml@posting.7eggert.dyndns.org> wrote: > Jamie Lokier <jamie@shareable.org> wrote: > > Miklos Szeredi wrote: >=20 > >>=A0=A0=A04)=A0Access=A0should= ... see if I entered a zip file. -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Apr 12 2005 - 10:45

Re: [RFC][2.6 patch] Allow creation of new namespaces during mount system call

... 2005 at 10:45:58AM +0100, Jamie Lokier wrote: > > For FUSE, what's needed is that a user can ... want to mount filesystems in /home/jamie/mnt on one terminal, and use ... processes when using "su" and such. -- Jamie - To unsubscribe from this list: ...

linux-fsdevel - Jamie Lokier - Apr 20 2005 - 08:03

Re: [RCF] [PATCH] unprivileged mount/umount

... wrote: > On 5/11/05, Jamie Lokier <jamie@shareable.org> wrote: > > Please read carefully: I've described what _current_ kernels do ... among processes which are in different namespaces. -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - May 12 2005 - 02:45

Re: Proposal for "proper" durable fsync() and fdatasync()

... 26 Feb 2008 07:26:50 +0000 Jamie Lokier <jamie@shareable.org> wrote: > > > (It would be nicer if sync_file_range() > > took a vector of ... ? The man page isn't very enlightening. -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Feb 26 2008 - 03:59

Re: [patch v3] splice: fix race with page invalidation

... , 2008 at 07:12:01AM +0100, Jamie Lokier (jamie@shareable.org) wrote: > > The obvious mechanism for completion notifications is the AIO event ... the latter line approach some time ago. -- Jamie -- To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Jul 31 2008 - 08:33

Re: [PATCH 0 of 3] [RFC] I/O Hints

... saying which _specific_ values are not > Jamie> exactly right. > > You get that traversing ... suboptimal layouts, and still want > Jamie> the best performance it can ... multiple devices, LVM snapshots, etc. -- Jamie -- To unsubscribe from this list: ...

linux-fsdevel - Jamie Lokier - Jun 9 2008 - 06:47

Re: File and Directory Change Notification

Joseph D. Wagner wrote: > On Wednesday, November 26, 2003 10:15 am, Jamie Lokier wrote: > > What's missing from leases is ... function name)? fcntl_setlease in fs/locks.c -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Nov 26 2003 - 00:57

Re: [PATCH] fs/locks.c Partially fixes leases issue

Joseph D. Wagner wrote: > On Thursday, December 4, 2003 8:55 am, Jamie Lokier wrote: > > These two are so similar they can be merged; just don' ... egging you on to do it properly :) -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Dec 4 2003 - 01:15

Re: [PATCH] ext3 [linux-2.6.2.]: accessing already freed inodes when under memory pressure

... wrote: > On Fri, Apr 02, 2004 at 09:40:57PM +0100, Jamie Lokier wrote: > > Then there are programs such as optimised Make and cacheing systems ... solved too. O_NOMOUNT would be one method. -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Apr 2 2004 - 19:42

Re: silent semantic changes with reiser4

... wrote: > On Thu, Aug 26, 2004 at 02:00:49AM +0100, Jamie Lokier wrote: > > > One of the big potential uses for file-as-directory is to ... with GNU Hurd-like per-user extensibility. -- Jamie * plenty == too much. Gnome, KDE, Emacs and ...

linux-fsdevel - Jamie Lokier - Aug 26 2004 - 07:02

Re: silent semantic changes with reiser4

... can > > > do that, there's not even the need for a daemon. Jamie Lokier wrote: > > (For example, if I edit an HTML file which is encoded in iso- ... " which sets it for me? That was the sole point of my statement. -- Jamie

linux-fsdevel - Jamie Lokier - Sep 2 2004 - 01:57

Re: silent semantic changes with reiser4

Alan Cox wrote: > On Mer, 2004-09-01 at 21:16, Jamie Lokier wrote: > > (For example, if I edit an HTML file which is encoded in iso-8859-1 ... avoiding stat() calls. So I'm not alone in using dnotify for such things.) -- Jamie

linux-fsdevel - Jamie Lokier - Sep 2 2004 - 16:25

Re: Bug: epoll_wait timeout is shorter than requested

Jamie Lokier wrote: > > Well, if the kernel measured the delay more accurately than to a clock > > ... something like that, seeing as epoll is quite non-standard anyway. -- Jamie - To unsubscribe from this list: send the line "unsubscribe linux- ...

linux-fsdevel - Jamie Lokier - Jan 17 2005 - 10:43

Re: [RFC][2.6 patch] Allow creation of new namespaces during mount system call

... Viro wrote: > On Wed, Apr 20, 2005 at 09:43:47PM +0100, Jamie Lokier wrote: > > Al Viro is right to point out that environment variables are not > ... ... ;) Yes it's a bit muddled. -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Apr 20 2005 - 18:16

Re: Hiding secrets from root (Was: Re: [RFC][2.6 patch] Allow creation of new namespaces during mount system call)

... wrote: > On Thu, Apr 21, 2005 at 19:44:56 +0100, Jamie Lokier wrote: > > Jan Hudec wrote: > > > By the way, IIRC so far the root can ... a multi-user system is, not surprisingly, hard.... -- Jamie - To unsubscribe from this list: send the ...

linux-fsdevel - Jamie Lokier - Apr 21 2005 - 16:35

Re: filesystem transactions API

Artem B. Bityuckiy wrote: > Jamie Lokier wrote: > >I think I've wanted something like that for _years_ in unix. > > ... the point of having filesystems in the kernel at all :) ] -- Jamie - To unsubscribe from this list: send the line " ...

linux-fsdevel - Jamie Lokier - Apr 26 2005 - 10:32

speck-geostationary