login
Header Space

 
 

Mailing list archives

Search results

Found 112 matching messages (0.059 seconds). Page 1 of 6.

Re: BUG dcache.c:613 during autofs unmounting in 2.6.19rc2

... 10-16 at 16:58 +0200, Andi Kleen wrote: > > While unmounting autofs on ... available unfortunately: > > > > http://one.firstfloor.org/~andi/autofs-oops1.jpg > > http://one.firstfloor ... BUG. So something is broken. -Andi - To unsubscribe from this list: ...

linux-fsdevel - Andi Kleen - Oct 17 2006 - 06:50

Re: [1/2] 2.6.23-rc3: known regressions with patches

... wrote: > On 13/08/07, Andi Kleen <andi@firstfloor.org> wrote: > > > Unclassified > > > > > > Subject : reset during bootup - 2.6.23-rc2 ( ... that version is not too widely used. -Andi - To unsubscribe from this list: send the ...

linux-fsdevel - Andi Kleen - Aug 13 2007 - 16:56

Re: single-file file system? (fwd)

... wrote: > > On Fri, 1 Oct 2004, Andi Kleen wrote: > > > > Any ideas on how this could be? > > > > The raw partition does not do ... be very raw. O_DIRECT acts the same way. -Andi - To unsubscribe from this list: send the line ...

linux-fsdevel - Andi Kleen - Oct 1 2004 - 06:46

Re: negative seek offsets in VFS

... wrote: > on den 25.05.2005 Klokka 18:39 (+0200) skreiv Andi Kleen: > > My x86-64 users are complaining again that they cannot reach kernel > ... write have these checks too, even pread/pwrite. -Andi - To unsubscribe from this list: send the ...

linux-fsdevel - Andi Kleen - May 25 2005 - 14:48

Re: negative seek offsets in VFS

... at 01:37:31PM +0100, Jamie Lokier wrote: > Andi Kleen wrote: > > The linux system call interface on most (all?) architectures > > ... near nobody uses the unistd.h macros anyways. -Andi - To unsubscribe from this list: send the line ...

linux-fsdevel - Andi Kleen - May 30 2005 - 05:32

Re: reiserfs unstable on large systems in 2.6.13-git9

... 01:21, Chris Mason wrote: > On Mon, 12 Sep 2005 00:30:46 +0200 > > Andi Kleen wrote: > > When I run even relatively minor stress on 8 or ... =105377 (for 2.6.13) looks similar too. -Andi (on 16 core system, but i've seen it ...

linux-fsdevel - Andi Kleen - Sep 12 2005 - 04:48

Re: [PATCH] [8/18] BKL-removal: Remove BKL from remote_llseek

... :09 Trond Myklebust wrote: > > On Mon, 2008-01-28 at 03:58 +0100, Andi Kleen wrote: > > The problem is that it's not a race in who gets ... it was in theory allowed by some specification. -Andi - To unsubscribe from this list: send the ...

linux-fsdevel - Andi Kleen - Jan 28 2008 - 00:38

Re: [PATCH] [3/18] BKL-removal: Convert ext3 to use unlocked_ioctl

... Morton wrote: > On Sun, 27 Jan 2008 03:17:09 +0100 (CET) Andi Kleen wrote: > > I checked ext3_ioctl and it looked largely safe to ... can extract the bug fix for that one. -Andi - To unsubscribe from this list: send the line ...

linux-fsdevel - Andi Kleen - Jan 28 2008 - 02:02

Re: Mentor for a GSoC application wanted (Online ext2/3 filesystem checker)

... 2008 at 12:42:42AM +0100, Jamie Lokier wrote: > Andi Kleen wrote: > > [LVM] always disables barriers if you don't apply a so far unmerged ... on the disk supporting NCQ can be slower. -Andi -- To unsubscribe from this list: send the line ...

linux-fsdevel - Andi Kleen - Apr 21 2008 - 04:01

[PATCH] [3/18] BKL-removal: Convert ext3 to use unlocked_ioctl

... I kept the BKL for those. Cc: sct@redhat.com Cc: adilger@clusterfs.com Signed-off-by: Andi Kleen --- fs/ext3/dir.c | 2 +- fs/ext3/file.c | 2 +- fs/ext3/ioctl ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [1/18] BKL-removal: Convert ext2 over to use unlocked_ioctl

... find anything in there that would need the BKL. So convert it over to use unlocked_ioctl Signed-off-by: Andi Kleen --- fs/ext2/dir.c | 2 +- fs/ext2/ext2.h | 3 +-- fs/ext2/file.c ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [9/18] BKL-removal: Use unlocked_ioctl for jfs

... the updates. Use the i_mutex to protect against this. Cc: shaggy@austin.ibm.com Signed-off-by: Andi Kleen --- fs/jfs/file.c | 2 +- fs/jfs/ioctl.c | 13 ++++++++++--- fs/ ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [17/18] BKL-removal: Convert fuse to unlocked_fasync

Cc: miklos@szeredi.hu Signed-off-by: Andi Kleen --- fs/fuse/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/fs/fuse/dev.c ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [14/18] BKL-removal: Add unlocked_fasync

... eventually and then the non unlocked async entry point could be dropped. Signed-off-by: Andi Kleen --- Documentation/filesystems/vfs.txt | 5 ++++- fs/fcntl.c | 6 +++++- ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [18/18] BKL-removal: Convert bad_inode to unlocked_fasync

Not that it matters much, but it was easy. Signed-off-by: Andi Kleen --- fs/bad_inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/fs/bad_inode.c ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [15/18] BKL-removal: Convert pipe over to unlocked_fasync

Signed-off-by: Andi Kleen --- fs/pipe.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Index: linux/fs/pipe.c =================================================================== --- ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [2/18] BKL-removal: Remove incorrect BKL comment in ext2

No BKL used anywhere, so don't mention it. Signed-off-by: Andi Kleen --- fs/ext2/inode.c | 1 - 1 file changed, 1 deletion(-) Index: linux/fs/ext2/inode.c ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [10/18] BKL-removal: Implement a compat_ioctl handler for JFS

... actual values so this was fairly easy to do. Cc: shaggy@austin.ibm.com Signed-off-by: Andi Kleen --- fs/jfs/file.c | 3 +++ fs/jfs/ioctl.c | 18 ++++++++++++++++++ fs/jfs/ ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [16/18] BKL-removal: Convert socket fasync to unlocked_fasync

Cc: davem@davemloft.net Signed-off-by: Andi Kleen --- net/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/net/socket.c ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

[PATCH] [7/18] BKL-removal: Remove incorrect comments refering to BKL from ext4

BKL is not hold in any of those Cc: sct@redhat.com Cc: adilger@clusterfs.com Signed-off-by: Andi Kleen --- fs/ext4/dir.c | 2 +- fs/ext4/inode.c | 1 - 2 files changed, 1 ...

linux-fsdevel - Andi Kleen - Jan 26 2008 - 22:17

speck-geostationary