summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs
AgeCommit message (Expand)AuthorFilesLines
2022-12-0214982 zfs: Fix use-after-free in btree codeRichard Yao1-2/+2
2022-12-0214981 zfs: Several B-tree optimizationsAlexander Motin2-364/+421
2022-11-1015137 ZFS should allow direct import of a root pool from a /devices pathJoshua M. Clulow4-6/+72
2022-11-0814978 ZFS autoexpand property should work for root poolsJoshua M. Clulow4-17/+52
2022-10-0314519 zfs_root should cache vnodePatrick Mooney2-13/+49
2022-06-2414745 ZFS should handle unknown/invalid vdev devids gracefullyHans Rosenfeld1-4/+6
2022-03-2314562 apparently bad merge in l2arc_write_buffersToomas Soome1-12/+0
2022-03-1014443 resection manual pages per IPD4Richard Lowe12-15/+15
2022-02-225513 KM_NORMALPRI should be documented in kmem_alloc(9f) and kmem_cache_creat...Dan McDonald1-2/+1
2022-02-0714472 Fix clearing setuid/setgid bits on a file when replaying a writePawel Jakub Dawidek1-24/+64
2022-02-046779 kernel panic in zfs_readdir shortly after mountArne Jansen2-0/+3
2022-01-3114395 zfs: array subscript is partly outside array boundsToomas Soome1-7/+6
2022-01-1114375 dmu_zfetch: don't leak unreferenced stream when zfetch is freedMatt Macy1-2/+6
2021-11-1914223 Add change key zfs channel programJason King6-7/+278
2021-09-2714115 dumping to zvol on raidz will corrupt the poolJoshua M. Clulow2-11/+3
2021-08-1613939 it's time the 32bit intel kernel was (x)86'dRichard Lowe1-29/+0
2021-07-276161 zero-sized kmem_alloc() in zfs`spa_load_l2cacheAndy Fiddaman1-6/+12
2021-07-0213902 Fix for 13717 may break 8-disk raidz2Dan McDonald1-3/+4
2021-06-2513908 disable kernel FPU by default until it is stableJoshua M. Clulow2-2/+18
2021-06-2413892 panic when deleting millions of filesNed Bass1-2/+2
2021-05-1313374 Port L2ARC Improvements from OpenZFSJason King7-85/+435
2021-05-0713766 Restore ARC MFU/MRU pressureMatthew Macy1-22/+42
2021-04-3013100 zdb rpool crash on raidzToomas Soome1-1/+1
2021-04-0713697 zfs change-key does not follow clones, data loss ensuesTom Caputi1-19/+51
2021-02-2213389 After persistent L2ARC import, cache device has constant 8KB/sec loadGeorge Amanakis1-1/+3
2021-02-1213476 zfs: multiply-defined symbolsToomas Soome1-6/+0
2021-02-0213092 ZFS I/O pipeline should use the pageout_reserve poolJoshua M. Clulow1-0/+27
2020-12-3113399 zfs: error: implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome4-18/+30
2020-12-1813317 Decrease contention on dn_struct_rwlockPaul Dagnelie7-120/+246
2020-12-1613358 dmu_objset_upgrade_stop() needs to waitAndy Fiddaman1-4/+12
2020-12-0413194 null/dangling pointer deref somewhere under dmu_objset_upgradeArkadiusz BubaƂa3-7/+23
2020-12-0113324 struct dk_minfo_ext size differences trigger SSP in libfdiskRobert Mustacchi1-1/+12
2020-11-1313172 Port OpenZFS: zfs label bootenv should store data as nvlistToomas Soome5-40/+167
2020-11-1313025 Port OpenZFS: Add support for boot environment data to be stored in the...Paul Dagnelie5-13/+238
2020-10-2713118 Very slow reaping, possible deadlock in zfs_delmapAlex Wilson1-25/+0
2020-10-2213234 Prevent race condition in dnode_destJohn Poduska3-115/+124
2020-10-2013231 dmu_objset: release bonus buffer in failure pathGvozden Neskovic1-0/+1
2020-10-2013209 11682 lost spa_bootsize from expandsize calculationToomas Soome2-2/+5
2020-10-163525 Persistent L2ARCGeorge Amanakis6-616/+2461
2020-09-1513137 zfs: warn: inconsistent indentingToomas Soome2-2/+2
2020-09-1213117 zfs: variable dereferenced before checkToomas Soome1-3/+3
2020-09-0913105 dnode_special_open() error: unchecked function return 'zrl_tryenter'Toomas Soome1-1/+1
2020-09-0813104 zfs: offset_t is signed and can not be > MAXOFFSET_TToomas Soome1-1/+1
2020-09-0813103 zfs: zvol_strategy() warn: unsigned 'off' is never less than zeroToomas Soome1-1/+1
2020-09-0513087 zfs: zfs_ereport_post() and zfs_ereport_start() return values are ignoredToomas Soome8-18/+22
2020-08-2713034 dnode_sync is careless with range treePatrick Mooney1-2/+12
2020-08-2113065 log when suspending a zpoolJohn Levon1-0/+5
2020-07-2712981 vdev_hold prone to NULL dereferencePatrick Mooney1-2/+2
2020-07-1512794 ZFS support for vectorized algorithms on x86 (HW support)Gvozden Neskovic6-16/+3713
2020-07-1112894 root zpool with SLOG should be bootablePatrick Mooney2-41/+2