All of lore.kernel.org
 help / color / mirror / Atom feed
* Reiser4 for Linux-2.6.27
@ 2008-10-11 21:14 Edward Shishkin
  2008-10-12  9:40 ` callx
  0 siblings, 1 reply; 5+ messages in thread
From: Edward Shishkin @ 2008-10-11 21:14 UTC (permalink / raw)
  To: Reiserfs mailing list; +Cc: Artur Makówka

Hello everyone.

This patch is based on reiser4-for-2.6.25 and contains the following
changes:

1) use trylock_page instead of !TestSetPageLocked (Mathieu Bélanger);
2) use file_remove_suid() instead of remove_suid() (Mathieu Bélanger);
3) fix the problem with gzip1 compression in the case when reiser4 is
   compiled as a module;
4) use __set_page_dirty_nobuffers() instead of reiser4_set_page_dirty();
5) update reiser4_set_page_dirty_internal() to take into account the latest
   changes in vfs.

(4) and (5) fix annoying oom under heavy workload (reproducible with
dbench 190).

The stuff for download can be found here:
http://www.kernel.org/pub/linux/kernel/people/edward/reiser4/reiser4-for-2.6/

Thanks,
Edward.
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 for Linux-2.6.27
  2008-10-11 21:14 Reiser4 for Linux-2.6.27 Edward Shishkin
@ 2008-10-12  9:40 ` callx
  2008-10-12 15:54   ` Jeff Mahoney
  2008-10-13  9:41   ` Edward Shishkin
  0 siblings, 2 replies; 5+ messages in thread
From: callx @ 2008-10-12  9:40 UTC (permalink / raw)
  To: reiserfs-devel


I was trying the patch and  get this error.. 

Kernel: arch/x86/boot/bzImage is ready (#1) 
   Building modules, stage 2 
   MODPOST 45 modules 
ERROR: "swapper_space" [fs/reiser4/reiser4.ko] undefined! 
make[1]: *** [__modpost] Error 1 
make: *** [modules] Error 2 

-- 
View this message in context: http://www.nabble.com/Reiser4-for-Linux-2.6.27-tp19936950p19940006.html
Sent from the ReiserFS - General mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 for Linux-2.6.27
  2008-10-12  9:40 ` callx
@ 2008-10-12 15:54   ` Jeff Mahoney
  2008-10-13  9:57     ` Edward Shishkin
  2008-10-13  9:41   ` Edward Shishkin
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Mahoney @ 2008-10-12 15:54 UTC (permalink / raw)
  To: callx; +Cc: reiserfs-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

callx wrote:
> I was trying the patch and  get this error.. 
> 
> Kernel: arch/x86/boot/bzImage is ready (#1) 
>    Building modules, stage 2 
>    MODPOST 45 modules 
> ERROR: "swapper_space" [fs/reiser4/reiser4.ko] undefined! 
> make[1]: *** [__modpost] Error 1 
> make: *** [modules] Error 2 

This one looks like it's due to swapper_space not being exported. I
don't know if that's on purpose or just overlooked since all the current
users of page_mapping() are in core code.

- -Jeff

- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAkjyHcAACgkQLPWxlyuTD7K0XgCeI0yV6c6gUMX02+BZp1nwIdIw
MV8AoJPQWSM1K39in3vntIj1Eq+B2bFH
=ver0
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 for Linux-2.6.27
  2008-10-12  9:40 ` callx
  2008-10-12 15:54   ` Jeff Mahoney
@ 2008-10-13  9:41   ` Edward Shishkin
  1 sibling, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2008-10-13  9:41 UTC (permalink / raw)
  To: callx; +Cc: reiserfs-devel

callx wrote:
> I was trying the patch and  get this error.. 
>
> Kernel: arch/x86/boot/bzImage is ready (#1) 
>    Building modules, stage 2 
>    MODPOST 45 modules 
> ERROR: "swapper_space" [fs/reiser4/reiser4.ko] undefined! 
> make[1]: *** [__modpost] Error 1 
> make: *** [modules] Error 2 
>   

I have updated the stuff, please, try again.
Thanks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Reiser4 for Linux-2.6.27
  2008-10-12 15:54   ` Jeff Mahoney
@ 2008-10-13  9:57     ` Edward Shishkin
  0 siblings, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2008-10-13  9:57 UTC (permalink / raw)
  To: Jeff Mahoney; +Cc: callx, reiserfs-devel

Jeff Mahoney wrote:
> callx wrote:
> > I was trying the patch and  get this error..
>
> > Kernel: arch/x86/boot/bzImage is ready (#1)
> >    Building modules, stage 2
> >    MODPOST 45 modules
> > ERROR: "swapper_space" [fs/reiser4/reiser4.ko] undefined!
> > make[1]: *** [__modpost] Error 1
> > make: *** [modules] Error 2
>
> This one looks like it's due to swapper_space not being exported. I

Yup, I have shoved this to reiser4 with page_mapping(),
which is too generic in our case.
It seems, we need to patch vfs library with one more version
of set_page_dirty..

Edward.

> don't know if that's on purpose or just overlooked since all the current
> users of page_mapping() are in core code.
>
> -Jeff
>
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-13  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 21:14 Reiser4 for Linux-2.6.27 Edward Shishkin
2008-10-12  9:40 ` callx
2008-10-12 15:54   ` Jeff Mahoney
2008-10-13  9:57     ` Edward Shishkin
2008-10-13  9:41   ` Edward Shishkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.