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
*
Drop references when skipping dmu_send due to EXDEV
Ryan Moeller
2020-09-30
2
-5
/
+10
*
Use known license string for zzstd
Brian Behlendorf
2020-09-28
1
-1
/
+1
*
zfetch: Don't issue new streams when old have not completed
Matthew Macy
2020-09-27
2
-37
/
+150
*
Add DB_RF_NOPREFETCH to dbuf_read()s in dnode.c
Adam D. Moss
2020-09-25
1
-2
/
+4
*
Fix PREEMPTION=y and BLK_CGROUP=y config on arm64
Brian Behlendorf
2020-09-25
1
-0
/
+10
*
FreeBSD: update cache_purgevfs usage after 1300117 version bump
Mateusz Guzik
2020-09-25
1
-0
/
+4
*
FreeBSD: Code cleanup in zio_crypt
Ryan Moeller
2020-09-25
1
-145
/
+76
*
Prune dead branch reported by Coverity
Ryan Moeller
2020-09-25
1
-5
/
+1
*
zfs_log_write: simplify data copying code for WR_COPIED records
Christian Schwarz
2020-09-25
1
-8
/
+15
*
FreeBSD: Add support for procfs_list
Matthew Macy
2020-09-23
6
-36
/
+172
*
FreeBSD: Don't save user FPU context in kernel threads
Matthew Macy
2020-09-23
1
-0
/
+4
*
Don't set numobjs to UINT64_MAX or near it
Paul Dagnelie
2020-09-22
1
-3
/
+1
*
Restore clearing of L2CACHE flag in arc_read_done()
George Amanakis
2020-09-22
1
-3
/
+3
*
Fix a logic bug in the FreeBSD getpages VOP
Mark Johnston
2020-09-22
1
-2
/
+4
*
FreeBSD: Reduce stack usage of Lua
Ryan Moeller
2020-09-22
1
-9
/
+0
*
Annontate FreeBSD sysctls with CTLFLAG_MPSAFE
Mark Johnston
2020-09-21
2
-26
/
+31
*
Fix switch statement indentation in the FreeBSD kstat code
Mark Johnston
2020-09-21
1
-105
/
+102
*
vdev_ashift should only be set once
George Wilson
2020-09-18
8
-50
/
+92
*
pool may become suspended during device expansion
George Wilson
2020-09-17
1
-2
/
+20
*
FreeBSD: Do not copy vp into f_data for DTYPE_VNODE files
Ryan Moeller
2020-09-17
1
-4
/
+1
*
Need a long hold in zpl_mount_impl
John Poduska
2020-09-17
1
-0
/
+4
*
Rename acltype=posixacl to acltype=posix
Ryan Moeller
2020-09-16
5
-17
/
+18
*
Fix stack frame size: dnode_dirty_l1range()
Pavel Snajdr
2020-09-15
1
-10
/
+13
*
dmu_redact_snap: fix possible memleak
Pavel Snajdr
2020-09-15
1
-0
/
+2
*
Fix stack frame size: dmu_redact_snap()
Pavel Snajdr
2020-09-15
1
-8
/
+20
*
Fix stack frame size: spa_livelist_delete_cb()
Pavel Snajdr
2020-09-15
1
-5
/
+7
*
zfs label bootenv should store data as nvlist
Toomas Soome
2020-09-15
2
-36
/
+100
*
Linux: Prevent destruction while showing mount devname
Ryan Moeller
2020-09-15
1
-0
/
+2
*
Add L2ARC arcstats for MFU/MRU buffers and buffer content type
George Amanakis
2020-09-14
1
-26
/
+155
*
FreeBSD: convert teardown inactive lock to a read-mostly sleepable lock
Mateusz Guzik
2020-09-09
3
-18
/
+18
*
Initialize mmp_last_write when the mmp thread starts
Olaf Faaland
2020-09-09
1
-8
/
+12
*
FreeBSD: drop dependency on cryptodev module
Ryan Moeller
2020-09-09
1
-1
/
+0
*
Introduce ZFS module parameter l2arc_mfuonly
George Amanakis
2020-09-08
1
-0
/
+18
*
dnode_special_open() error: unchecked function return 'zrl_tryenter'
Toomas Soome
2020-09-08
1
-1
/
+1
*
FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger value
Matthew Macy
2020-09-04
1
-5
/
+17
*
Sequential scrub and resilver updated comments
Brian Behlendorf
2020-09-04
3
-0
/
+3
*
Avoid posting duplicate zpool events
Don Brady
2020-09-04
10
-71
/
+418
*
nowait synctask must succeed
Matthew Ahrens
2020-09-04
9
-39
/
+24
*
Retain thread name when resuming a zthr
Ryan Moeller
2020-09-03
1
-3
/
+8
*
Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriate
Matthew Macy
2020-09-03
7
-19
/
+54
*
Links in Source Files
Spencer Kinny
2020-09-02
4
-0
/
+20
*
zvol: unsigned off can not be less than zero
Toomas Soome
2020-09-02
1
-1
/
+1
*
Make spa_stats.c tunables visible on FreeBSD
Ryan Moeller
2020-09-01
1
-18
/
+12
*
FreeBSD: Fix up after spa_stats.c move
Matthew Macy
2020-09-01
2
-61
/
+116
*
Add 'zfs rename -u' to rename without remounting
Ryan Moeller
2020-09-01
4
-4
/
+35
*
FreeBSD: Remove unused SECLABEL code
Ryan Moeller
2020-08-31
1
-193
/
+0
*
FreeBSD: Simplify INGLOBALZONE
Ryan Moeller
2020-08-31
1
-6
/
+0
*
zio_ereport_post() and zio_ereport_start() return values are ignored
Toomas Soome
2020-08-31
8
-20
/
+24
*
Move spa_stats.c to common code
Matthew Macy
2020-08-30
4
-115
/
+1
*
FreeBSD: Fix spurious failure in zvol_geom_open
Matthew Macy
2020-08-30
1
-0
/
+20
[next]