similar to: [PATCH] Btrfs: fix warning of free_extent_map

Displaying 20 results from an estimated 800 matches similar to: "[PATCH] Btrfs: fix warning of free_extent_map"

2012 Sep 17
0
[PATCH] Btrfs: do not hold the write_lock on the extent tree while logging V2
Dave Sterba pointed out a sleeping while atomic bug while doing fsync. This is because I''m an idiot and didn''t realize that rwlock''s were spin locks, so we''ve been holding this thing while doing allocations and such which is not good. This patch fixes this by dropping the write lock before we do anything heavy and re-acquire it when it is done. We also need
2009 Sep 24
7
[patch 0/2] grub-0.97: btrfs support
Hello everyone. The following patches are for Fedora 10(**). The distro-independent package will be put to kernel.org a bit later. I. Loading kernels from btrfs volumes Now you can load kernels and initrds from btrfs volumes composed of many devices. WARNING!!! Make sure that all components of your loading btrfs volume(*) are visible to grub. Otherwise, you''ll end with
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2009 Oct 05
2
system hang with btrfs master
I''m using btrfs on two devices here, /usr on sda3 and /home on sdb (dm-crypt device on the whole disk). With btrfs-master the whole system hangs when accessing /home. The system hangs when I''m logging in into my account with KDE and is easily reproducible with dbench. On /usr the hangs appeared also but not as often as on the /home-device. I''ve tested on a third
2010 Mar 22
0
[PATCH] Btrfs: change direct I/O read to not use i_mutex.
This depends on the change to ordered data search. Signed-off-by: jim owens <owens6336@gmail.com> --- fs/btrfs/dio.c | 150 +++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 104 insertions(+), 46 deletions(-) diff --git a/fs/btrfs/dio.c b/fs/btrfs/dio.c index b6934be..c930ff5 100644 --- a/fs/btrfs/dio.c +++ b/fs/btrfs/dio.c @@ -435,14 +435,81 @@ static void
2020 Feb 12
0
[PATCH v3 13/22] compat_ioctl: scsi: move ioctl handling into drivers
On Wed, Feb 12, 2020 at 10:15 PM Johannes Hirte <johannes.hirte at datenkhaos.de> wrote: > > On 2020 Jan 02, Arnd Bergmann wrote: > > Error in getting drive hardware properties > Error in getting drive reading properties > Error in getting drive writing properties > __________________________________ > > Disc mode is listed as: CD-DA > ++ WARN: error in ioctl
2019 May 07
2
[PATCH v7 6/6] xfs: disable map_sync for async flush
On Thu, Apr 25, 2019 at 10:03 PM Pankaj Gupta <pagupta at redhat.com> wrote: > > Dont support 'MAP_SYNC' with non-DAX files and DAX files > with asynchronous dax_device. Virtio pmem provides > asynchronous host page cache flush mechanism. We don't > support 'MAP_SYNC' with virtio pmem and xfs. > > Signed-off-by: Pankaj Gupta <pagupta at
2019 May 07
2
[PATCH v7 6/6] xfs: disable map_sync for async flush
On Thu, Apr 25, 2019 at 10:03 PM Pankaj Gupta <pagupta at redhat.com> wrote: > > Dont support 'MAP_SYNC' with non-DAX files and DAX files > with asynchronous dax_device. Virtio pmem provides > asynchronous host page cache flush mechanism. We don't > support 'MAP_SYNC' with virtio pmem and xfs. > > Signed-off-by: Pankaj Gupta <pagupta at
2012 Nov 01
15
[RFC PATCH v2 0/3] mm/fs: Implement faster stable page writes on filesystems
Hi all, This patchset makes some key modifications to the original ''stable page writes'' patchset. First, it provides users (devices and filesystems) of a backing_dev_info the ability to declare whether or not it is necessary to ensure that page contents cannot change during writeout, whereas the current code assumes that this is true. Second, it relaxes the
2006 Jan 03
2
integration with Meridian/Norstar ATA2
I'm attempting to use an asterisk box with a Digium TDM01B as voicemail for an existing Meridian/Norstar PBX with an ATA-2 adapter. We're having problems where hangup is not always (but sometimes) detected. It's not detected probably 70% of the time or more. (The users transfer callers to an extension--caller then has to navigate a menu to get to the appropriate user). After
2005 Sep 05
9
Asterisk Follow ME
Hi All. I have notice a problem with FM feature (screen macros) on Asterisk CVS version. When call goes via IAX and calling part "accept the call" on Dial command with option M, in macros context it's setting MACRO_RESULT=CONTINUE, but anyway it hangups both channels. If anyone faced with such problem please let me know. I need to know whether it's bug or just configuration
2009 Nov 12
0
[PATCH 11/12] Btrfs: Fix btrfs_drop_extent_cache for skip pinned case
The check for skip pinned case is wrong, it may breaks the while loop immaturely. Signed-off-by: Yan Zheng <zheng.yan@oracle.com> --- fs/btrfs/file.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index a4a6d2c..a78fb9b 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c @@ -179,18 +179,14 @@ int
2008 Mar 21
2
Digium registration utility version 3.0.3 released
Digium has released version 3.0.3 of its product registration utility. This is the first version of the registration utility that is compiled against the uClibc C library. A benefit of this transition is that the register binary should run more consistently and reliably across a wider range of Linux distributions. The new versions of 'register' and 'asthostid' can be
2006 Mar 08
4
Is everyone getting mails except me?
I havent got any mails since 2:42 this morning..usually i get at least the normal 10-15 a hour, if someone gets this can they reply? Thanks! Ron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/c04e3fc9/attachment.htm
2010 Nov 07
2
Any good guides for installing Asterisk on Embedded systems like Alix boards?
Hi Everyone, Knowing that running Asterisk on an embedded board like the Alix2d3 requires some fine tuning. Do you know of any good guides out there that does this from beginning to end? Looking to run this in a small office environment. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2023 Apr 04
2
[PATCH 4/5] fstests/MAINTAINERS: add some specific reviewers
Some people contribute to someone specific fs testing mostly, record some of them as Reviewer. Signed-off-by: Zorro Lang <zlang at kernel.org> --- If someone doesn't want to be in cc list of related fstests patch, please reply this email, I'll remove that reviewer line. Or if someone else (who contribute to fstests very much) would like to a specific reviewer, nominate yourself to
2008 Nov 15
2
Polycom low volume
Using a Polycom 550 and 650 phones on my Asterisk server for testing. I can't figure out why the volume is so low. How can I adjust the volume control on Asterisk? It's at max on the handset phones. Thanks! Hin
2013 Nov 19
6
[PATCH] Btrfs: fix very slow inode eviction and fs unmount
The inode eviction can be very slow, because during eviction we tell the VFS to truncate all of the inode''s pages. This results in calls to btrfs_invalidatepage() which in turn does calls to lock_extent_bits() and clear_extent_bit(). These calls result in too many merges and splits of extent_state structures, which consume a lot of time and cpu when the inode has many pages. In some
2007 Feb 24
8
To use asterisk or proprietary hardware, that is the question
Hi there, Here is my dilema. I have a new small business customer that wants me to put in a VoIP phone system for them. Based on their requirements, I have determined that it needs to be a "set it and forget it" type of thing like a lot of small business proprietary systems. At the same time they would like to be able to do minor dial plan changes themselves so I have determine
2007 Jul 21
3
Has anybody used fanless computers of logic supply with asterisk?
Hi, I have to install an Asterisk PBX for a customer and he wants something like logic supply's fanless computers. Can anybody advise about how good will they work, are they compatible with the Asterisk system? I'll also be installing a sangoma 4 port FXO card in it. -- Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was scrubbed... URL: