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
*
Reduce ZIO io_lock contention on sorted scrub
Alexander Motin
2022-06-15
1
-4
/
+15
*
Add support for ARCH=um for x86 sub-architectures
crass
2022-06-15
1
-0
/
+3
*
Fix clang 13 compilation errors
Damian Szuberski
2022-06-15
1
-1
/
+4
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
4
-16
/
+16
*
spl: Use a clearer name for the user namespace fd
Ryan Moeller
2022-06-14
1
-4
/
+4
*
Improve sorted scan memory accounting
Alexander Motin
2022-06-10
1
-2
/
+5
*
Add Linux namespace delegation support
Will Andrews
2022-06-10
7
-2
/
+501
*
AVL: Remove obsolete branching optimizations
Alexander Motin
2022-06-09
1
-20
/
+4
*
zvol: Support blk-mq for better performance
Tony Hutter
2022-06-09
2
-126
/
+660
*
Introduce BLAKE3 checksums as an OpenZFS feature
Tino Reichardt
2022-06-08
21
-18
/
+21820
*
Remove wrong assertion in log spacemap
Alexander Motin
2022-06-01
1
-6
/
+0
*
Fix typo in zil_commit() comment block
Allan Jude
2022-05-31
1
-1
/
+1
*
Linux 5.19 compat: aops->read_folio()
Brian Behlendorf
2022-05-31
1
-0
/
+12
*
Linux 5.19 compat: blkdev_issue_secure_erase()
Brian Behlendorf
2022-05-31
1
-9
/
+28
*
Linux 5.19 compat: bdev_max_secure_erase_sectors()
Brian Behlendorf
2022-05-31
1
-4
/
+2
*
Linux 5.19 compat: bdev_max_discard_sectors()
Brian Behlendorf
2022-05-31
2
-1
/
+3
*
Linux 5.18 compat: bio_alloc()
Brian Behlendorf
2022-05-31
1
-14
/
+39
*
Fix inflated quiesce time caused by lwb_tx during zil_commit()
Kevin Jin
2022-05-26
1
-20
/
+69
*
More speculative prefetcher improvements
Alexander Motin
2022-05-25
2
-88
/
+111
*
Cancel in-progress rebuilds when we finish removal
Paul Dagnelie
2022-05-25
1
-0
/
+2
*
Refactor Log Size Limit
Alexander Motin
2022-05-24
2
-27
/
+48
*
Tiered early abort, zstd edition
Rich Ercolani
2022-05-24
2
-6
/
+122
*
Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
Brian Behlendorf
2022-05-20
3
-24
/
+31
*
Expose zpool guids through kstats
Andrew
2022-05-18
1
-0
/
+48
*
linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)
наб
2022-05-13
2
-31
/
+19
*
linux: spl: generic: ddi_strtou##type: elide unused flag
наб
2022-05-13
1
-5
/
+3
*
Remove hw_serial, ddi_strtoul()
наб
2022-05-13
3
-23
/
+6
*
Added a workaround for Linux KASAN builds
Rich Ercolani
2022-05-11
1
-0
/
+6
*
autoconf: Fail when __copy_from_user_inatomic is a non-GPL symbol
szubersk
2022-05-11
1
-4
/
+0
*
autoconf: use include directives instead of recursing down lib
наб
2022-05-10
1
-2
/
+21
*
libzfs: pool: fix false-positives -Wmaybe-uninitialised
наб
2022-05-10
1
-4
/
+1
*
module: Makefile: cppcheck: zfs_config.h lives in builddir
наб
2022-05-10
1
-1
/
+1
*
abd_os: remove redundant refcount creation for abd_children
hping
2022-05-09
1
-1
/
+0
*
Fix functions without a prototype
Aidan Harris
2022-05-06
3
-3
/
+3
*
Corrected edge case in uncompressed ARC->L2ARC handling
Rich Ercolani
2022-05-04
1
-8
/
+19
*
FreeBSD: use zero_region instead of allocating a dedicated page
Mateusz Guzik
2022-05-04
1
-7
/
+3
*
Improve mg_aliquot math
Alexander Motin
2022-05-04
1
-4
/
+5
*
Reduce dbuf_find() lock contention
Brian Behlendorf
2022-05-04
2
-15
/
+15
*
Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneously
Shaan Nobee
2022-05-03
6
-12
/
+115
*
FreeBSD: Clean up the use of ioflags
Pawel Jakub Dawidek
2022-05-02
2
-14
/
+10
*
Add missing replay entry in zvol_replay_vector for TX_SETSAXATTR
Jitendra Patidar
2022-05-02
1
-0
/
+1
*
Silence unused-but-set-variable warnings
Brian Behlendorf
2022-04-29
2
-2
/
+2
*
Default zfs_max_recordsize to 16M
Rich Ercolani
2022-04-28
2
-21
/
+13
*
Fix O_APPEND for Linux 3.15 and older kernels
Brian Behlendorf
2022-04-27
1
-0
/
+2
*
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
[next]