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
...
*
Fix arc_meta_max accounting
Brian Behlendorf
2015-03-20
1
-3
/
+4
*
Increase Linux pipe buffer size on 'zfs receive'
Richard Yao
2015-03-20
1
-0
/
+43
*
Move duplicate information about the 'zfs send -e' option.
Turbo Fredriksson
2015-03-19
1
-18
/
+18
*
Use MUTEX_FSTRANS on l2arc_buflist_mtx
Chunwei Chen
2015-03-18
1
-1
/
+1
*
Fix warning about AM_INIT_AUTOMAKE arguments
Hajo Möller
2015-03-18
1
-2
/
+3
*
Linux 4.0 compat: bdi_setup_and_register() __must_check
Bill McGonigle
2015-03-16
1
-2
/
+4
*
Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruption
Justin T. Gibbs
2015-03-12
4
-9
/
+62
*
Illumos 5047 - don't use atomic_*_nv if you discard the return value
Josef 'Jeff' Sipek
2015-03-12
2
-5
/
+5
*
Mark zfs_inactive() with PF_FSTRANS
Brian Behlendorf
2015-03-10
1
-0
/
+8
*
Actually source /etc/sysconfig/zfs instead of /etc/default/zfs
Hajo Möller
2015-03-09
1
-1
/
+1
*
Use cached feature info in spa_add_feature_stats()
Ned Bass
2015-03-05
4
-11
/
+51
*
Add ZED to zfs.redhat.in script
Chris Dunlap
2015-03-05
2
-0
/
+7
*
Replace zfs.redhat.in with zfs.lsb.in init script
Brian Behlendorf
2015-03-04
1
-104
/
+73
*
Install arc_summary.py
Turbo Fredriksson
2015-03-03
2
-0
/
+2
*
Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)
Brian Behlendorf
2015-03-03
5
-7
/
+11
*
Linux 4.0 compat: bdi_setup_and_register()
Brian Behlendorf
2015-03-03
5
-60
/
+49
*
Use MUTEX_FSTRANS mutex type
Brian Behlendorf
2015-03-03
3
-2
/
+3
*
Fix deadlock between zpool export and zfs list
Isaac Huang
2015-03-02
1
-19
/
+20
*
Prevent "zpool destroy|export" when suspended
Brian Behlendorf
2015-03-02
1
-2
/
+2
*
Avoid dladdr() in ztest
Tim Chase
2015-02-27
1
-44
/
+39
*
Fix possible future overflow in zfs_nicenum
Christer Ekholm
2015-02-24
1
-1
/
+1
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-24
6
-34
/
+58
*
Fix O_APPEND open(2) flag
Brian Behlendorf
2015-02-24
1
-0
/
+3
*
Fix error in dracut script if not using ZFS root
Steffen Müthing
2015-02-17
1
-0
/
+1
*
Add required files to initramfs
Steffen Müthing
2015-02-17
1
-0
/
+6
*
Set zfs_autoimport_disable default value to 1
Dan Swartzendruber
2015-02-17
2
-3
/
+6
*
Skip bad DVAs during free by setting zfs_recover=1
Brian Behlendorf
2015-02-13
1
-6
/
+4
*
Write directly to $initdir
Sören Tempel
2015-02-13
1
-4
/
+1
*
Use test(1) in a proper way
Sören Tempel
2015-02-13
2
-3
/
+3
*
Enhancements to zpool dry run mode.
Tim Chase
2015-02-11
1
-0
/
+28
*
Change VERIFY to ASSERT in mutex_destroy()
Brian Behlendorf
2015-02-11
1
-1
/
+1
*
Fix readdir for .zfs/snapshot directory
Andrey Vesnovaty
2015-02-10
1
-2
/
+5
*
Retire zio_cons()/zio_dest()
Brian Behlendorf
2015-02-10
1
-66
/
+15
*
Retire zio_bulk_flags
Brian Behlendorf
2015-02-10
3
-48
/
+4
*
Linux 3.19 compat: file_inode was added
Jörg Thalheim
2015-02-10
4
-2
/
+35
*
Use vmem_alloc() for nvlists
Brian Behlendorf
2015-02-10
3
-8
/
+9
*
Revert "Don't read space maps during import for readonly pools"
Brian Behlendorf
2015-02-09
2
-9
/
+2
*
Produce a full snapshot list for zfs send -p
Tim Chase
2015-02-09
1
-10
/
+4
*
Don't read space maps during import for readonly pools
Brian Behlendorf
2015-02-09
2
-2
/
+9
*
Fix Dracut scripts to allow for blanks in pool and dataset names
Lukas Wunner
2015-02-09
2
-4
/
+16
*
Fix loop in Dracut shutdown script
Lukas Wunner
2015-02-09
1
-1
/
+1
*
Illumos 5311 - traverse_dnode may report success when it should not
Justin T. Gibbs
2015-02-06
1
-1
/
+1
*
Fix SA header size accounting
Ned Bass
2015-02-06
1
-41
/
+44
*
Skip evicting dbufs when walking the dbuf hash
Brian Behlendorf
2015-02-06
1
-3
/
+5
*
Fix build error when make deb
Chunwei Chen
2015-02-06
1
-0
/
+1
*
Read spl_hostid module parameter before gethostid()
Chunwei Chen
2015-02-04
4
-3
/
+28
*
Spurious ENOMEM returns when reading dbufs kstat
Tim Chase
2015-02-04
1
-2
/
+6
*
fix l2arc compression buffers leak
avg
2015-02-03
1
-10
/
+55
*
Use zio buffers in zil_itx_create()
Brian Behlendorf
2015-02-02
1
-10
/
+6
*
Cleanup _zed_event_add_nvpair()
Chris Dunlap
2015-01-30
1
-232
/
+263
[prev]
[next]