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
path:
root
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct cppcheck errors
Giuseppe Di Natale
2017-09-19
1
-1
/
+0
*
Linux 3.14 compat: IO acct, global_page_state, etc
Giuseppe Di Natale
2017-09-16
3
-10
/
+42
*
Modifying XATTRs doesnt change the ctime
Gaurav Kumar
2017-09-13
2
-2
/
+17
*
Fix false config_cache_write events
Arkadiusz BubaĆa
2017-09-11
1
-0
/
+5
*
Fix volume WR_INDIRECT log replay
Brian Behlendorf
2017-09-08
1
-6
/
+17
*
Revert "Handle new dnode size in incremental..."
Brian Behlendorf
2017-09-07
1
-5
/
+3
*
Improved dnode allocation and dmu_hold_impl()
Olaf Faaland
2017-09-05
3
-241
/
+352
*
Handle new dnode size in incremental backup stream
Ned Bass
2017-09-05
1
-3
/
+5
*
Trim new line from zfs_vdev_scheduler
Brian Behlendorf
2017-09-05
1
-18
/
+53
*
Retire send space estimation via ZFS_IOC_SEND
LOLi
2017-08-31
1
-0
/
+5
*
OpenZFS 2976 - remove useless offsetof() macros
Richard Lowe
2017-08-30
1
-3
/
+2
*
dmu_objset: release bonus buffer in failure path
Gvozden Neskovic
2017-08-30
1
-0
/
+1
*
OpenZFS 7028 - avl_destroy_nodes supports emptying, not just destroying, an a...
Eli Rosenthal
2017-08-30
1
-3
/
+4
*
OpenZFS 6447 - handful of nvpair cleanups
Steve Dougherty
2017-08-30
1
-0
/
+2
*
OpenZFS 5778 - nvpair_type_is_array() does not recognize DATA_TYPE_INT8_ARRAY
Andriy Gapon
2017-08-30
1
-0
/
+1
*
OpenZFS 7261 - nvlist code should enforce name length limit
Matthew Ahrens
2017-08-30
1
-0
/
+2
*
OpenZFS 8375 - Kernel memory leak in nvpair code
Matthew Ahrens
2017-08-30
1
-2
/
+4
*
Enhance comments for large dnode project
Matthew Ahrens
2017-08-29
3
-4
/
+16
*
Linux 4.8+ compatibility fix for vm stats
dbavatar
2017-08-24
1
-0
/
+5
*
dbuf_cons: deduplicate multilist_link_init()
chrisrd
2017-08-24
1
-1
/
+0
*
OpenZFS 8414 - Implemented zpool scrub pause/resume
Alek P
2017-08-24
1
-1
/
+0
*
Send / Recv Fixes following b52563
Tom Caputi
2017-08-23
2
-36
/
+70
*
Fix zfs_ioc_pool_sync should not use fnvlist
Chunwei Chen
2017-08-21
1
-3
/
+9
*
vdev_mirror: kstat observables for preferred vdev
Gvozden Neskovic
2017-08-21
2
-6
/
+78
*
vdev_mirror: load balancing fixes
Gvozden Neskovic
2017-08-21
2
-34
/
+23
*
Fix range locking in ZIL commit codepath
LOLi
2017-08-21
3
-12
/
+44
*
Fix remounting snapshots read-write
LOLi
2017-08-17
1
-1
/
+9
*
Retire legacy test infrastructure
Brian Behlendorf
2017-08-15
4
-1309
/
+2
*
Add corruption failure option to zinject(8)
Don Brady
2017-08-14
2
-7
/
+49
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
42
-875
/
+8531
*
Fix NULL pointer when O_SYNC read in snapshot
Chunwei Chen
2017-08-11
1
-1
/
+3
*
Allow longer SPA names in stats
gaurkuma
2017-08-11
2
-15
/
+21
*
Simplify threads, mutexs, cvs and rwlocks
Brian Behlendorf
2017-08-11
6
-12
/
+21
*
zio_dva_throttle_done() should allow zinjected ZIO
sanjeevbagewadi
2017-08-10
1
-1
/
+2
*
Add libtpool (thread pools)
Brian Behlendorf
2017-08-09
9
-97
/
+133
*
zv_suspend_lock in zvol_open()/zvol_release()
Boris Protopopov
2017-08-09
1
-23
/
+41
*
Add debug log entries for failed receive records
Ned Bass
2017-08-08
1
-7
/
+100
*
Fix dnode allocation race
Brian Behlendorf
2017-08-08
5
-66
/
+73
*
Use SET_ERROR for constant non-zero return codes
Ned Bass
2017-08-02
18
-46
/
+46
*
Only record zio->io_delay on reads and writes
Tony Hutter
2017-08-02
1
-1
/
+1
*
Fix volmode=none property behavior at import time
LOLi
2017-07-31
1
-0
/
+3
*
zfs promote|rename .../%recv should be an error
LOLi
2017-07-28
1
-2
/
+10
*
OpenZFS 7915 - checks in l2arc_evict could use some cleaning up
Andriy Gapon
2017-07-28
1
-15
/
+9
*
OpenZFS 8373 - TXG_WAIT in ZIL commit path
Andriy Gapon
2017-07-28
1
-1
/
+18
*
OpenZFS 8508 - Mounting a zpool on 32-bit platforms panics
Giuseppe Di Natale
2017-07-26
1
-1
/
+1
*
Add line info and SET_ERROR() to ZFS debug log
Ned Bass
2017-07-25
1
-7
/
+19
*
Some additional send stream validity checking
Ned Bass
2017-07-25
1
-8
/
+18
*
Fix 'zpool clear' on suspended pools
Brian Behlendorf
2017-07-25
1
-1
/
+2
*
Report MMP_STATE_NO_HOSTID immediately
Olaf Faaland
2017-07-25
1
-6
/
+6
*
Add callback for zfs_multihost_interval
Olaf Faaland
2017-07-25
1
-1
/
+49
[next]