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
...
*
Fix misuse of input argument in traverse_visitbp
tuxoko
2015-04-28
1
-15
/
+17
*
Remove useless variable spa_active_count
Isaac Huang
2015-04-27
1
-7
/
+2
*
5313 Allow I/Os to be aggregated across ZIO priority classes
Justin T. Gibbs
2015-04-24
1
-31
/
+48
*
Serialize access to spa->spa_feat_stats nvlist
Ned Bass
2015-04-24
2
-1
/
+8
*
Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
Chunwei Chen
2015-04-24
1
-0
/
+2
*
Extend PF_FSTRANS critical regions
Brian Behlendorf
2015-04-24
2
-6
/
+14
*
Mark additional functions as PF_FSTRANS
Brian Behlendorf
2015-04-17
4
-4
/
+53
*
Allocate zfs_znode_cache on the Linux slab
Tim Chase
2015-04-14
1
-2
/
+4
*
Use vmem_alloc() in spa_config_write()
Brian Behlendorf
2015-04-07
1
-2
/
+2
*
Mark all ZPL and ioctl functions as PF_FSTRANS
Tim Chase
2015-04-03
6
-18
/
+96
*
Illumus 5693 - ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_o...
Matthew Ahrens
2015-03-27
1
-2
/
+0
*
Illumos 5694 - traverse_prefetcher does not prefetch enough
George Wilson
2015-03-27
1
-12
/
+11
*
Align code with Illumos
Chris Dunlop
2015-03-27
1
-10
/
+9
*
Illumos 5695 - dmu_sync'ed holes do not retain birth time
Prakash Surya
2015-03-27
1
-1
/
+13
*
dbuf_free_range() overzealously frees dbufs
Ned Bass
2015-03-25
1
-1
/
+6
*
Set the maximum ZVOL transfer size correctly
Tim Chase
2015-03-25
2
-2
/
+2
*
zio_injection_enabled should not be a module option
Isaac Huang
2015-03-24
2
-10
/
+7
*
Reduce size of zfs_sb_t: allocate z_hold_mtx separately
Chris Dunlop
2015-03-24
2
-0
/
+9
*
Fix arc_adjust_meta() behavior
Brian Behlendorf
2015-03-20
1
-23
/
+66
*
Restructure per-filesystem reclaim
Brian Behlendorf
2015-03-20
3
-39
/
+45
*
Fix arc_meta_max accounting
Brian Behlendorf
2015-03-20
1
-3
/
+4
*
Use MUTEX_FSTRANS on l2arc_buflist_mtx
Chunwei Chen
2015-03-18
1
-1
/
+1
*
Illumos 5630 - stale bonus buffer in recycled dnode_t leads to data corruption
Justin T. Gibbs
2015-03-12
3
-9
/
+60
*
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
*
Use cached feature info in spa_add_feature_stats()
Ned Bass
2015-03-05
3
-11
/
+50
*
Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)
Brian Behlendorf
2015-03-03
4
-6
/
+10
*
Linux 4.0 compat: bdi_setup_and_register()
Brian Behlendorf
2015-03-03
1
-17
/
+4
*
Use MUTEX_FSTRANS mutex type
Brian Behlendorf
2015-03-03
2
-2
/
+2
*
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
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-24
1
-7
/
+11
*
Fix O_APPEND open(2) flag
Brian Behlendorf
2015-02-24
1
-0
/
+3
*
Set zfs_autoimport_disable default value to 1
Dan Swartzendruber
2015-02-17
1
-1
/
+3
*
Skip bad DVAs during free by setting zfs_recover=1
Brian Behlendorf
2015-02-13
1
-6
/
+4
*
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
1
-8
/
+3
*
Linux 3.19 compat: file_inode was added
Jörg Thalheim
2015-02-10
1
-2
/
+2
*
Use vmem_alloc() for nvlists
Brian Behlendorf
2015-02-10
2
-6
/
+6
*
Revert "Don't read space maps during import for readonly pools"
Brian Behlendorf
2015-02-09
2
-9
/
+2
*
Don't read space maps during import for readonly pools
Brian Behlendorf
2015-02-09
2
-2
/
+9
*
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
*
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
*
Handle closing an unopened ZVOL
Brian Behlendorf
2015-01-30
1
-5
/
+5
*
Add zvol_open() error handling for readonly property
Brian Behlendorf
2015-01-30
1
-1
/
+4
[prev]
[next]