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%) >

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

2012-09-21 Thread Tino Reichardt
) fs/jfs/xattr.c: - ealist in ea_write() line 303 could be NULL, this was not checked I also changed the sysv unchar type to u8, cause u8 is used everywhere but the unchar only 4 times. Signed-off-by: Tino Reichardt --- fs/jfs/jfs_dmap.c | 7 --- fs/jfs/jfs_dtree.c | 15 +++-

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 > > > >>

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: [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

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

2012-07-26 Thread Tino Reichardt
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