index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Disable GCCs aggressive loop optimization"
Brian Behlendorf
2014-07-22
4
-23
/
+0
*
Do not attempt access beyond the declared end of the dn_blkptr array
Jan Engelhardt
2014-07-22
1
-3
/
+25
*
zfs_trunc() should use dmu_tx_assign(tx, TXG_WAIT)
Brian Behlendorf
2014-07-22
1
-7
/
+1
*
Illumos #4756 Fix metaslab_group_preload deadlock
George Wilson
2014-07-22
2
-4
/
+25
*
Illumos #4730 destroy metaslab group taskq
George Wilson
2014-07-22
1
-1
/
+2
*
Illumos #4101, #4102, #4103, #4105, #4106
George Wilson
2014-07-22
24
-1399
/
+2466
*
Move metaslab_group_alloc_update() call
Prakash Surya
2014-07-22
1
-2
/
+2
*
Fix zil_commit() NULL dereference
Brian Behlendorf
2014-07-17
5
-6
/
+24
*
zdb: Introduce -V for verbatim import
Richard Yao
2014-07-17
2
-7
/
+19
*
Illumos 4168, 4169, 4170: ztest, zdb and zhack fixes
George Wilson
2014-07-17
3
-29
/
+30
*
Convert zfs_mg_noalloc_threshold to a module parameter and document
Tim Chase
2014-07-16
2
-0
/
+30
*
Illumos #3641 compressed block histograms with zdb
Matthew Ahrens
2014-07-16
1
-24
/
+65
*
Preserve asize when last mirror child promoted to top-level vdev
Andrew Barnes
2014-07-02
1
-0
/
+11
*
Fix comment spelling errors.
Garrison Jensen
2014-07-01
1
-2
/
+2
*
Document the optional "device" argument for "zpool split"
Tim Chase
2014-07-01
1
-3
/
+5
*
Return default value on numeric properties failing the "head check.
Tim Chase
2014-07-01
1
-1
/
+3
*
Illumos #4936 fix potential overflow in lz4
Dan McDonald
2014-07-01
1
-0
/
+3
*
Comment the lack of real_LZ4_uncompress()
Tim Chase
2014-07-01
1
-0
/
+5
*
Improve differing sector size error
Brian Behlendorf
2014-06-27
1
-2
/
+3
*
Add information about the -o option to zpool replace
Turbo Fredriksson
2014-06-27
2
-4
/
+15
*
Fix man zpool property feature_guid
SenH
2014-06-26
1
-0
/
+1
*
Tag zfs-0.6.3
zfs-0.6.3
Brian Behlendorf
2014-06-12
3
-1
/
+5
*
Fix zfs.spec.in defaults
Brian Behlendorf
2014-06-12
1
-5
/
+5
*
Accept udev and dracut paths specified by ./configure
Turbo Fredriksson
2014-06-11
4
-9
/
+59
*
Revert "Fix __zio_execute() asynchronous dispatch"
Brian Behlendorf
2014-06-11
1
-2
/
+0
*
Set LANG to a reasonable default (C)
Turbo Fredriksson
2014-06-10
2
-3
/
+3
*
Document the -X and -T options to 'zpool import'
Turbo Fredriksson
2014-06-06
1
-2
/
+48
*
Expand the description of scan-related and other parameters.
Tim Chase
2014-06-06
1
-9
/
+16
*
Man page updates for 'zfs share'
Turbo Fredriksson
2014-06-06
1
-1
/
+9
*
Document the fact that ashift is vdev specific, not a pool global.
Turbo Fredriksson
2014-06-06
1
-1
/
+3
*
Only automatically mount a clone when 'canmount == on'.
Turbo Fredriksson
2014-06-06
1
-1
/
+12
*
Do not export pool to prevent cache from been removed
Derek Dai
2014-06-05
1
-7
/
+0
*
Accept kernel source dir(s) specified by ./configure
Turbo Fredriksson
2014-06-05
2
-13
/
+32
*
Update spec file to enable systemd for RHEL7
Ben Allen
2014-06-05
1
-0
/
+5
*
Move the libraries into separate packages
Turbo Fredriksson
2014-06-02
2
-15
/
+92
*
Remove superfluous statement
Richard Yao
2014-05-30
1
-1
/
+0
*
Fix memory leak in zpool_clear_label()
Richard Yao
2014-05-30
1
-1
/
+3
*
Allow building without ACLs
Chris Wedgwood
2014-05-30
1
-15
/
+15
*
Fix DKMS package upgrade and packager
Brian Behlendorf
2014-05-30
1
-5
/
+12
*
Restrict release number to META version
Brian Behlendorf
2014-05-29
1
-1
/
+1
*
Use default slab types
Brian Behlendorf
2014-05-22
2
-15
/
+4
*
Omit compiler warning by sticking to RAII
Marcel Huber
2014-05-22
1
-5
/
+5
*
Added INTEL SSD 530 Series
John Albietz
2014-05-19
1
-0
/
+1
*
Honor zfs_nocacheflush for file vdevs
HC
2014-05-19
1
-0
/
+4
*
Calculate header size correctly in sa_find_sizes()
Tim Chase
2014-05-19
1
-6
/
+8
*
Allow for lock-free reading zfsdev_state_list.
Tim Chase
2014-05-19
2
-18
/
+52
*
Handle ZPOOL_STATUS_HOSTID_MISMATCH in zpool status
Richard Yao
2014-05-19
1
-0
/
+11
*
Use a dedicated taskq for vdev_file
Chunwei Chen
2014-05-14
3
-1
/
+24
*
Handle vdev_lookup_top() failure in dva_get_dsize_sync()
Brian Behlendorf
2014-05-06
1
-1
/
+3
*
Check the dataset type more rigorously when fetching properties.
Tim Chase
2014-05-06
10
-20
/
+34
[next]