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 "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
*
Fix style
Brian Behlendorf
2014-05-06
1
-1
/
+2
*
Illumos #4101 finer-grained control of metaslab_debug
George Wilson
2014-05-06
2
-8
/
+27
*
Treat spill block dbufs as meta data
Brian Behlendorf
2014-05-05
1
-1
/
+4
*
Remove SELinux enforcing check from init scripts
Brian Behlendorf
2014-05-02
3
-20
/
+0
*
ztest: Switch to LWP rwlock interface
Richard Yao
2014-05-01
1
-51
/
+50
*
libspl: Implement LWP rwlock interface
Richard Yao
2014-05-01
2
-0
/
+52
*
Fix libblkid ZFS detection when making new pools
Richard Yao
2014-05-01
1
-1
/
+1
*
dmu_tx_assign() should not return ENOMEM
Brian Behlendorf
2014-05-01
1
-1
/
+6
*
Implement File Attribute Support
Richard Yao
2014-05-01
3
-6
/
+114
*
Refactor inode_owner_or_capable() autotools check
Richard Yao
2014-05-01
2
-19
/
+36
*
Fill in mountpoint buffer before using it in errors
ilovezfs
2014-04-30
1
-3
/
+3
*
Add assertion to catch 0-count page
Chunwei Chen
2014-04-25
1
-0
/
+7
*
Add support for aarch64 (ARMv8)
Jorgen Lundman
2014-04-25
1
-2
/
+2
*
Fix LZ4 endianness autodetection
Ned Bass
2014-04-20
1
-8
/
+3
*
Fix zfsdev_ioctl() kmem leak warning
Brian Behlendorf
2014-04-18
1
-5
/
+9
*
Various zimport.sh fixes
Brian Behlendorf
2014-04-17
1
-26
/
+31
*
Report atime and relatime as the property's actual value.
Tim Chase
2014-04-16
1
-2
/
+2
*
Uninitialized variable spa_autoreplace used
DHE
2014-04-16
1
-1
/
+1
*
Use ddi_time_after and friends to compare time
Chunwei Chen
2014-04-14
6
-10
/
+22
*
Make zimport.sh bash dependency explicit
Brian Behlendorf
2014-04-10
1
-1
/
+1
*
Linux 3.14 compat: rq_for_each_segment in dmu_req_copy
Chunwei Chen
2014-04-10
3
-8
/
+56
*
Revert "Fix zvol+btrfs hang"
Chunwei Chen
2014-04-10
1
-77
/
+0
*
Refactor dmu_req_copy for immutable biovec changes
Chunwei Chen
2014-04-10
1
-28
/
+39
*
Linux 3.14 compat: Immutable biovec changes in vdev_disk.c
Chunwei Chen
2014-04-10
4
-5
/
+36
[prev]
[next]