| Commit message (Expand) | Author | Age | Files | Lines |
* | FreeBSD: Add support for procfs_list | Matthew Macy | 2020-09-23 | 2 | -20/+7 |
* | Don't set numobjs to UINT64_MAX or near it | Paul Dagnelie | 2020-09-22 | 1 | -3/+1 |
* | Restore clearing of L2CACHE flag in arc_read_done() | George Amanakis | 2020-09-22 | 1 | -3/+3 |
* | vdev_ashift should only be set once | George Wilson | 2020-09-18 | 5 | -44/+61 |
* | Fix stack frame size: dnode_dirty_l1range() | Pavel Snajdr | 2020-09-15 | 1 | -10/+13 |
* | dmu_redact_snap: fix possible memleak | Pavel Snajdr | 2020-09-15 | 1 | -0/+2 |
* | Fix stack frame size: dmu_redact_snap() | Pavel Snajdr | 2020-09-15 | 1 | -8/+20 |
* | Fix stack frame size: spa_livelist_delete_cb() | Pavel Snajdr | 2020-09-15 | 1 | -5/+7 |
* | zfs label bootenv should store data as nvlist | Toomas Soome | 2020-09-15 | 2 | -36/+100 |
* | Add L2ARC arcstats for MFU/MRU buffers and buffer content type | George Amanakis | 2020-09-14 | 1 | -26/+155 |
* | Initialize mmp_last_write when the mmp thread starts | Olaf Faaland | 2020-09-09 | 1 | -8/+12 |
* | Introduce ZFS module parameter l2arc_mfuonly | George Amanakis | 2020-09-08 | 1 | -0/+18 |
* | dnode_special_open() error: unchecked function return 'zrl_tryenter' | Toomas Soome | 2020-09-08 | 1 | -1/+1 |
* | FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger value | Matthew Macy | 2020-09-04 | 1 | -5/+17 |
* | Sequential scrub and resilver updated comments | Brian Behlendorf | 2020-09-04 | 3 | -0/+3 |
* | Avoid posting duplicate zpool events | Don Brady | 2020-09-04 | 10 | -71/+418 |
* | nowait synctask must succeed | Matthew Ahrens | 2020-09-04 | 9 | -39/+24 |
* | Retain thread name when resuming a zthr | Ryan Moeller | 2020-09-03 | 1 | -3/+8 |
* | Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriate | Matthew Macy | 2020-09-03 | 6 | -19/+10 |
* | Make spa_stats.c tunables visible on FreeBSD | Ryan Moeller | 2020-09-01 | 1 | -18/+12 |
* | FreeBSD: Fix up after spa_stats.c move | Matthew Macy | 2020-09-01 | 1 | -1/+3 |
* | Add 'zfs rename -u' to rename without remounting | Ryan Moeller | 2020-09-01 | 2 | -4/+5 |
* | zio_ereport_post() and zio_ereport_start() return values are ignored | Toomas Soome | 2020-08-31 | 8 | -20/+24 |
* | Move spa_stats.c to common code | Matthew Macy | 2020-08-30 | 2 | -0/+1048 |
* | dnode_sync is careless with range tree | Patrick Mooney | 2020-08-26 | 1 | -2/+12 |
* | zpool: Change base URL for ZFS messages to openzfs-docs | Ryan Moeller | 2020-08-26 | 1 | -1/+2 |
* | Remove duplicate dnode.h include | Brian Behlendorf | 2020-08-26 | 1 | -1/+0 |
* | Always track temporary fses and snapshots for accounting | Paul Dagnelie | 2020-08-26 | 1 | -17/+6 |
* | FreeBSD: disable neon usage | Matthew Macy | 2020-08-26 | 1 | -1/+1 |
* | Introduce limit on size of L2ARC headers | Alexander Motin | 2020-08-25 | 1 | -5/+22 |
* | Export dmu_offset_next() symbol | Brian Behlendorf | 2020-08-25 | 1 | -0/+1 |
* | Avoid symbol collision with in-kernel zstdlib | Sebastian Gottschall | 2020-08-24 | 1 | -2/+2 |
* | Import vdev ashift optimization from FreeBSD | Ryan Moeller | 2020-08-21 | 9 | -21/+92 |
* | Fix indentation in dnode_free_range() | Matthew Ahrens | 2020-08-20 | 1 | -7/+7 |
* | FreeBSD: 11.x arc_stats compatibility | Matthew Macy | 2020-08-20 | 1 | -0/+8 |
* | Add zstd support to zfs | Michael Niewöhner | 2020-08-20 | 12 | -67/+311 |
* | Fix ARC aggsum access after arc_state_fini() | Brian Behlendorf | 2020-08-18 | 1 | -8/+8 |
* | FreeBSD: Fix UNIX permissions checking | Matthew Macy | 2020-08-18 | 1 | -10/+31 |
* | Make zc_nvlist_src_size limit tunable | Ryan Moeller | 2020-08-18 | 1 | -2/+10 |
* | Remove GRUB restrictions | Richard Laager | 2020-08-17 | 2 | -59/+1 |
* | Include scatter_chunk_waste in arc_size | Matthew Ahrens | 2020-08-17 | 1 | -2/+20 |
* | FreeBSD: fix the build with Clang 11 | Ryan Moeller | 2020-08-17 | 6 | -2/+12 |
* | Fix typo in btree.c | Serapheim Dimitropoulos | 2020-08-17 | 1 | -2/+2 |
* | FreeBSD: fallback to /boot/ to look for zpool.cache | Matthew Macy | 2020-08-17 | 1 | -0/+4 |
* | Fix l2arc_dev_rebuild_start thread name | Ryan Moeller | 2020-08-17 | 1 | -4/+5 |
* | Fix L2ARC reads when compressed ARC disabled | Allan Jude | 2020-08-13 | 1 | -0/+15 |
* | Release onexit/events with any missed zfsdev_state | Jorgen Lundman | 2020-08-13 | 1 | -7/+8 |
* | Use zfs_dbgmsg to log metaslab_load/unload | Matthew Ahrens | 2020-08-12 | 1 | -19/+34 |
* | Restore ARC MFU/MRU pressure | Matthew Macy | 2020-08-12 | 1 | -22/+42 |
* | Fix typo | Allan Jude | 2020-08-11 | 1 | -1/+1 |