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.18 compat: replace __set_page_dirty_nobuffers
Satadru Pramanik
2022-04-27
2
-1
/
+12
*
PPC get_user workaround
Damian Szuberski
2022-04-26
1
-2
/
+6
*
Improve log spacemap load time
Alexander Motin
2022-04-26
6
-141
/
+235
*
Improve zpool status output, list all affected datasets
George Amanakis
2022-04-25
6
-66
/
+903
*
Linux 5.18 compat: kobj_type.default_attrs replaced with default_groups
наб
2022-04-22
1
-17
/
+22
*
linux: module: zfs: sysfs: constify types and attrs
наб
2022-04-22
1
-5
/
+5
*
Corrected oversight in ZERO_RANGE behavior
Rich Ercolani
2022-04-20
1
-4
/
+6
*
FreeBSD: Fix translation from ABD to physical pages
Alexander Motin
2022-04-20
1
-1
/
+5
*
linux: module: uninstall legacy modules on (un)installation
наб
2022-04-20
1
-2
/
+6
*
linux: module: weld all but spl.ko into zfs.ko
наб
2022-04-20
24
-647
/
+496
*
Improve the inline descriptions of the ARC module parameters
Allan Jude
2022-04-20
1
-10
/
+10
*
Linux 5.17 compat: GENHD_FL_EXT_DEVT / GENHD_FL_NO_PART_SCAN
Brian Behlendorf
2022-04-19
1
-13
/
+8
*
module: zfs: vdev_removal: remove unused num_indirect
наб
2022-04-13
1
-3
/
+0
*
FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGES
Mark Johnston
2022-04-13
1
-8
/
+7
*
FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error code
Mark Johnston
2022-04-13
1
-1
/
+1
*
Prefer ATTR_ in shared codebase over AT_
Jorgen Lundman
2022-04-05
1
-3
/
+3
*
Fix string/index variables being unflexed by default
наб
2022-04-05
1
-2
/
+2
*
Linux 5.18 compat: use address_space_operations->readahead
Riccardo Schirone
2022-04-04
1
-0
/
+21
*
Linux 5.18 compat: blkg_tryget is moved to private headers
Riccardo Schirone
2022-04-04
1
-2
/
+5
*
FreeBSD: Use NDFREE_PNBUF if available
Ryan Moeller
2022-04-02
1
-5
/
+9
*
module: zstd: zfs_zstd: staticify zstd_ksp
наб
2022-04-01
1
-1
/
+1
*
Linux optimize access checks when ACL is trivial
Andrew
2022-04-01
2
-1
/
+71
*
zfs_ctldir: fix incorrect argument type of rw_destroy
hpingfs
2022-03-30
1
-1
/
+1
*
zvol_os: suppress compiler warning for zvol_open_timeout_ms
hpingfs
2022-03-30
1
-0
/
+3
*
module: zfs: dsl_bookmark: silence false-positive maybe-uninitialised
наб
2022-03-28
1
-3
/
+2
*
Linux 5.18 compat: replace genhd.h with blkdev.h includes
наб
2022-03-28
1
-1
/
+1
*
Linux 5.18 compat: 4-argument bio_alloc()
наб
2022-03-28
1
-0
/
+4
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
15
-39
/
+31
*
module: zfs: arc: hdr_full_crypt_dest: drop unevaulated-only variable
наб
2022-03-18
1
-3
/
+3
*
Fix ACL checks for NFS kernel server
Ryan Moeller
2022-03-18
7
-70
/
+17
*
FreeBSD: add missing replay check to an assert in zfs_xvattr_set
Mateusz Guzik
2022-03-17
1
-1
/
+3
*
module: freebsd: avoid a taking a destroyed lock in zfs_zevent bits
Kyle Evans
2022-03-17
1
-1
/
+11
*
module: zstd: check we don't leak symbols; regenerate symbol map
наб
2022-03-15
2
-324
/
+278
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
16
-18
/
+14
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
101
-878
/
+859
*
Adding ZERO_PAGE detection
Brian Atkinson
2022-03-14
1
-3
/
+12
*
module: zfs: zio_inject: zio_match_handler: don't << -1
наб
2022-03-13
1
-1
/
+2
*
Add physical device size to SIZE column in 'zpool list -v'
Akash B
2022-03-08
1
-0
/
+1
*
Linux x86 SIMD: factor out unneeded kernel dependencies
Attila Fülöp
2022-03-08
1
-3
/
+3
*
Fix ENOSPC when unlinking multiple files from full pool
Brian Behlendorf
2022-03-08
2
-6
/
+20
*
Expose additional file level attributes
Umer Saleem
2022-03-07
1
-15
/
+110
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
14
-29
/
+29
*
Flex non-pretty-printed properties and raw-/pretty-print remaining ones
наб
2022-03-04
3
-109
/
+140
*
module: zcommon: zprop: common: zprop_width: namespace exceptions
наб
2022-03-04
1
-2
/
+6
*
Re-apply 6ba2e72b, silence lint
Rich Ercolani
2022-03-01
2
-4
/
+4
*
Re-apply a78f19d3
Rich Ercolani
2022-03-01
3
-2
/
+2
*
Explode zstd 1.4.5 into separate upstream files
Rich Ercolani
2022-03-01
57
-27891
/
+23894
*
log xattr=sa create/remove/update to ZIL
Jitendra Patidar
2022-02-22
7
-6
/
+234
*
Correct compilation errors reported by GCC 10/11
Damian Szuberski
2022-02-20
1
-7
/
+5
*
spl: make 'spl_panic_halt' working for all cases
Damian Szuberski
2022-02-18
1
-0
/
+3
[next]