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
*
looping in metaslab_block_picker impacts performance on fragmented pools
Matthew Ahrens
2019-06-13
1
-60
/
+83
*
Restrict filesystem creation if name referred either '.' or '..'
Tulsi Jain
2019-06-13
1
-0
/
+21
*
ztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_thread()
Matthew Ahrens
2019-06-13
1
-1
/
+1
*
Fix lockdep warning on insmod
Tomohiro Kusumi
2019-06-12
1
-0
/
+5
*
fat zap should prefetch when iterating
Matthew Ahrens
2019-06-12
4
-7
/
+110
*
Target ARC size can get reduced to arc_c_min
Matthew Ahrens
2019-06-12
1
-2
/
+0
*
Fix typo in vdev_raidz_math.c
bnjf
2019-06-12
1
-1
/
+1
*
single-chunk scatter ABDs can be treated as linear
Matthew Ahrens
2019-06-11
3
-53
/
+92
*
make zil max block size tunable
Matthew Ahrens
2019-06-10
3
-9
/
+71
*
Fix comparison signedness in arc_is_overflowing()
Alexander Motin
2019-06-10
1
-2
/
+2
*
Fix incorrect error message for raw receive
Tom Caputi
2019-06-10
1
-2
/
+9
*
Allow metaslab to be unloaded even when not freed from
Paul Dagnelie
2019-06-06
2
-22
/
+39
*
Reinstate raw receive check when truncating
Tom Caputi
2019-06-06
1
-1
/
+15
*
l2arc_apply_transforms: Fix typo in comment
Allan Jude
2019-06-06
1
-1
/
+1
*
Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_threshold
Serapheim Dimitropoulos
2019-06-06
1
-5
/
+20
*
Fix integer overflow of ZTOI(zp)->i_generation
Tom Caputi
2019-06-06
1
-1
/
+1
*
Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)
Tomohiro Kusumi
2019-06-05
1
-5
/
+4
*
Wait in 'S' state when send/recv pipe is blocking
DeHackEd
2019-06-03
1
-2
/
+2
*
Make zfs_async_block_max_blocks handle zero correctly
TulsiJain
2019-06-03
1
-1
/
+3
*
Revert "Report holes when there are only metadata changes"
Brian Behlendorf
2019-05-30
1
-28
/
+3
*
Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)
Tomohiro Kusumi
2019-05-29
3
-67
/
+1
*
Exclude log device ashift from normal class
Brian Behlendorf
2019-05-29
1
-4
/
+1
*
Fix integer overflow in get_next_chunk()
madz
2019-05-29
1
-2
/
+2
*
Double-free of encryption wrapping key due to invalid pool properties
loli10K
2019-05-28
1
-12
/
+9
*
Update descriptions for vnops
Tomohiro Kusumi
2019-05-25
2
-13
/
+14
*
Fix embedded bp accounting in count_block()
Tom Caputi
2019-05-25
1
-0
/
+7
*
Linux 5.2 compat: Directly call wait_on_page_bit()
Tomohiro Kusumi
2019-05-25
1
-2
/
+4
*
Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4
Tomohiro Kusumi
2019-05-25
1
-4
/
+0
*
Drop local definition of MOUNT_BUSY
Tomohiro Kusumi
2019-05-24
1
-2
/
+1
*
Device removal panics on 32-bit systems
loli10K
2019-05-24
1
-1
/
+2
*
Fix coverity defects: CID 186143
loli10K
2019-05-23
1
-1
/
+1
*
kernel timer API rework
Rafael Kitover
2019-05-23
2
-28
/
+25
*
Fix kstat state update during pool transition
Richard Elling
2019-05-23
1
-2
/
+12
*
Linux 5.2 compat: rw_tryupgrade()
Brian Behlendorf
2019-05-23
2
-4
/
+19
*
Fix incorrect assertion in dnode_dirty_l1range
Paul Dagnelie
2019-05-19
1
-1
/
+2
*
zpool import progress kstat
Olaf Faaland
2019-05-09
2
-2
/
+234
*
Add missing trailing '\n' in printk() messages
Tomohiro Kusumi
2019-05-08
2
-2
/
+3
*
Fix link count of root inode when snapdir is visible
Tomohiro Kusumi
2019-05-08
1
-0
/
+6
*
Linux 5.0 compat: ASM_BUG macro
Brian Behlendorf
2019-05-08
4
-40
/
+40
*
Fix errant EFAULT during writes (#8719)
Brian Behlendorf
2019-05-08
4
-16
/
+16
*
Make zfs_special_class_metadata_reserve_pct into a parameter
DeHackEd
2019-05-07
1
-0
/
+5
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
5
-15
/
+142
*
Fix `zfs set atime|relatime=off|on` behavior on inherited datasets
Tomohiro Kusumi
2019-05-07
3
-9
/
+61
*
Fix typo/etc in module/zfs/zfs_ctldir.c
Tomohiro Kusumi
2019-05-05
1
-4
/
+3
*
Linux 5.0 compat: Use totalhigh_pages()
Tomohiro Kusumi
2019-05-04
1
-1
/
+1
*
Improve rate at which new zvols are processed
John Gallagher
2019-05-04
2
-86
/
+116
*
Reword comment in lz4_compress_zfs
Matthew Ahrens
2019-05-02
1
-4
/
+4
*
Add feature check for 'zpool resilver' command
Tom Caputi
2019-05-02
1
-0
/
+4
*
Correct snprintf() size argument
Tomohiro Kusumi
2019-04-30
2
-3
/
+2
*
Linux 5.0 compat: Remove incorrect ASSERT
Brian Behlendorf
2019-04-29
1
-1
/
+0
[next]