similar to: [PATCH - 2.6.17-rc5] ext3: Fix missed mutex unlock - unroll

Displaying 20 results from an estimated 100 matches similar to: "[PATCH - 2.6.17-rc5] ext3: Fix missed mutex unlock - unroll"

2007 Mar 29
3
tune2fs -l stale info
Hello, I just noticed that 'tune2fs -l' did not returned a "lively" updated information regarding the free inodes count (looks like it's always correct after unmounting). It became suprising after an online resizing operation, where the total inode count was immediatly updated (grown in my case) but the free inode count was the same: one could deduce that suddenly a lot of
2021 Sep 21
2
Repo for RHEL docs in CentOS Stream
On Fri, 2021-09-17 at 14:19 +0200, Tomas Capek wrote: > Hey folks, > > ??? I'm following up after a meeting with Rich, Karsten, and others, > where we discussed next steps towards setting up a mirror of > > https://gitlab.cee.redhat.com/red-hat-enterprise-linux-documentation/rhel-8-docs > > at > > https://gitlab.com/redhat/centos-stream/docs > >
2006 Aug 29
10
mini-os: gnttab.c does not compile
Hello, sorry to bother you with this: while trying to compile mini-os from xen-unstable.hg, I noticed that compilation failed like this: gcc -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -m32 -march=i686 -g -Iinclude -Iinclude/x86 -Iinclude/x86/x86_32 -c gnttab.c -o gnttab.o gnttab.c: In Funktion »init_gnttab«:
2009 May 18
2
[PATCH] ocfs2/trivial: Code cleanup of ocfs2_mount_volume.
No need for nonsense "goto leave" in the end of ocfs2_mount_volume. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/super.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 79ff8d9..4601a57 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c @@ -1766,13 +1766,8 @@ static int
2020 Feb 14
3
shared folder name or public folder with mail address
On 2/14/20 2:23 PM, Tobias Kirchhofer wrote: > On 14 Feb 2020, at 14:05, Armin Schindler wrote: > >> On 2/14/20 11:44 AM, Tobias Kirchhofer wrote: >>> On 14 Feb 2020, at 11:06, Armin Schindler wrote: >>> >>> ??? Hello! > > [?] > >>> For our new setup (planned with CentOS 8, waiting for the official repo for the latest dovecot >>>
2022 Mar 30
1
Status of RHEL docs for CentOS, questions
Yeah, my issue with Option 2 was that it doesn't reflow. We could get the same side-by-side effect while allowing reflow on smaller screens using CSS flexbox or grid, but I don't know how to do that in asciidoc. Sometimes sites just hand-craft the HTML of the landing page, but I don't want to make work for people. Also, we should consider how well these designs will work with three
2021 Sep 17
1
Repo for RHEL docs in CentOS Stream
Hey folks, I'm following up after a meeting with Rich, Karsten, and others, where we discussed next steps towards setting up a mirror of https://gitlab.cee.redhat.com/red-hat-enterprise-linux-documentation/rhel-8-docs at https://gitlab.com/redhat/centos-stream/docs Interesting question came up - how should the repo be named? Considering that all "redhat", "centos
2022 Mar 28
1
Status of RHEL docs for CentOS, questions
Hi all, while Option 2 was my favorite as well and it looks great on wide screens, one concern is that it might not look as good on mobile devices. Since we had a sync-up call with Shaun last week, we added Option 4 which shows collapsible docs lists and categories under each major version. Hope that helps, Tomas On Fri, Mar 25, 2022 at 7:52 PM Amy Marrich <amy at redhat.com> wrote:
2009 May 06
4
Problem in deliver (Panic: file index-mail-headers.c ...)
Hi All, I'm experiencing a problem with some mails in deliver. Here the logged error message: deliver(stefan at roese.nl): 2009-05-06 11:57:36 Panic: file index-mail-headers.c: line 141 (index_mail_parse_header_finish): assertion failed: ((match[match_idx] & HEADER_MATCH_FLAG_FOUND) == 0) deliver(stefan at roese.nl): 2009-05-06 11:57:36 Error: Raw backtrace: /usr/lib/dovecot/deliver
2002 Jun 03
3
ext3 behaviour when no space on disk
While compiling two kernels and untarring a third, my root fs was remounted r/w and I got the following in dmesg (kernel 2.4.19-pre9): EXT3-fs error (device ide0(3,2)) in ext3_new_inode: error 28 Aborting journal on device ide0(3,2). ext3_abort called EXT3-fs abort (device ide0(3,2)): ext3_journal_start: Detected aborted journal. Remounting filesystem read-only Remounting filesystem read-only
2006 May 03
0
We hit ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0");
Dear ext3-users, we hit this condition in fs/ext3/inode.c:ext3_block_to_path() if (i_block < 0) { ext3_warning (inode->i_sb, "ext3_block_to_path", "block < 0"); occasionally on two identical PATA-IDE disks copied over per filesystem-rsync. What is the impact of this condition? - Kernel was 2.6.13.4, CONFIG_LBD is not set but CONFIG_HIGHMEM4G=y
2004 Jul 22
1
How to interpret corruption error message
(sort-of xposted from linux-kernel) Hi, I am wondering how to interpret this error message, which popped up on a 2.4.26 SMP x86 box two days ago: EXT2-fs: corrupt root inode, run e2fsck init_special_inode: bogus imode (37316) EXT2-fs: corrupt root inode, run e2fsck init_special_inode: bogus imode (37316) EXT2-fs: corrupt root inode, run e2fsck The problem is, the error message doesn't
2002 Apr 02
0
[patch] fix ext3 i_blocks accounting
This fixes the "i_blocks went wrong when the disk filled up" problem. In ext3_new_block() we increment i_blocks early, so the quota operation can be performed outside lock_super(). But if the block allocation ends up failing, we forget to undo the allocation. This is not a serious bug, and probably does not warrant an upgrade for production machines. Its effects are: 1) errors are
2006 May 24
0
klibc kernel tree merged with 2.6.17-rc5; sparc64 changes in
I have finished the work of transmitting sparc64 ROM parameters to kinit via the file /arch.cmd in rootfs. The result is pretty nice, as it gives a clean interface for any other architectures which want to collect architecture-specific options at initialization time. I have also merged my tree with v2.6.17-rc5, although it was a completely orthogonal merge set. The following issues are
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed... Name: sparse-fs_ext3_resize.patch URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2002 Dec 06
2
[patch] fix the ext3 data=journal unmount bug
This patch fixes the data loss which can occur when unmounting a data=journal ext3 filesystem. The core problem is that the VFS doesn't tell the filesystem enough about what is happening. ext3 _needs_ to know the difference between regular memory-cleansing writeback and sync-for-data-integrity purposes. (These two operations are really quite distinct, and the kernel has got it wrong for
2005 Feb 15
1
[PATCH] ext3: Fix sparse -Wbitwise warnings.
Signed-off-by: Alexey Dobriyan <adobriyan at mail.ru> --- fs/ext3/resize.c | 20 ++++++++++---------- fs/ext3/super.c | 8 ++++---- include/linux/ext3_fs.h | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) Index: linux-warnings/include/linux/ext3_fs.h =================================================================== ---
2009 Jun 18
8
Patches backported from mainline
All, Please review the patches backported to 1.4 from mainline. Sunil
2020 Feb 15
0
shared folder name or public folder with mail address
> Armin Schindler <armin.schindler at sysgo.com> hat am 14. Februar 2020 15:02 geschrieben: > One public namespace would look like it is with cyrus in the client: one "shared/" > folder to open/close. That's right, but there is one important difference: Cyrus sorts those folders alphabetically, Dovecot doesn't. Dovecot guys say it's the client's job and
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
The patch below contains the following cleanups: - make some needlessly global code static - super.c: remove the unused global function ext3_panic Please comment ib whether this patch is correct or conflicts with pending changes. diffstat output: fs/ext3/balloc.c | 2 fs/ext3/dir.c | 2 fs/ext3/inode.c | 4 fs/ext3/resize.c | 4