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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux 3.11 compat: fops->iterate()
Richard Yao
2013-08-15
4
-122
/
+155
*
Fix z_wr_iss_h zio_execute() import hang
Brian Behlendorf
2013-08-15
1
-3
/
+5
*
Illumos #3618 ::zio dcmd does not show timestamp data
Matthew Ahrens
2013-08-12
2
-9
/
+12
*
Linux 3.8 compat: Support CONFIG_UIDGID_STRICT_TYPE_CHECKS
Richard Yao
2013-08-09
3
-7
/
+7
*
Evict meta data from ghost lists + l2arc headers
Brian Behlendorf
2013-08-09
1
-1
/
+17
*
Allow arc_evict_ghost() to only evict meta data
Brian Behlendorf
2013-08-09
1
-9
/
+13
*
Illumos #3137 L2ARC compression
Saso Kiselkov
2013-08-08
4
-76
/
+411
*
Return -1 from arc_shrinker_func()
Richard Yao
2013-08-08
1
-3
/
+1
*
Return correct type and offset from zfs_readdir
Richard Yao
2013-08-07
1
-1
/
+1
*
Illumos #3639 zpool.cache should skip over readonly pools
George Wilson
2013-08-07
1
-1
/
+9
*
Write dirty inodes on close
Brian Behlendorf
2013-08-07
1
-0
/
+3
*
Export additional dmu symbols
Brian Behlendorf
2013-08-01
1
-0
/
+6
*
dmu_tx: Fix possible NULL pointer dereference
Nathaniel Clark
2013-08-01
1
-2
/
+5
*
Remove b_thawed from arc_buf_hdr_t
Richard Yao
2013-08-01
1
-11
/
+0
*
Remove arc_data_buf_alloc()/arc_data_buf_free()
Richard Yao
2013-08-01
1
-17
/
+0
*
Remove zio_alloc_arena
Richard Yao
2013-08-01
1
-6
/
+0
*
Make arc+l2arc module options writable
Brian Behlendorf
2013-07-30
1
-49
/
+60
*
Change l2arc_norw default to zero
Brian Behlendorf
2013-07-29
1
-1
/
+1
*
Fix inaccurate arcstat_l2_hdr_size calculations
Ying Zhu
2013-07-29
1
-2
/
+7
*
Fix arc_adapt() spinning in iterate_supers_type()
Brian Behlendorf
2013-07-17
1
-0
/
+4
*
Fix read-only pool hang on unmount
Brian Behlendorf
2013-07-17
1
-1
/
+5
*
Fix zfsctl_expire_snapshot() deadlock
Brian Behlendorf
2013-07-12
1
-0
/
+8
*
Improve N-way mirror performance
Brian Behlendorf
2013-07-11
1
-3
/
+73
*
Add new kstat for monitoring time in dmu_tx_assign
Prakash Surya
2013-07-11
2
-0
/
+67
*
Log pool suspension warnings to the console
Brian Behlendorf
2013-07-10
1
-0
/
+3
*
Use GFP_NOIO in vdev_disk_io_flush()
Brian Behlendorf
2013-07-10
1
-1
/
+1
*
Improve code in arc_buf_remove_ref
Ying Zhu
2013-07-09
1
-1
/
+2
*
Update zio.c
Shen Yan
2013-07-09
1
-1
/
+1
*
Add zfs_autoimport_disable tunable
Brian Behlendorf
2013-07-09
1
-0
/
+8
*
3.10 API change: block_device_operations->release() returns void
Chris Dunlop
2013-07-08
1
-0
/
+6
*
Open pools asynchronously after module load
Brian Behlendorf
2013-07-03
1
-2
/
+0
*
Cleanup zvol initialization code
Richard Yao
2013-07-03
1
-10
/
+18
*
Call zvol_create_minors() in spa_open_common() when initializing pool
Pawel Jakub Dawidek
2013-07-03
2
-3
/
+13
*
Illumos #3498 panic in arc_read()
George Wilson
2013-07-02
12
-177
/
+70
*
Illumos #3122 zfs destroy filesystem should prefetch blocks
Matthew Ahrens
2013-07-02
2
-15
/
+85
*
Add zfs_sync_pass_* tunable parameters
Cyril Plisko
2013-07-02
1
-0
/
+12
*
Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()
Li Dongyang
2013-07-02
2
-11
/
+50
*
Readd zfs_holey() from OpenSolaris
Matthew Ahrens
2013-07-02
1
-0
/
+45
*
kmem_zalloc(..., KM_SLEEP) will never fail
shenyan1
2013-07-01
2
-5
/
+1
*
Fix zfs_sb_teardown/zfs_resume_fs NULL dereference
Tim Chase
2013-07-01
1
-5
/
+8
*
Fix module probe failure on 32-bit systems
Ying Zhu
2013-06-27
1
-2
/
+2
*
Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS
Brian Behlendorf
2013-06-26
1
-0
/
+29
*
Illumos #3805 arc shouldn't cache freed blocks
Matthew Ahrens
2013-06-20
2
-0
/
+30
*
Illumos #3552, #3564
George Wilson
2013-06-19
3
-94
/
+290
*
Illumos #3006
Madhav Suresh
2013-06-19
28
-115
/
+124
*
Only check directory xattr on ENOENT
Brian Behlendorf
2013-05-10
1
-1
/
+1
*
zfs_scrub_limit tunable is not used anywhere
Cyril Plisko
2013-05-06
1
-6
/
+0
*
Fix incorrect assertions in ddt_phys_decref and ddt_sync_entry
Ying Zhu
2013-05-06
1
-2
/
+1
*
Use taskq for dump_bytes()
Brian Behlendorf
2013-05-06
2
-6
/
+59
*
Illumos #3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock contention
Adam Leventhal
2013-05-06
3
-75
/
+158
[next]