Activity
From 2012-07-27 to 2012-08-25
2012-08-25
-
11:53 PM Feature #2962: Upgrade of acpica from 20110527 to 20120320
- Gary, is there anything to try/test yet?
-
05:58 PM Bug #1930 (Closed): smb_match functions incorrectly handle multibyte characters
- This should be resolved by correctly handling the wildcards.
-
05:11 AM Feature #3123 (Resolved): need a way to force loading of DTrace helpers
- if a DTrace helper is built with -xlazyload then it will not be loaded by default. This is the case for libjvm.so whi...
2012-08-24
-
10:13 PM Bug #3122 (Resolved): zfs destroy filesystem should prefetch blocks
- The new background destroy of filesystems doesn't prefetch blocks, which makes it quite slow. The problem is that th...
-
08:54 PM Bug #3121: missing SMF method directories should say something useful
- It's about home dir :-)
-
08:45 PM Bug #3121 (Resolved): missing SMF method directories should say something useful
- An openindiana user received this output...
-
08:34 PM Bug #3120 (Resolved): zinject hangs in zfsdev_ioctl() due to uninitialized zc
- This is related to #3118, but even if it's fixed, we still need to fix zinject.
-
05:15 PM Bug #3119 (Resolved): zonecfg(1M) still mentions sparse zones
- sparse zones no longer exist (the properties, etc, aren't present). The manual page should not mention them (and tho...
-
03:47 PM Bug #3103 (Resolved): zfs mdb module may get wrong refcount struct
- changeset: 13780:6da32a929222
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Fr... -
03:47 PM Bug #3100 (Resolved): zvol rename fails with EBUSY when dirty
- changeset: 13780:6da32a929222
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Fr... -
02:33 PM Bug #3118 (New): zfsdev_ioctl: kernel doesn't validate arguments from userspace
- Kernel had to check all passed argument against "wrong" values. But now zfsdev_ioctl trusts in userspace.
----
zf... -
06:31 AM Bug #3117 (Resolved): aac forgets C isn't math
- Rich Lowe found there is a place in aac does:
ASSERT(AAC_MAX_LD <= tgt < AAC_MAX_DEV(softs));
That's always t...
2012-08-23
-
08:06 PM Bug #3116 (Closed): zpool reguid may log negative guids to internal SPA history
- Reguid logging introduced in changeset 13777:b1e53580146d logs old and new guid as signed...
-
05:44 PM Bug #3088 (Resolved): some THIRDPARTYLICENSE files erroneously removed
- Resolved in r13778 commit:e6b6968147fd
-
05:44 PM Bug #3063 (Resolved): many instances of unlike enum comparison
- Resolved in r13779 commit:bf40125f4b37
-
04:54 AM Bug #874: beadm's space accounting is deeply dubious
- The logical way to implement this is to use the data behind 'zfs destroy -n'. Thus each BE would be charged with the...
2012-08-22
-
09:50 PM Bug #3115 (Resolved): poll(2) returns prematurely in presence of spurious wakeups
- From Matt Ahrens's original bug report at Delphix (the deadman thing he mentions hasn't been pushed to Illumos yet, b...
-
09:26 PM Bug #3114 (Resolved): some leaked nvlists in zfsdev_ioctl
- When the ZFS test suite is run with kmem debugging enabled it finds several memory leaks in zfsdev_ioctl
-
09:24 PM Feature #3113 (Resolved): ztest should use watchpoints to protect frozen arc bufs
- There is a relatively frequent failure in ztest where the arc detects that a buffer was modified while frozen and fai...
-
09:22 PM Bug #3112 (Resolved): ztest does not honor ZFS_DEBUG
- ztest does not check the ZFS_DEBUG environment variable, which specifies which dprintf() messages should be enabled.
-
04:06 PM Bug #933: Sound is periodically scratchy
- Thought I'd finally try 64-bit on a board with the same audio electronics...
Using OpenIndiana Build oi_151a5 64-bit... -
04:02 PM Bug #3087: libuuid has a lot of dependencies
- The UUID spec requires us to know things that require libdlpi, if I recall correctly.
But look, the root of the pr... -
10:29 AM Bug #3109 (Resolved): libshare_nfs: findopt() should return index
- Currently, it returns the counter, fortunately, it's equal to the index for a while. But the optdefs symbol has an if...
-
10:11 AM Bug #3108 (Feedback): nfs:VERIFY/NVERIFY operations return wrong error code when fs_attribute
-
10:10 AM Bug #3108 (Feedback): nfs:VERIFY/NVERIFY operations return wrong error code when fs_attribute
- VERIFY/NVERIFY operations return INVAL but shoud return NOTSUPP
-
10:04 AM Bug #3107 (Feedback): nfs4_getattr incorrectly checks bit masks
-
10:04 AM Bug #3107 (Resolved): nfs4_getattr incorrectly checks bit masks
- Erroneous using OR to check bits instead of AND in nfs4_getattr() in usr/src/uts/common/fs/nfs/nfs4_vnops.c
In nfs... -
09:42 AM Bug #3105 (Feedback): Kernel inet_pton() implementation returns result in host byte order
-
09:39 AM Bug #3105 (Resolved): Kernel inet_pton() implementation returns result in host byte order
- Currently, kernel's inet_pton returns result with wrong order, of bytes, for it depends on the system endian style. B...
-
09:41 AM Bug #3106 (Resolved): rpc: xdr_sizeof can return wrong size
- Due to non initialized x_base, x_inline() can return NULL with moved x_handy.
2012-08-21
-
06:35 PM Feature #3104 (Resolved): eliminate empty bpobjs
- From Matt Ahrens's original bug report at delphix:
Every snapshot has a deadlist, which tracks which blocks it del... -
12:45 PM Bug #2986: nfs: exi refcounter leak at rfs3_lookup
- ...
-
11:43 AM Bug #3086 (Resolved): unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasets
- changeset: 13776:cd512c80fd75
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Tu... -
04:07 AM Bug #3103 (Resolved): zfs mdb module may get wrong refcount struct
- The refcount structure is different when compiled debug vs nondebug. Therefore, we want to make sure we get the refc...
2012-08-20
-
11:56 PM Feature #3057 (Resolved): Remove sgml util from cmd/man
- Resolved in r13775 commit:1d7e7613366b
-
07:36 PM Bug #3102 (Resolved): vdev_uberblock_load() and vdev_validate() may read the wrong label
- While running 'ztest' we occasionally hit failures that look like this:
Executing zdb -bccsv -U /tank/fs/ztest/zpo... -
07:27 PM Feature #104: Bring back lx brand
- As recently pointed on the mailing list, there is a blog with diff-files and explanation of these updates which retur...
-
03:45 AM Bug #3100 (Resolved): zvol rename fails with EBUSY when dirty
- When renaming a zvol we need to sync out dirty data first.
-
02:29 AM Bug #3099 (Closed): AMD hudson D3 AHCI support
- 151a5 not support AMD hudson D3 chipset AHCI.
AMD hudson D3 chipset AHCI device, the vendor id is 0x1022, device i... -
12:47 AM Bug #3098 (Resolved): zfs userspace/groupspace fail without saying why when run as non-root
- ...
2012-08-19
-
10:05 PM Bug #3097 (New): zfs set doesn't check length of user property
- Despite the zfs(1M) saying the following in 'User Properties' section:...
-
08:36 PM Bug #3088: some THIRDPARTYLICENSE files erroneously removed
- perl and tcpd. I'll have the webrev out tomorrow.
-
07:33 PM Bug #3088: some THIRDPARTYLICENSE files erroneously removed
- It would be nice to have the list of them here ;-)
-
03:35 PM Bug #3096 (Resolved): libctf does not validate function types correctly
- Currently libctf does not validate the types of a function that are passed in. It does not make sure that the return ...
-
03:14 PM Bug #3095 (Resolved): libctf does not validate arrays correctly
- Currently libctf does no validation when using the ctf_create_array() function. All it currently checks is that the a...
-
03:10 PM Feature #3094 (Resolved): libctf should support removing a dynamic type
- As part of doing the work for 3089 and trying to support self-referential structures, this forces us to be unable to ...
-
01:39 PM Bug #3093 (Resolved): zfs {user,group}space's -i is noop
- zfs {user,group}space's -i option (SID to POSIX ID translation) isn't used at all.
2012-08-18
-
02:49 PM Bug #3091 (Resolved): add -n to zlogin so its more compatible with rsh command line
- In some circumstances, it is easy to replace the execution of rsh with zlogin quite easily, e.g.
rsh remotemachine... -
02:20 AM Bug #3065 (Resolved): some functions in the tcp module can be static
- Resolved in r13774 commit:80b84226b49f
2012-08-17
-
10:26 PM Bug #3090 (Resolved): vdev_reopen() during reguid causes vdev to be treated as corrupt
- There is a period between the time spa_change_guid() is called and when the
labels with the new guid are synced to d... -
08:32 PM Feature #3089 (Resolved): want ::typedef
- Often times when using mdb, people run into situations where they either don't have CTF data or there are anonymous s...
-
07:02 PM Bug #3088 (Resolved): some THIRDPARTYLICENSE files erroneously removed
- A couple of THIRDPARTYLICENSE files got removed in error, despite the fact we still use them.
"Luckily", the close... -
03:56 PM Bug #3087: libuuid has a lot of dependencies
- Rich Lowe wrote:
> libuuid is not the problem, libdlpi (and others) are, as you point out. Fix them, if anything.
... -
03:55 PM Bug #3087: libuuid has a lot of dependencies
- libuuid is not the problem, libdlpi (and others) are, as you point out. Fix them, if anything.
-
12:15 PM Bug #3087 (In Progress): libuuid has a lot of dependencies
- libuuid has a lot of dependencies through libdlpi.so:...
2012-08-16
-
09:19 PM Bug #3086 (Resolved): unnecessarily setting DS_FLAG_INCONSISTENT on async destroyed datasets
- The DS_FLAG_INCONSISTENT is set synchronously on a dataset before it is
destroyed. With async_destroy enabled this i... -
08:58 PM Bug #2399 (Resolved): zfs manual page does not document use of "zfs diff"
- Resolved in r13773 commit:00c2a08cf1bb
-
05:46 PM Bug #2399 (In Progress): zfs manual page does not document use of "zfs diff"
-
08:58 PM Bug #3085 (Resolved): zfs diff panics, then panics in a loop on booting
- Resolved in r13772 commit:2579580ac955
-
06:25 PM Bug #3085: zfs diff panics, then panics in a loop on booting
- It looks like the panic will occur any time a 'zfs release' causes a defer-destroyed snapshot to actually get destroy...
-
04:33 PM Bug #3085: zfs diff panics, then panics in a loop on booting
- I booted a prior BE, out of desparation, which hasn't crashed.
It seems likely that Matt's change to use _internal... -
01:58 AM Bug #3085: zfs diff panics, then panics in a loop on booting
- Yes, dsl_dataset_user_release_sync....
-
01:45 AM Bug #3085: zfs diff panics, then panics in a loop on booting
- I think we found the problem. spa_history_log_internal_ds() is being called too late from dsl_dataset_user_release_sy...
-
01:32 AM Bug #3085: zfs diff panics, then panics in a loop on booting
- Are you able to get a dump? If the diff was not on your root filesystem, you can boot with "-m milestone=none" in th...
-
01:11 AM Bug #3085: zfs diff panics, then panics in a loop on booting
- It's not clear to me (or, I think, Schrock), whether the problem is that the ds_dir is NULL, or that we don't cope.
... -
12:52 AM Bug #3085: zfs diff panics, then panics in a loop on booting
- It is perhaps important that the zfs diff invocation I used was of the form...
-
12:38 AM Bug #3085 (Resolved): zfs diff panics, then panics in a loop on booting
- I had the misfortune to interrupt a 'zfs diff'. The system immediately panicked for a reason I didn't catch, subsequ...
-
01:55 PM Feature #212 (Resolved): Atheros AR8132 / L1c Gigabit Ethernet Adapter
- Integrated.
changeset: 13768:ed21ea5d20cf
tag: tip
user: Gary Mills <gary_mills@fastmail.fm>
d... -
10:13 AM Bug #3084 (Feedback): System slow when accssing many file using CIFS.
- Here is some fresh data from this morning:...
2012-08-15
-
11:30 PM Bug #3084 (Closed): System slow when accssing many file using CIFS.
- h2. General Description
The entire system becomes 'slow' during(possible also after) accessing many files in a large... -
11:13 PM Bug #2445 (Resolved): savecore fails with dump archive but return EXIT_OK
-
06:46 PM Bug #3080 (Resolved): uninitialized var in dcopy_free may panic on boot
- Resolved in r13771 commit:2903afd49fe8
-
02:56 PM Bug #2601: kctl_isadep.c should support four serial consoles
- The change to kctl_pcache_create() is pretty simple.
I've tested this change on a system with a Tyan motherboard t...
2012-08-13
-
06:39 PM Bug #3080 (Resolved): uninitialized var in dcopy_free may panic on boot
- cleanup in dcopy_free is uninitialized, if the stack garbage under it is non-0, we'll free dcopy channels which we sh...
-
01:44 PM Bug #3043 (Closed): zfs diff does not report removed files
2012-08-12
-
02:58 PM Bug #3059 (Resolved): cmd/tcpd/* files should have correct functions prototypes
- changeset: 13770:f6f7025c7a4d
tag: tip
user: Igor Kozhukhov <ikozhukhov@gmail.com>
date: S... -
12:59 PM Bug #3068 (In Progress): vmstat swap/free wrong in local zones
2012-08-11
-
09:24 PM Bug #3072: GUI of TimeSlider will not start until password change
- Is this not just the problem of the root password being expired initially? In that case, changing the root password ...
-
04:14 PM Bug #3072 (New): GUI of TimeSlider will not start until password change
- As reported by openindiana@redharvey.com :
boot from openindiana 151a5 desktop dvd
default keyboard, language
la...
2012-08-10
-
08:10 PM Bug #3070 (In Progress): write lgrpinfo by C based on Perl lgrpinfo.pl
-
07:10 PM Bug #3013 (Resolved): ifconfig with no args should list all interfaces
- Fixed in:
changeset: 13769:2317a7492de4
tag: tip
user: Daniil Lunev <d.lunev.mail@gmail.com>
dat... -
12:37 PM Bug #3052: uname compatibility should be implemented with redefine_extname
- [spam was here]
-
09:30 AM Bug #1154 (Resolved): cpio needs a quiet option
- Resolved in r13767 commit:8c906b14afbd
-
09:18 AM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> Server of it. Can you test these server and client? Will they reproduce the bug?
I've nearl... -
09:06 AM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Server of it. Can you test these server and client? Will they reproduce the bug?...
2012-08-09
-
10:07 PM Bug #3068 (In Progress): vmstat swap/free wrong in local zones
- vmstat sometimes displays incorrect values when used inside a local zone with 1 second interval and count set:
<pr... -
03:18 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- May be, I am doing something wrong, but off don't become zero in the followed code.
@while true; do kill -SIGALRM PI... -
01:34 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> I call sendfile with non-blocking socket, it catch SIGALARM. Offset isn't changed. What versio...
2012-08-08
-
06:04 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- I call sendfile with non-blocking socket, it catch SIGALARM. Offset isn't changed. What version of OI do you use?
-
05:15 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> I can't reproduce this bug on my system. It works pretty fine. I call sendfilev64, then send S... -
04:53 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- And sendfile64, even after receiving SIGALRM, returns right value - off + len;
-
04:42 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- I can't reproduce this bug on my system. It works pretty fine. I call sendfilev64, then send SIGALRM and sfv_off isn'...
-
03:12 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> libsendfile calls SYS_sendfile. This syscall check receiving any signals in three places. When... -
09:31 AM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- libsendfile calls SYS_sendfile. This syscall check receiving any signals in three places. When it finds out that ther...
-
03:43 PM Bug #2982: nfs3: cleanup debug code at nfs3_srv.c
- I think the justification here is that the code was used for testing a specific scenario during implementation and is...
-
03:19 PM Bug #3067 (Resolved): Typo in spelling "succssful"
- There are another two occurrences of misspelled "succssful" word beyond the one mentioned in 3064...
-
11:42 AM Support #3066 (New): ahci: [ID 517647 kern.warning] WARNING: ahci0: watchdog port 1 satapkt 0xffffff02ea521988 timed out
- not sure if this is a bug, a regression in oi_151a5 or my ssd too close to full or worse, slowly dying.
I notice a... -
09:02 AM Bug #3065 (Resolved): some functions in the tcp module can be static
- Some functions declared as extern are in fact local static ones.
-
06:55 AM Bug #3064 (Resolved): usr/src/cmd/zpool/zpool_main.c misspells "successful"
- Line 3274 misspells the word "successful"...
-
03:49 AM Feature #3014: Intel X540 Support
- Rich Lowe wrote:
> Resolved in r13761 commit:229af35d14fb
>
> Unless there's some reason this was left open? Dan?... -
03:09 AM Feature #3014 (Resolved): Intel X540 Support
- Resolved in r13761 commit:229af35d14fb
Unless there's some reason this was left open? Dan?
2012-08-07
-
05:44 PM Bug #3059 (Pending RTI): cmd/tcpd/* files should have correct functions prototypes
-
05:44 PM Bug #3059 (In Progress): cmd/tcpd/* files should have correct functions prototypes
- I can't change state "to RTI"
-
05:43 PM Bug #3063 (Resolved): many instances of unlike enum comparison
- Throughout the tree, there are quite a few places where we compare an enum foo to an enum bar, almost always accident...
-
03:56 PM Bug #3062 (Resolved): illumos should build/work with GCC 4.6 or newer
- Given the long lead time necessary to get everything fixed and tested, I've begun trying to get things happy with 4.6...
-
02:08 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- Daniil Lunev wrote:
> And what about other signals? Do they reset the offset?
Don't know, SIGALRM is the only sig... -
01:58 PM Bug #3055: sendfile sets *off to 0 when interrupted by SIGALRM
- And what about other signals? Do they reset the offset?
-
07:28 AM Bug #1884: Empty "used" field for zfs *space commands
- Igor Pashev wrote:
> Yuri Pankov wrote:
> > there's a column named *USED* in the output, and it should report corre...
2012-08-06
-
11:00 PM Bug #3061 (Resolved): zfs {user,group}space -o doesn't use specified fields order
- zfs {user,group}space -o doesn't use specified fields order (output is still in the default order)....
-
10:58 PM Bug #3060 (Resolved): zfs {user,group}space -H output isn't tab-delimited
-
10:10 PM Bug #3040: performance: remove rrw_lock
- For original kernel, dtrace-1000, stack:
unix`default_lock_delay+0x8c
unix`mutex_vec... -
04:10 PM Bug #3053 (Feedback): usr/src/tools/protocmp/* should use __x86 for intel platform
- can I send it to RTI ?
-
04:09 PM Bug #3054 (Feedback): tools/protolist/protolist.c should use __x86 for intel planforms
- can I send it to RTI ?
-
03:47 PM Bug #3059 (Resolved): cmd/tcpd/* files should have correct functions prototypes
- They are files have no correct prototypes of functions:
cmd/tcpd/fakelog.c
have:
openlog(name, logopt, facility)
...
2012-08-05
-
02:46 PM Feature #1789: "zpool labelclear" should remove ZFS label on desired devices
- Anything stopping this from going forward (as provided workaround doesn't really work)?
-
08:57 AM Feature #3057 (Resolved): Remove sgml util from cmd/man
- Just remove usr/src/cmd/man/src/util. It should be strictly NOOP as current man(1) detects the presence of sgml2roff ...
2012-08-04
-
04:49 PM Feature #3056 (New): Support for Broadcom 5720
-
03:09 PM Bug #3054: tools/protolist/protolist.c should use __x86 for intel planforms
- the same problem with #3053
I have tested builds of tools by 64bit compiler.
I have made wrapper for it with tr... -
12:20 PM Bug #3054 (Feedback): tools/protolist/protolist.c should use __x86 for intel planforms
- tools/protolist/protolist.c should use __x86 for intel platforms because have problems with builds by 64bit compiler.
-
03:08 PM Bug #3053: usr/src/tools/protocmp/* should use __x86 for intel platform
- I have tested builds of tools by 64bit compiler.
I have made wrapper for it with translate build line:
/usr/gcc/4... -
11:27 AM Bug #3053 (Feedback): usr/src/tools/protocmp/* should use __x86 for intel platform
- files at usr/src/tools/protocmp/* should use __x86 for intel platform.
we have problems with __i386 and i386 defines... -
01:25 PM Bug #3055 (Closed): sendfile sets *off to 0 when interrupted by SIGALRM
- After spending several hours investigating a strange problem in Netatalk running on Openindiana I was finally able to...
-
02:35 AM Bug #1154 (In Progress): cpio needs a quiet option
- Here's what the fixed cpio does:...
2012-08-03
-
06:38 PM Bug #3052 (Resolved): uname compatibility should be implemented with redefine_extname
- At present, utsname.h contains two static function implementations of uname() and _uname() used to deal with binary c...
-
01:56 PM Feature #3047 (In Progress): grep support for -r would be useful
-
04:20 AM Bug #2560 (Resolved): ACPI parser fails to identify COM3 on Tyan motherboard
- ...
2012-08-02
-
05:32 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- It should be (is) already fixed in https://www.xvoid.org/illumos/webrev/zfs-ugspace/.
-
05:27 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- I suppose you could append a fake property that's never duplicated, and then omit it on the display. That should fix...
-
02:10 PM Bug #3048: zfs {user,group}space [-s|-S] is broken
- The cause of the bug is using of avl tree in zfs(1M) to sort records. There are two ways to fix it:
1) update avl tr... -
12:37 PM Bug #3048 (Resolved): zfs {user,group}space [-s|-S] is broken
- zfs {user,group}space [-s|-S] is broken (misses the entries with the same quota)....
-
12:38 PM Bug #3049 (Resolved): zfs {user,group}space -t doesn't really filter the results
- ...
-
09:32 AM Feature #3047 (Resolved): grep support for -r would be useful
- The /usr/bin/grep still does not support recursive string searches.
2012-08-01
-
09:06 PM Bug #3046 (Resolved): crash on boot in zfs_rmnode
- Resolved in r13765 commit:9410cf539b11
-
08:48 PM Bug #3046 (In Progress): crash on boot in zfs_rmnode
- This was caused by #3006, which I'll have backed out within an hour or so....
-
08:33 PM Bug #3046: crash on boot in zfs_rmnode
- The 'xzp->z_id' here should be 'zp->z_id', the xattr node may not exist, and has already been dealt with regardless:
... -
07:49 PM Bug #3046: crash on boot in zfs_rmnode
- I'm seeing this too, and will take a look.
-
07:25 PM Bug #3046 (Resolved): crash on boot in zfs_rmnode
- My system dumps core during boot with this changeset:
38b4aca480b3 tip
I took three pictures of my screen when ... -
09:06 PM Feature #3006 (New): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
- Backed out in 13765:9410cf539b11
2012-07-31
-
05:58 PM Bug #3040: performance: remove rrw_lock
- Matthew Ahrens wrote:
> I saw ~ 1 million syscl/sec/CPU with 4 threads and 4 CPUs. Performance degraded with 8 thre... -
05:41 PM Bug #3040: performance: remove rrw_lock
- I saw ~ 1 million syscl/sec/CPU with 4 threads and 4 CPUs. Performance degraded with 8 threads and 8 CPUs, to ~400K ...
-
04:48 PM Bug #3040: performance: remove rrw_lock
- Sorry test it should be run in background
for i in `seq 1 16`; do
./test_stat file-$i &
done
-
04:42 PM Bug #3040: performance: remove rrw_lock
- Matthew Ahrens wrote:
> I don't understand how you are pegging 16 CPUs with only 1 thread.
Matthew, I described i... -
04:30 PM Bug #3040 (Feedback): performance: remove rrw_lock
- I don't understand how you are pegging 16 CPUs with only 1 thread.
I get 1.6 Million syscl/sec using your test (1 ... -
04:12 PM Bug #3040: performance: remove rrw_lock
- b) rrwlock was introduced by commit:
changeset: 5326:6752aa2bd5bc
user: ek110237
date: ... -
12:32 PM Bug #3040 (In Progress): performance: remove rrw_lock
- a) Accordingly to lockstat and dtrace outputs, a lot of time is spending at rrw_enter_read or rrw_exit, whereas
... -
03:25 PM Bug #3043: zfs diff does not report removed files
- I have tested it with OI 151a5. Also, I have looked through the latest illumos-gate sources and it seems to show dele...
-
03:24 PM Bug #3043: zfs diff does not report removed files
- Upgraded to 151a5 and the problem is fixed.
Sorry for reporting an already fixed bug. -
02:49 PM Bug #3043: zfs diff does not report removed files
- I'm working on OpenIndiana 151a4 and no deleted files or directories are showing up in zfs diff.
I will upgrade... -
02:08 PM Bug #3043: zfs diff does not report removed files
- root@Exile:# zfs diff rpool/test@m1
M /rpool/test/mk
- /rpool/test/mk/testf
It seems to work as y... -
01:48 PM Feature #3006 (Resolved): VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zero
- changeset: 13764:38b4aca480b3
tag: tip
user: Madhav Suresh <madhav.suresh@delphix.com>
date: ... -
01:11 PM Bug #2998: AHCI reports many "Illegal Request" with Intel C602 chipset
- Another status update to observed behavior since behavior has changed again. As of sometime yesterday, the illegal r...
2012-07-30
-
08:34 PM Bug #3043 (Feedback): zfs diff does not report removed files
- Assuming we should expect the same functionality as on Solaris files that are removed between snapshots should be lis...
-
07:41 PM Bug #2757: 32bit sparc direct system calls should not rely on compiler mannerisms
- The implementation quirk referenced above, but not described is this:
Given types such as intptr_t, most important... -
04:55 PM Bug #3041 (In Progress): zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- Thanks for reporting this deadlock. I am working on restructuring the way the dp_config_rwlock is used; I'll make su...
-
02:18 PM Bug #3041: zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- Reproducer: "zfs recv & zfs list"
-
11:20 AM Bug #3041 (Closed): zfs: deadlock between dp->dp_config_rwlock and ds->ds_opening_lock
- panic[cpu0]/thread=ffffff00d2bc17e0:
Deadlock: cycle in blocking chain
ffffff00024e5a00 genunix:turnstile_blo... -
04:50 PM Bug #3040 (Feedback): performance: remove rrw_lock
- Please update this report with:
(b) how much performance could improve if we removed the lock entirely, or changed... -
10:46 AM Bug #3040: performance: remove rrw_lock
- Solution: replace rrw_lock with OS rw_lock.
If it brings deadlock, introduce property for rw_lock that "enables" n... -
10:35 AM Bug #3040 (Feedback): performance: remove rrw_lock
- ZFS uses it's own rrw_lock.
rrw_lock is not real rw_lock because in internals it is mutex.
Therefore this bring... -
12:24 PM Bug #3042 (New): webrev -D should ask for passphrase
- Currently, one can't delete an uploaded webrev if rsa key is passphrased. It happen because "sftp -b <file>", that is...
2012-07-29
-
09:10 PM Feature #3039 (Feedback): use new version of xgettext within illumos
- Just cause the build of whatever software to run the GNU version of the command instead? I don't think there's any p...
-
09:09 PM Feature #3039 (Rejected): use new version of xgettext within illumos
- While trying to build GRAMPS ( http://sourceforge.net/projects/gramps/files/ ) the compilation is failing because the...
-
01:55 AM Bug #1870 (Closed): ctfconvert should accept DWARF objects with no type data
2012-07-28
-
11:55 PM Feature #3037 (New): vmstat memory output is hard to read on modern systems
- The swap and free columns are presented in kilobytes by vmstat today. On modern systems with gigabytes of memory this...
Also available in: Atom