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
*
Linux 5.19 compat: aops->read_folio()
Brian Behlendorf
2022-06-01
1
-0
/
+12
*
Linux 5.19 compat: blkdev_issue_secure_erase()
Brian Behlendorf
2022-06-01
1
-9
/
+28
*
Linux 5.19 compat: bdev_max_secure_erase_sectors()
Brian Behlendorf
2022-06-01
1
-4
/
+2
*
Linux 5.19 compat: bdev_max_discard_sectors()
Brian Behlendorf
2022-06-01
2
-1
/
+3
*
Linux 5.18 compat: bio_alloc()
Brian Behlendorf
2022-06-01
1
-14
/
+39
*
abd_os: remove redundant refcount creation for abd_children
hping
2022-05-20
1
-1
/
+0
*
Fix functions without a prototype
Aidan Harris
2022-05-20
3
-3
/
+3
*
FreeBSD: use zero_region instead of allocating a dedicated page
Mateusz Guzik
2022-05-20
1
-7
/
+3
*
autoconf: Fail when __copy_from_user_inatomic is a non-GPL symbol
szubersk
2022-05-20
1
-4
/
+0
*
PPC get_user workaround
Damian Szuberski
2022-05-20
1
-2
/
+6
*
Adding ZERO_PAGE detection
Brian Atkinson
2022-05-20
1
-3
/
+12
*
FreeBSD: Implement hole-punching support
Ka Ho Ng
2022-05-17
2
-3
/
+64
*
module: zstd: check we don't leak symbols; regenerate symbol map
наб
2022-05-16
2
-208
/
+127
*
Reduce dbuf_find() lock contention
Brian Behlendorf
2022-05-06
2
-15
/
+15
*
Silence unused-but-set-variable warnings
Brian Behlendorf
2022-05-02
1
-2
/
+2
*
module: zfs: freebsd: fix unused, remove argsused
наб
2022-05-02
2
-7
/
+3
*
FreeBSD: remove unused variable
наб
2022-05-02
1
-3
/
+1
*
zvol: remove unused variable
наб
2022-05-02
1
-2
/
+1
*
fm: remove unused variables
наб
2022-05-02
1
-6
/
+0
*
zvol: remove unused variable
наб
2022-05-02
1
-2
/
+1
*
module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variable
наб
2022-05-02
1
-4
/
+0
*
module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variable
наб
2022-05-02
1
-5
/
+0
*
module/zfs: dbuf: dbuf_read_impl: remove unused variable
наб
2022-05-02
1
-2
/
+0
*
module/zfs: arc: arc_hdr_realloc_crypt: remove unused variables
наб
2022-05-02
1
-5
/
+0
*
Skip spacemaps reading in case of pool readonly import
Brian Behlendorf
2022-04-28
3
-2
/
+17
*
Linux 5.18 compat: replace __set_page_dirty_nobuffers
Brian Behlendorf
2022-04-28
2
-1
/
+12
*
Fix O_APPEND for Linux 3.15 and older kernels
Brian Behlendorf
2022-04-28
1
-0
/
+2
*
Linux 5.18 compat: kobj_type.default_attrs replaced with default_groups
наб
2022-04-25
1
-17
/
+22
*
FreeBSD: Fix translation from ABD to physical pages.
Alexander Motin
2022-04-21
1
-1
/
+5
*
Corrected oversight in ZERO_RANGE behavior
Rich Ercolani
2022-04-21
1
-4
/
+6
*
Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCAN
Brian Behlendorf
2022-04-20
1
-13
/
+8
*
FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGES
Mark Johnston
2022-04-19
1
-8
/
+7
*
FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error code
Mark Johnston
2022-04-19
1
-1
/
+1
*
Linux 5.18 compat: use address_space_operations->readahead
Riccardo Schirone
2022-04-06
1
-0
/
+21
*
Linux 5.18 compat: blkg_tryget is moved to private headers
Riccardo Schirone
2022-04-06
1
-2
/
+5
*
Linux 5.18 compat: replace genhd.h with blkdev.h includes
наб
2022-04-06
1
-1
/
+1
*
Linux 5.18 compat: 4-argument bio_alloc()
наб
2022-04-06
1
-0
/
+4
*
FreeBSD: Use NDFREE_PNBUF if available
Ryan Moeller
2022-04-06
1
-5
/
+9
*
Export minimal zfs_refcount interfaces
Brian Behlendorf
2022-04-06
1
-0
/
+8
*
Default to zfs_dmu_offset_next_sync=1
Brian Behlendorf
2022-04-01
1
-4
/
+8
*
Fix ACL checks for NFS kernel server
Brian Behlendorf
2022-03-20
7
-70
/
+17
*
module: freebsd: avoid a taking a destroyed lock in zfs_zevent bits
Kyle Evans
2022-03-18
1
-1
/
+11
*
FreeBSD: add missing replay check to an assert in zfs_xvattr_set
Mateusz Guzik
2022-03-18
1
-1
/
+3
*
Fix module build with -Werror
Ryan Moeller
2022-03-17
1
-1
/
+1
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
2
-6
/
+20
*
zfs: Fix a deadlock between page busy and the teardown lock
Mark Johnston
2022-03-04
1
-0
/
+9
*
Really zero the zero page
Alexander Motin
2022-03-04
1
-0
/
+1
*
Fix cpu hotplug atomic sleep issue
Paul Dagnelie
2022-02-15
1
-5
/
+6
*
Enable encrypted raw sending to pools with greater ashift
George Amanakis
2022-02-23
1
-1
/
+7
*
Avoid dirtying the final TXGs when exporting a pool
George Amanakis
2022-02-23
1
-17
/
+43
[next]