Displaying 12 results from an estimated 12 matches for "sync_sup".
Did you mean:
  sync_seq
  
2002 Dec 06
2
[patch] fix the ext3 data=journal unmount bug
...r.c    |   25 +++++++++++++------------
 fs/super.c         |    6 +++++-
 include/linux/fs.h |    3 ++-
 4 files changed, 24 insertions(+), 16 deletions(-)
--- linux-akpm/fs/buffer.c~sync_fs	Thu Dec  5 21:33:56 2002
+++ linux-akpm-akpm/fs/buffer.c	Thu Dec  5 21:33:56 2002
@@ -327,6 +327,8 @@ int fsync_super(struct super_block *sb)
 	lock_super(sb);
 	if (sb->s_dirt && sb->s_op && sb->s_op->write_super)
 		sb->s_op->write_super(sb);
+	if (sb->s_op && sb->s_op->sync_fs)
+		sb->s_op->sync_fs(sb);
 	unlock_super(sb);
 	unlock_kernel();
 
@@ -346,7...
2013 Jan 17
2
Centos 6.3: load average strangeness
...0   0     0    0    0 S  0.0  0.0   0:00.00 async/mgr                                                             12 root      20   0     0    0    0 S  0.0  0.0   0:00.00 pm                                                                    13 root      20   0     0    0    0 S  0.0  0.0   0:13.75 sync_supers                                                        
>    14 root      20   0     0    0    0 S  0.0  0.0   0:12.35 bdi-default                                            
But none of process still work, top have no process > 0,xx and also
iotop value are > 0,xx.
This is the vmstat...
2001 May 16
1
Re: [linux-lvm] lvm deadlock with 2.4.x kernel?
...orruption.
> >>
> >> Since he is seeing deadlock, it seems more likely reiserfs is trying to
> >> lock a buffer for i/o, and that is hanging for some reason....
> >
> > But what does PV_FLUSH do?  Calls fsync_dev() to flush dirty buffers to
> > disk, and sync_supers() and waits for buffer I/O completion.  This is
> > unlikely to be the cause of a problem, because that happens on each
> > sync call.
> >
> > It then calls __invalidate_buffers(dev, 0), which destroys everything
> > but dirty buffers (on ALL buffer lru lists).
>...
2002 Dec 15
1
ext3 updates for 2.4.20
There are three patches at
	http://www.zip.com.au/~akpm/linux/patches/2.4/2.4.20/
sync_fs.patch:
	Fix the ext3 data=journal data-loss-on-unmount bug
sync_fs-fix.patch:
	Fix sync_fs.patch to not deadlock the fs when running
	`mount -o remount' against a heavily loaded filesystem.
ext3-use-after-free.patch
	Fix a use-after-free bug which can cause memory corruption
	if the filesystem runs
2013 Feb 07
2
Too Many Running Process
...00:00:00 events/20
  120 ?        00:00:00 events/21
  121 ?        00:00:00 events/22
  122 ?        00:00:00 events/23
  123 ?        00:00:00 cgroup
  124 ?        00:00:00 khelper
  125 ?        00:00:00 netns
  126 ?        00:00:00 async/mgr
  127 ?        00:00:00 pm
  128 ?        00:00:00 sync_supers
  129 ?        00:00:00 bdi-default
  130 ?        00:00:00 kintegrityd/0
  131 ?        00:00:00 kintegrityd/1
  132 ?        00:00:00 kintegrityd/2
  133 ?        00:00:00 kintegrityd/3
  134 ?        00:00:00 kintegrityd/4
  135 ?        00:00:00 kintegrityd/5
  136 ?        00:00:00 kintegri...
2020 Apr 22
3
slow performance on company production server I need help
...? 0.0? 0.0?? 0:00.00 khelper
???? 21 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.01 netns
???? 22 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 async/mgr
???? 23 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 pm
???? 24 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.29 sync_supers
------------
This is a company production mail server, and I can't find the solution,
I need help, as soon as someone is able, thank you!
2020 Apr 22
0
slow performance on company production server I need help
...khelper
> ???? 21 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.01 netns
> ???? 22 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 async/mgr
> ???? 23 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 pm
> ???? 24 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.29 sync_supers
> ------------
> This is a company production mail server, and I can't find the solution,
> I need help, as soon as someone is able, thank you!
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailm...
2020 Apr 22
3
slow performance on company production server I need help
...root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.01 netns
>> ???? 22 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 async/mgr
>> ???? 23 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 pm
>> ???? 24 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.29
>> sync_supers
>> ------------
>> This is a company production mail server, and I can't find the solution,
>> I need help, as soon as someone is able, thank you!
>> _______________________________________________
>> CentOS mailing list
>> CentOS at centos.org
>> ht...
2020 Apr 22
0
slow performance on company production server I need help
...0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.01 netns
>>> ???? 22 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 async/mgr
>>> ???? 23 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.00 pm
>>> ???? 24 root????? 20?? 0???? 0??? 0??? 0 S? 0.0? 0.0?? 0:00.29
>>> sync_supers
>>> ------------
>>> This is a company production mail server, and I can't find the solution,
>>> I need help, as soon as someone is able, thank you!
>>> _______________________________________________
>>> CentOS mailing list
>>> CentOS a...
2011 Aug 17
3
Bug#638152: Error: Device 51712 (vbd) could not be connected. Hotplug scripts not working.
...ot        23  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [pm]
root        24  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [xenwatch]
root        25  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [xenbus]
root        26  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [sync_supers]
root        27  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [bdi-default]
root        28  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [kintegrityd/0]
root        29  0.0  0.0      0     0 ?        S    01:38   0:00  \_ [kintegrityd/1]
root        30  0.0  0.0      0     0 ?...
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#
2010 Aug 15
24
Xen patches merged to upstream Linux 2.6.36, plans for 2.6.37?
Hello,
It looks like upstream linux-2.6.git contains at least the following
xen related new features for Linux 2.6.36:
- Xen-SWIOTLB support (required for Xen PCI passthru and dom0)
- Xen PV-on-HVM drivers
- Xen VBD online dynamic resize of guest disks (xvd*)
Congratulations!
What are the plans for 2.6.37 merge window? I believe at least:
- Xen PCI frontend
Others? I''m going to