]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/vdev.c
Update vdev devid and physpath if changed between imports
[mirror_zfs.git] / module / zfs / vdev.c
2024-01-26 Ameer HamzaUpdate vdev devid and physpath if changed between imports
2023-11-08 Don BradyRAID-Z expansion feature
2023-10-20 Colin PercivalSet spa_ccw_fail_time=0 when expanding a vdev.
2023-07-28 Alexander MotinRemove fastwrite mechanism.
2023-07-20 Ameer Hamzaspa_min_alloc should be GCD, not min
2023-07-20 Yuri PankovDon't panic if setting vdev properties is unsupported...
2023-07-20 Ameer HamzaIgnore pool ashift property during vdev attachment
2023-06-27 Alexander MotinAnother set of vdev queue optimizations.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-05-24 Akash BFix concurrent resilvers initiated at same time
2023-05-19 Brian BehlendorfProbe vdevs before marking removed
2023-04-20 rob-wingCreate zap for root vdev
2023-04-19 Ameer HamzaFix "Detach spare vdev in case if resilvering does...
2023-04-06 Rob Nvdev: expose zfs_vdev_max_ms_shift as a module parameter
2023-03-28 Kevin JinFix short-lived txg caused by autotrim
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-08 Richard YaoSuppress clang static analyzer warning in vdev_stat_upd...
2023-03-08 Richard YaoSuppress Clang Static Analyzer warning in vdev_split()
2023-01-23 rob-wingConfigure zed's diagnosis engine with vdev properties
2022-11-29 Ameer Hamzazed: unclean disk attachment faults the vdev
2022-11-10 Mariusz ZaborskiAllow to control failfast
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
2022-10-11 Richard YaoFix uninitialized value read in vdev_prop_set()
2022-09-30 Tino ReichardtFix double const qualifier declarations
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-08 Alexander MotinImprove too large physical ashift handling
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-29 набEnable -Wwrite-strings
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-04-26 Alexander MotinImprove log spacemap load time
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-09 Akash BAdd physical device size to SIZE column in 'zpool list -v'
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-13 Mark MaybeeRemove VERIFY() in vdev_props_set_sync()
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-11-30 Allan JudeVdev Properties Feature
2021-11-09 Fedor UporovSkip spacemaps reading in case of pool readonly import
2021-10-04 Tony HutterRescan enclosure sysfs path on import
2021-08-26 Trevor BautistaExtend zpool-iostat to account for ZIO_PRIORITY_REBUILD...
2021-07-26 набReplace /*PRINTFLIKEn*/ with attribute(printf)
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-05-25 vermavipinkumarPropagate vdev state due to invalid label corruption
2021-04-07 Ryan MoellerRatelimit deadman zevents as with delay zevents
2021-04-03 Andrea GelminiFix various typos
2021-03-20 Martin MatuškaAllow setting bootfs property on pools with indirect...
2021-02-21 fbynitevdev_ops: don't try to call vdev_op_hold or vdev_op_rel...
2021-02-20 Don BradyChecksum errors may not be counted
2021-01-27 Alan SomersParallelize vdev_validate
2021-01-27 Alan SomersParallelize vdev_load
2021-01-21 Matthew AhrensSet aside a metaslab for ZIL blocks
2020-11-20 Brian BehlendorfCorrect missing zil_claim() DTL updates
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-10-15 Don BradyIgnore special vdev ashift for spa ashift min/max
2020-09-18 George Wilsonvdev_ashift should only be set once
2020-09-04 Don BradyAvoid posting duplicate zpool events
2020-09-01 Toomas Soomezio_ereport_post() and zio_ereport_start() return value...
2020-08-21 Ryan MoellerImport vdev ashift optimization from FreeBSD
2020-07-30 Matthew AhrensFix error handling of vdev_top_zap
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarMark functions as static
2020-06-09 George AmanakisTrim L2ARC
2020-05-13 John PoduskaResilver restarts unnecessarily when it encounters...
2020-05-07 Paul DagnelieAdd support for boot environment data to be stored...
2020-04-10 George AmanakisPersistent L2ARC
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-27 jwpoduskaPrevent unnecessary resilver restarts
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-16 Paul DagnelieCap metaslab memory usage
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-06-07 Paul DagnelieAllow metaslab to be unloaded even when not freed from
2019-05-29 Brian BehlendorfExclude log device ashift from normal class
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-15 Tony HutterMake zpool status counters match error events count
2019-03-12 Olaf FaalandMMP writes rotate over leaves
2019-02-27 Brian BehlendorfFix overly broad spa config lock
2019-02-22 loli10Kzpool reports 16E expandsize on disks with oddball...
2019-02-20 Serapheim Dimitrop... Introduce auxiliary metaslab histograms
2019-02-12 Serapheim Dimitrop... Get rid of space_map_update() for ms_synced_length
2019-01-31 Serapheim Dimitrop... Simplify log vdev removal code
2019-01-31 Serapheim Dimitrop... vs_alloc can underflow in L2ARC vdevs
2019-01-26 Serapheim Dimitrop... Change target size of metaslabs from 256GB to 16GB
2019-01-17 Serapheim Dimitrop... Remove unused vdev_t fields
2019-01-16 Serapheim Dimitrop... Update vdev_is_spacemap_addressable() for new spacemap...
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-12-07 Prakash SuryaOpenZFS 9963 - Separate tunable for disabling ZIL vdev...
2018-11-09 loli10Kzed: detect and offline physically removed devices
2018-11-09 Tony HutterAdd zpool status -s (slow I/Os) and -p (parseable)
2018-11-07 Tom CaputiFix dirtying vdev config on with RO spa
2018-11-07 Tom CaputiMake vdev_set_deferred_resilver() recursive
next