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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix zvol_open() lock inversion
Brian Behlendorf
2021-12-17
1
-63
/
+58
*
FreeBSD: Update argument types for VOP_READDIR
Alan Somers
2021-12-17
1
-4
/
+10
*
FreeBSD: Provide correct file generation number
Ryan Moeller
2021-12-16
2
-2
/
+2
*
FreeBSD: Add vop_standard_writecount_nomsync
Ryan Moeller
2021-12-12
2
-0
/
+18
*
zfs: Fix a deadlock between page busy and the teardown lock
Mark Johnston
2021-12-12
1
-0
/
+9
*
FreeBSD: Catch up with more VFS changes
Ryan Moeller
2021-12-12
1
-0
/
+18
*
Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is defined
Coleman Kane
2021-12-07
1
-0
/
+3
*
Linux 5.16: bio_set_dev is no longer a helper macro
Coleman Kane
2021-12-07
1
-0
/
+24
*
Linux 5.16: type member of iov_iter renamed iter_type
Coleman Kane
2021-12-07
1
-0
/
+6
*
Linux 5.16: block_device_operations->submit_bio now returns void
Coleman Kane
2021-12-07
1
-2
/
+8
*
Add `const` to nvlist functions to properly expose their real behavior
Paul Dagnelie
2021-12-06
1
-2
/
+2
*
Linux 5.13 compat: retry zvol_open() when contended
Brian Behlendorf
2021-12-01
2
-4
/
+63
*
Vdev Properties Feature
Allan Jude
2021-11-30
1
-1
/
+35
*
Linux 5.16: wait_on_page_bit() no longer available to modules
Coleman Kane
2021-11-29
1
-0
/
+4
*
Fix several bugs in the FreeBSD rename VOP implementation
Mark Johnston
2021-11-19
1
-136
/
+134
*
Add notes to system_taskq
Paul Dagnelie
2021-11-19
2
-1
/
+10
*
Remove (now unused) td argument from zfs_lookup()
Pawel Jakub Dawidek
2021-11-12
1
-11
/
+10
*
Linux 5.16 compat: submit_bio()
Brian Behlendorf
2021-11-09
1
-2
/
+2
*
Workaround issue cleaning up automounted snapshots on Linux
Rich Ercolani
2021-11-03
1
-3
/
+20
*
Update `checkstyle` workflow env to ubuntu-20.04
Damian Szuberski
2021-11-02
2
-1
/
+1
*
Fix cpu hotplug atomic sleep issue
Paul Dagnelie
2021-11-02
1
-5
/
+6
*
Exit the teardown section later in rename on FreeBSD
Mark Johnston
2021-10-29
1
-3
/
+4
*
Fix potential use-after-frees in FreeBSD getpages and setattr VOPs
Mark Johnston
2021-10-29
1
-4
/
+4
*
FreeBSD: Catch up with recent VFS changes
Ryan Moeller
2021-10-25
2
-1
/
+7
*
Remove FreeBSD's local copy of the dmu_buf_hold_array() function
Pawel Jakub Dawidek
2021-10-13
1
-19
/
+0
*
Really zero the zero page
Alexander Motin
2021-09-17
1
-0
/
+1
*
Temporarily use root credentials to mount snapshots in .zfs
Allan Jude
2021-09-14
1
-3
/
+7
*
Use fallthrough macro
Brian Behlendorf
2021-09-14
4
-6
/
+6
*
Linux 5.15 compat: get_acl()
Brian Behlendorf
2021-09-09
1
-8
/
+26
*
FreeBSD: Don't remove SA xattr if not SA znode
Ryan Moeller
2021-08-30
1
-1
/
+1
*
FreeBSD: Implement hole-punching support
Ka Ho Ng
2021-08-30
2
-3
/
+64
*
Linux 4.11 compat: statx support
Richard Yao
2021-08-17
2
-7
/
+39
*
Remove b_pabd/b_rabd allocation from arc_hdr_alloc()
Alexander Motin
2021-08-17
2
-2
/
+2
*
Restore FreeBSD sysctl processing for arc.min and arc.max
Allan Jude
2021-08-16
2
-2
/
+63
*
zfs: add missed dependency of zfs module on zlib
Ryan Moeller
2021-08-13
1
-0
/
+1
*
Enable /proc/diskstats for zvols
Brian Behlendorf
2021-08-05
1
-0
/
+3
*
Modify checksum obtain method of QAT
hedongzhang
2021-08-03
1
-23
/
+4
*
Allow disabling of unmapped I/O on FreeBSD
Mark Johnston
2021-08-02
1
-0
/
+4
*
Avoid small buffer copying on write
Alexander Motin
2021-07-27
2
-2
/
+2
*
Remove NOTE(CONSTCOND) and note.h
наб
2021-07-26
1
-2
/
+0
*
Normalise /*FALLTHR{OUGH,U}*/
наб
2021-07-26
3
-5
/
+5
*
Prune /*NOTREACHED*/
наб
2021-07-26
1
-1
/
+1
*
Replace /*PRINTFLIKEn*/ with attribute(printf)
наб
2021-07-26
1
-1
/
+3
*
Linux 5.14 compat: explicity assign set_page_dirty
Coleman Kane
2021-07-26
1
-0
/
+6
*
Linux 5.14 compat: blk_alloc_disk()
Brian Behlendorf
2021-07-23
1
-9
/
+34
*
FreeBSD: Ignore make_dev_s() errors
Alexander Motin
2021-07-22
1
-13
/
+18
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-07-20
2
-5
/
+22
*
Use SET_ERROR for more errors in FreeBSD vnops
Ryan Moeller
2021-07-19
1
-16
/
+29
*
FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+
Alexander Motin
2021-07-19
1
-0
/
+4
*
Fix ARC ghost states eviction accounting
Alexander Motin
2021-07-13
1
-2
/
+0
[prev]
[next]