Displaying 20 results from an estimated 80 matches for "mfasheh".
Did you mean:
fasheh
2004 Nov 23
1
Re: [Ocfs2-commits] mfasheh commits r1663 - branches/dlm-glue/src
On Mon, Nov 22, 2004 at 09:37:19PM -0600, svn-commits@oss.oracle.com wrote:
> Author: mfasheh
> Date: 2004-11-22 21:37:18 -0600 (Mon, 22 Nov 2004)
> New Revision: 1663
>
> Modified:
> branches/dlm-glue/src/journal.c
> branches/dlm-glue/src/namei.c
> branches/dlm-glue/src/ocfs.h
> branches/dlm-glue/src/super.c
> Log:
> * ocfs_malloc was hardly used...
2010 Apr 06
2
[PATCH] ocfs2/trivial: Code cleanup for allocation reservation.
Two tiny cleanup for allocation reservation.
1. Remove some extra codes in ocfs2_local_alloc_find_clear_bits.
2. Remove an unuseful variables in ocfs2_find_resv_lhs.
Cc: Mark Fasheh <mfasheh at suse.com>
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/localalloc.c | 7 ++-----
fs/ocfs2/reservations.c | 2 --
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c
index 2882f79..0b32113 100644
--- a/fs/ocfs...
2009 Jan 14
15
Backport patches to ocfs2 1.4 tree from mainline
Found 15 patches (out of 162) that appeared relevant to ocfs2 1.4.
Please review.
Sunil
2010 Jun 09
3
[PATCH] ocfs2: Limit default local alloc size within bitmap range.
...local alloc block
bitmap can have. With a bs=512, cs=32K, local volume with 160G,
it calculate 96MB while the maximum local alloc size is only
76M. So the bitmap will overflow and corrupt the system truncate
log file. See bug
http://oss.oracle.com/bugzilla/show_bug.cgi?id=1262
Cc: Mark Fasheh <mfasheh at suse.com>
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/localalloc.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c
index 3d74196..ec6adbf 100644
--- a/fs/ocfs2/localalloc.c
+++ b/fs/ocfs2/localal...
2009 Jan 16
2
[PATCH] ocfs2: return f_fsid info in ocfs2_statfs(), v4
...om ocfs2_statfs().
Because uuid_str is identified no mater on big or litlle endian machine, it's also endian consistent
to use osb->uuid_str to generate f_fsid value.
Signed-off-by: Coly Li <coly.li at suse.de>
Cc: Sunil Mushran <sunil.mushran at oracle.com>
Cc: Mark Fasheh <mfasheh at suse.com>
---
fs/ocfs2/super.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
index 43ed113..c953933 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -1425,6 +1425,10 @@ static int ocfs2_statfs(struct dentry *dentry, str...
2015 Oct 14
2
Ocfs2-devel Digest, Vol 138, Issue 31 review
...--------------------------!
-!
> ---
>> zhangguanghui
>>
>>
>> *From:* Joseph Qi <mailto:joseph.qi at huawei.com>
>> *Date:* 2015-10-14 16:13
>> *To:* zhangguanghui 10102 (CCPL) <mailto:zhang.guanghui at h3c.com>
>> *CC:* mfasheh > <mailto:mfasheh at suse.de>; 'ocfs2-users at oss.oracle.com' (ocfs2-users at oss.oracle.com) <mailto:ocfs2-users at oss.oracle.com>; ocfs2-devel at oss.oracle.com <mailto:ocfs2-devel at oss.oracle.com>; rgoldwyn <mailto:rgoldwyn at suse.com>
>> *Subje...
2015 Oct 14
2
Ocfs2-devel Digest, Vol 138, Issue 31 review
...nk that it is not reasonable, Therefore, this setting shall be canceled in __ocfs2_abort.
thanks
________________________________
zhangguanghui
From: Joseph Qi<mailto:joseph.qi at huawei.com>
Date: 2015-10-14 16:13
To: zhangguanghui 10102 (CCPL)<mailto:zhang.guanghui at h3c.com>
CC: mfasheh ><mailto:mfasheh at suse.de>; 'ocfs2-users at oss.oracle.com' (ocfs2-users at oss.oracle.com)<mailto:ocfs2-users at oss.oracle.com>; ocfs2-devel at oss.oracle.com<mailto:ocfs2-devel at oss.oracle.com>; rgoldwyn<mailto:rgoldwyn at suse.com>
Subject: Re: [Ocfs2-deve...
2010 Mar 12
1
[PATCH] ocfs2: Always try for maximum bits with new local alloc windows
...ting the number of bits we can accept. So
while we still want to ask for a minimum number of bits equal to window
size, there is no reason why we should limit the number of bits the local
alloc should accept. Hence always allow the maximum number of local alloc
bits.
Signed-off-by: Mark Fasheh <mfasheh at suse.com>
---
fs/ocfs2/localalloc.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/fs/ocfs2/localalloc.c b/fs/ocfs2/localalloc.c
index 9ab9d33..955a60b 100644
--- a/fs/ocfs2/localalloc.c
+++ b/fs/ocfs2/localalloc.c
@@ -1002,7 +1002,7 @@ static int ocfs2_local_a...
2009 Apr 17
26
OCFS2 1.4: Patches backported from mainline
Please review the list of patches being applied to the ocfs2 1.4 tree.
All patches list the mainline commit hash.
Thanks
Sunil
2008 Mar 22
0
[git patches] ocfs2 MAINTAINERS update
...rojects,
so we'll just put Joel in his spot.
So, it should more or less be business as usual with respect to
Ocfs2, other than that Joel and I will share some of the maintainership
load.
--Mark
Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
MAINTAINERS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Mark Fasheh (1):
ocfs2: MAINTAINERS update
diff --git a/MAINTAINERS b/MAINTAINERS
index 03e4602..73883b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2...
2009 Feb 03
1
[git patches] Ocfs2 and Configfs fixes
Please pull from 'upstream-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
to receive the following updates:
fs/configfs/dir.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++
fs/ocfs2/alloc.c | 3 ++
fs/ocfs2/dcache.c | 42 +++++++++++++++++++++++++++++++--
fs/ocfs2/dcache.h | 9 ++++++-
fs/ocfs2/dlmglue...
2009 Apr 21
1
[PATCH] ocfs2: Change repository in MAINTAINERS.
...NERS
index abbedb6..a2ccae5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4112,7 +4112,7 @@ P: Joel Becker
M: joel.becker at oracle.com
L: ocfs2-devel at oss.oracle.com (moderated for non-subscribers)
W: http://oss.oracle.com/projects/ocfs2/
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
S: Supported
F: Documentation/filesystems/ocfs2.txt
F: Documentation/filesystems/dlmfs.txt
--
1.6.1.3
--
Life's Little Instruction Book #139
"Never deprive someone of hope; it might be all they have.&...
2013 Apr 06
3
btrfs-progs: re-add send-test
From: Mark Fasheh <mfasheh@suse.de>
btrfs-progs: re-add send-test
send-test.c links against libbtrfs and uses the send functionality provided
to decode and print a send stream to the console.
66819df "btrfs-progs: add send-test" contained this file when
submitted, but somehow got lost on commit.
[sandeen@red...
2013 Mar 11
1
[PATCH 1/2] ocfs2: Delay inode update transactions after verifying the input flags
There is no need to start the inode update transactions before/while verifying
the input flags. As a refinement, this patch delay the transactions utill the
pre-check up is ok.
Signed-off-by: Jie Liu <jeff.liu at oracle.com>
Cc: Joel Becker <jlbec at evilplan.org>
Cc: Mark Fasheh <mfasheh at suse.com>
---
fs/ocfs2/ioctl.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c
index f20edcb..c739c24 100644
--- a/fs/ocfs2/ioctl.c
+++ b/fs/ocfs2/ioctl.c
@@ -101,13 +101,6 @@ static int ocfs2_set_inode_attr(struct...
2010 Aug 12
3
[PATCH 1/2] ocfs2: Fix metaecc error messages
Like tools, the checksum validate function now prints the values in hex.
Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
fs/ocfs2/blockcheck.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ocfs2/blockcheck.c b/fs/ocfs2/blockcheck.c
index ec6d123..c7ee03c 100644
--- a/fs/ocfs2/blockcheck.c
+++ b/fs/ocfs2/blockcheck.c
@@ -439,7 +439,7 @@ int
2009 Feb 05
1
[PATCH 1/3] jbd2: Fix possible NULL pointer dereference in jbd2_journal_begin_ordered_truncate()
If we race with commit code setting i_transaction to NULL, we could possibly
dereference it. Proper locking requires journal pointer (journal->j_list_lock)
we don't have. So we have to change the prototype of the function so that
filesystem passes us the journal pointer. Also add more detailed comment
about why function does what it does how it should be used.
Thanks to Dan Carpenter
2010 Apr 21
2
[PATCH] ocfs2: Update VFS inode's id info after reflink.
In reflink we update the id info in the disk but forget to update
the corresponding information in the VFS inode. So update them
accordingly in case we want to preserve the attributes.
Reported-by: Jeff Liu <jeff.liu at oracle.com>
Signed-off-by: Tao Ma <tao.ma at oracle.com>
---
fs/ocfs2/refcounttree.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
...y Joel. This time the focus is on writing of leaves in
indexed xattr trees and managing those changes in a fashion which makes the
meta data checksum patches in round 3 more straight forward.
--Mark
Please pull from 'upstream-round2' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-round2
to receive the following updates:
fs/Kconfig | 7 +
fs/Makefile | 1 +
fs/dquot.c | 436 +++++++++----
fs/ext3/super.c | 16 +-
fs/ext4/super.c | 15 +...
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
...was
instrumental to getting this together.
Finally, my apologies for the large e-mail. There's a lot of patches here
and I wanted to make sure any interested parties had a good idea of what
they represent.
--Mark
Git branch with these changes:
git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git upstream-linus
Diffstat and shortlog:
Documentation/ABI/obsolete/o2cb | 11 +
Documentation/ABI/stable/o2cb | 10 +
Documentation/ABI/testing/sysfs-ocfs2 | 89 +++
Documentation/feature-removal-schedule.txt | 10 +
MAINTAINERS...
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...[<ffffffff8176106d>] system_call_fastpath+0x1a/0x1f
Aug 11 11:32:25 cvknode73 kernel: [678904.825431] OCFS2: abort (device sdu): ocfs2_start_trans: Detected aborted journal
________________________________
zhangguanghui
Message: 8
Date: Fri, 28 Aug 2015 16:45:44 -0700
From: Mark Fasheh <mfasheh at suse.de>
Subject: Re: [Ocfs2-devel] [patch 04/28] ocfs2: add errors=continue
To: akpm at linux-foundation.org
Cc: ocfs2-devel at oss.oracle.com, rgoldwyn at suse.com
Message-ID: <20150828234544.GN1145 at wotan.suse.de>
Content-Type: text/plain; charset=us-ascii
On Wed, Aug 26, 2015 at...