Re: [Jfs-discussion] Out of memory on 3.5 kernels

2012-11-01 Thread Tino Reichardt
* Nico Schottelius wrote: > Good morning, > > update: this problem still exists on 3.6.2-1-ARCH and it got worse: > > I reformatted the external disk to use xfs, but as the my > root filesystem is still jfs, it still appears: > > Active / Total Objects (% used): 642732 / 692268 (92.8%) >

Re: [Jfs-discussion] Out of memory on 3.5 kernels

2012-11-01 Thread Tino Reichardt
* Nico Schottelius nico-kernel20120...@schottelius.org wrote: Good morning, update: this problem still exists on 3.6.2-1-ARCH and it got worse: I reformatted the external disk to use xfs, but as the my root filesystem is still jfs, it still appears: Active / Total Objects (% used):

[PATCH] fs/jfs: Patch with various fixes for the JFS code.

2012-09-21 Thread Tino Reichardt
times. Signed-off-by: Tino Reichardt --- fs/jfs/jfs_dmap.c | 7 --- fs/jfs/jfs_dtree.c | 15 +++ fs/jfs/jfs_imap.c | 17 - fs/jfs/jfs_incore.h | 15 ++- fs/jfs/jfs_txnmgr.c | 17 + fs/jfs/jfs_xtree.c | 10 ++ fs/jfs/n

[PATCH] fs/jfs: Patch with various fixes for the JFS code.

2012-09-21 Thread Tino Reichardt
. Signed-off-by: Tino Reichardt milky-ker...@mcmilk.de --- fs/jfs/jfs_dmap.c | 7 --- fs/jfs/jfs_dtree.c | 15 +++ fs/jfs/jfs_imap.c | 17 - fs/jfs/jfs_incore.h | 15 ++- fs/jfs/jfs_txnmgr.c | 17 + fs/jfs/jfs_xtree.c | 10

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-06 Thread Tino Reichardt
> > * Dave Kleikamp wrote: > > > On 07/28/2012 06:08 AM, Tino Reichardt wrote: > > > > * Tino Reichardt wrote: > > > >> > This patch adds support for the two linux interfaces of the > > > >> > discard/TRIM > > > >&g

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-06 Thread Tino Reichardt
* Dave Kleikamp dave.kleik...@oracle.com wrote: On 07/28/2012 06:08 AM, Tino Reichardt wrote: * Tino Reichardt list-linux-fsde...@mcmilk.de wrote: This patch adds support for the two linux interfaces of the discard/TRIM command for SSD devices and sparse/thinly-provisioned

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-01 Thread Tino Reichardt
* Tino Reichardt wrote: > * Dave Kleikamp wrote: > > On 07/28/2012 06:08 AM, Tino Reichardt wrote: > > > * Tino Reichardt wrote: > > >> > This patch adds support for the two linux interfaces of the > > >> > discard/TRIM > > >>

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-01 Thread Tino Reichardt
* Dave Kleikamp wrote: > On 07/28/2012 06:08 AM, Tino Reichardt wrote: > > * Tino Reichardt wrote: > >> > This patch adds support for the two linux interfaces of the discard/TRIM > >> > command for SSD devices and sparse/thinly-provisioned LUNs. > &

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-01 Thread Tino Reichardt
* Dave Kleikamp dave.kleik...@oracle.com wrote: On 07/28/2012 06:08 AM, Tino Reichardt wrote: * Tino Reichardt list-linux-fsde...@mcmilk.de wrote: This patch adds support for the two linux interfaces of the discard/TRIM command for SSD devices and sparse/thinly-provisioned LUNs. Fixed

Re: [Jfs-discussion] [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-08-01 Thread Tino Reichardt
* Tino Reichardt list-linux-fsde...@mcmilk.de wrote: * Dave Kleikamp dave.kleik...@oracle.com wrote: On 07/28/2012 06:08 AM, Tino Reichardt wrote: * Tino Reichardt list-linux-fsde...@mcmilk.de wrote: This patch adds support for the two linux interfaces of the discard/TRIM

Re: [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-07-28 Thread Tino Reichardt
* Tino Reichardt wrote: > This patch adds support for the two linux interfaces of the discard/TRIM > command for SSD devices and sparse/thinly-provisioned LUNs. Fixed a problem when setting minlen in jfs_ioc_trim(). Signed-off-by: Tino Reichardt -- regards, TR diff -X exclude -urpN

Re: [PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-07-28 Thread Tino Reichardt
* Tino Reichardt list-linux-fsde...@mcmilk.de wrote: This patch adds support for the two linux interfaces of the discard/TRIM command for SSD devices and sparse/thinly-provisioned LUNs. Fixed a problem when setting minlen in jfs_ioc_trim(). Signed-off-by: Tino Reichardt list-...@mcmilk.de

[PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-07-26 Thread Tino Reichardt
in that mail. So than, maybe some other can stress-test JFS on some SSD as well? Signed-off-by: Tino Reichardt PS: Sorry for my bad english ;) -- regards, TR diff -X exclude -urpN linux-git/Documentation/filesystems/jfs.txt linux_jfs-trim/Documentation/filesystems/jfs.txt --- linux-git/Documentation

[PATCH] fs/jfs: TRIM support for JFS Filesystem

2012-07-26 Thread Tino Reichardt
in that mail. So than, maybe some other can stress-test JFS on some SSD as well? Signed-off-by: Tino Reichardt list-...@mcmilk.de PS: Sorry for my bad english ;) -- regards, TR diff -X exclude -urpN linux-git/Documentation/filesystems/jfs.txt linux_jfs-trim/Documentation/filesystems/jfs.txt --- linux