search for: blockcheck

Displaying 16 results from an estimated 16 matches for "blockcheck".

Did you mean: lockcheck
2009 Jan 06
1
[PATCH] ocfs2: Add statistics for the checksum and ecc operations.
...user wants. For ocfs2, we'll put it in the superblock-specific debugfs directory and pass it down from our higher-level functions. The stats are only registered with debugfs when the filesystem supports metadata ecc. Signed-off-by: Joel Becker <joel.becker at oracle.com> --- fs/ocfs2/blockcheck.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++-- fs/ocfs2/blockcheck.h | 29 +++++++- fs/ocfs2/ocfs2.h | 4 + fs/ocfs2/super.c | 42 +++++++++--- 4 files changed, 240 insertions(+), 19 deletions(-) diff --git a/fs/ocfs2/blockcheck.c b/fs/ocfs2/blockcheck.c index 2a947c4....
2009 Apr 30
0
[PATCH] ocfs2: Add statistics for the checksum and ecc operations.
...user wants. For ocfs2, we'll put it in the superblock-specific debugfs directory and pass it down from our higher-level functions. The stats are only registered with debugfs when the filesystem supports metadata ecc. Signed-off-by: Joel Becker <joel.becker at oracle.com> --- fs/ocfs2/blockcheck.c | 184 ++++++++++++++++++++++++++++++++++++++++++++++-- fs/ocfs2/blockcheck.h | 29 +++++++- fs/ocfs2/ocfs2.h | 4 + fs/ocfs2/super.c | 42 +++++++++--- 4 files changed, 240 insertions(+), 19 deletions(-) diff --git a/fs/ocfs2/blockcheck.c b/fs/ocfs2/blockcheck.c index 2a947c4....
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 ocfs2_block_check_validate(void *data, size_t blocksize, ocfs...
2009 Jun 16
0
[GIT PULL] ocfs2 updates for 2.6.31
...vent() in o2net_send_message_vec() Tao Ma (3): ocfs2: Don't printk the error when listing too many xattrs. ocfs2: Remove redundant gotos in ocfs2_mount_volume() ocfs2: Adjust rightmost path in ocfs2_add_branch. fs/ocfs2/alloc.c | 80 ++++++++++++++++++- fs/ocfs2/blockcheck.c | 184 ++++++++++++++++++++++++++++++++++++++++++-- fs/ocfs2/blockcheck.h | 29 +++++++- fs/ocfs2/cluster/masklog.h | 35 ++++---- fs/ocfs2/cluster/tcp.c | 7 +- fs/ocfs2/dir.c | 21 +++--- fs/ocfs2/dlmglue.c | 51 ++++++++++++ fs/ocfs2/dlmglue.h...
2009 Jun 02
3
Anything I'm missing for 2.6.31?
...ple tiny fixes for ocfs2. I thought I'd list up what I know is outstanding, and I was hoping to find out if I was missing anything. If I am, I need to get it in linux-next and set for the merge window ASAP. - metaecc-stats This is a trivial patch I put together to track errors seen by the blockcheck code. No one has reviewed it. Not a high priority, but I suspect that if it looks good to a reviewer, we can push it whenever we want. - cacheme These are the changes that separate out the metadata cache from the ocfs2_inode. All metadata I/O and caching is done against the cache rather than...
2009 Aug 11
0
[GIT PULL] ocfs2 fixes for 2.6.31-rc5
...adlock on umount ocfs2: Make global quota files blocksize aligned ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() ocfs2: Initialize blocks allocated to local quota file ocfs2: Zero out padding of on disk dquot structure ocfs2: Fix initialization of blockcheck stats ocfs2: Remove syncjiff field from quota info ocfs2: Define credit counts for quota operations ocfs2: Fix possible deadlock when extending quota file Jeff Liu (1): ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging Jeff Mahoney (1): ocfs2: Fixu...
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
...CoW. Tristan Ye (1): Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8. fs/ext3/super.c | 4 +- fs/ext4/super.c | 8 +- fs/jbd2/journal.c | 4 + fs/libfs.c | 29 ++++ fs/ocfs2/aops.c | 9 +- fs/ocfs2/aops.h | 3 +- fs/ocfs2/blockcheck.c | 4 +- fs/ocfs2/file.c | 49 +++---- fs/ocfs2/inode.c | 6 +- fs/ocfs2/inode.h | 11 +- fs/ocfs2/ioctl.c | 356 +++++++++++++++++++++++++++++++++++++++++++++++ fs/ocfs2/journal.c | 9 +- fs/ocfs2/journal.h | 3 +- fs/ocfs2/mmap.c...
2010 Sep 07
1
[GIT PULL] ocfs2 fixes for 2.6.36.
...on error Tao Ma (2): ocfs2: make __ocfs2_page_mkwrite handle file end properly. ocfs2: Use the right group in nfs sync check. Tristan Ye (1): Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef25f9b1ac7b45). fs/ocfs2/alloc.c | 2 +- fs/ocfs2/blockcheck.c | 4 +- fs/ocfs2/file.c | 15 ++- fs/ocfs2/inode.c | 6 +- fs/ocfs2/mmap.c | 8 +- fs/ocfs2/namei.c | 302 ++++++++++++++++++++++++++++++++++++----------- fs/ocfs2/refcounttree.c | 5 +- fs/ocfs2/suballoc.c | 219 ++++++++++++++++++++++++++++++--...
2009 Jul 22
8
[PATCH 0/7] OCFS2 quota fixes (version 2)
Hi, here is the second version of OCFS2 quota fixes with Joel's comments fixed. Also I've added a patch defining counts of credits for quota operations as Joel asked. Honza
2009 Jul 15
7
[PATCH 0/6] Quota fixes for 2.6.31-rc4
Hi, I did some more in-depth testing of OCFS2 quota code, especially with ECC feature enabled and spotted some problems. First four patches fix them. I need the fifth patch to be able to mount OCFS2 filesystem with 2.6.31-rc3. The sixth patch fixes a potential problem when quota syncing interval is updated while the cluster is running (which is not possible currently). Joel, could you please
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all, So I have finally finished the v1 of reflink for ocfs2. It has some bugs that I am still investigating, but the schema is almost there. So I'd like to send it out first for review. And Tristan and I will continue to work on the stability of the code. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all, Change from v1 to v2: bug fix and metadata/credits reservation improvement. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all, So I have finally finished the v3 of reflink for ocfs2. The biggest change is that we support 64bit cluster offset now(Thank Mark and Joel for it). [View] http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount [Pull] git://oss.oracle.com/git/tma/linux-2.6.git refcount The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging