aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-1/+1
* taskq: Don't leak system_delay_taskq on FreeBSDRyan Moeller2020-05-051-0/+1
* Avoid the GEOM topology lock recursion when autoexpanding a poolRyan Moeller2020-05-041-3/+10
* Update FreeBSD SPL atomicsRyan Moeller2020-05-041-35/+20
* OpenZFS 6765 - zfs_zaccess_delete() comments do not accuratelyPaul B. Henson2020-04-301-22/+21
* OpenZFS 6762 - POSIX write should imply DELETE_CHILD on directoriesPaul B. Henson2020-04-301-80/+147
* OpenZFS 8984 - fix for 6764 breaks ACL inheritancePaul B. Henson2020-04-301-11/+29
* OpenZFS 6764 - zfs issues with inheritance flags during chmod(2)Paul B. Henson2020-04-301-85/+79
* OpenZFS 3254 - add support in zfs for aclmode=restrictedPaul B. Henson2020-04-301-0/+6
* OpenZFS 742 - Resurrect the ZFS "aclmode" property OpenZFS 664 - Umask maskin...Paul B. Henson2020-04-302-65/+108
* Fix zlib leak on FreeBSDRyan Moeller2020-04-281-1/+1
* Use new FreeBSD API to largely eliminate object lockingMatthew Macy2020-04-172-39/+40
* Update FreeBSD tunablesRyan Moeller2020-04-152-38/+65
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-1453-0/+33050
* zvol_write() can use dmu_tx_hold_write_by_dnode()Matthew Ahrens2020-04-101-1/+1
* Persistent L2ARCGeorge Amanakis2020-04-101-1/+2
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-2/+2
* Linux 5.7 compat: blk_alloc_queue()Brian Behlendorf2020-04-091-24/+24
* Add 'zfs wait' commandPaul Dagnelie2020-04-012-0/+17
* Bugfix/fix uio partial copiesFabio Scaccabarozzi2020-04-011-0/+9
* Improve ZVOL sync write performance by using a taskqMatthew Ahrens2020-03-311-44/+78
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-0/+10
* Fix zfs_rmnode() unlink / rollback issueBrian Behlendorf2020-03-181-3/+9
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-0/+6
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+7
* Make spa_history_zone platform-dependent in kernelRyan Moeller2020-03-021-0/+6
* Re-share zfsdev_getminor and zfs_onexit_fd_holdMatthew Macy2020-02-284-100/+13
* Linux 5.5 compat: blkg_tryget()Brian Behlendorf2020-02-281-1/+31
* Linux 5.6 compat: time_tBrian Behlendorf2020-02-271-1/+1
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-1/+1
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-266/+0
* Honour sync=disabled when relinking tpmfilesDeHackEd2020-02-161-1/+1
* Missed wakeup when growing kmem cacheMatthew Ahrens2020-02-131-3/+6
* Share some code for spa deadman tunablesRyan Moeller2020-02-101-16/+2
* Linux 5.6 compat: timestamp_truncate()Brian Behlendorf2020-02-072-8/+6
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-02-073-11/+47
* Replace static per-cpu with dynamic per-cpu dataRomain Dolbeau2020-02-061-4/+14
* Prepare ks_data before calling kstat_install()Alexander Motin2020-02-041-3/+2
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-3/+3
* Re-consolidate zio_delay_interruptMatthew Macy2020-01-212-104/+0
* Unify target_cpu handlingBrian Behlendorf2020-01-171-3/+1
* KMC_KVMEM disrupts kv_alloc() memory alignment expectationsloli10K2020-01-141-20/+2
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-1/+1
* Fix QAT allocation failure return valueBrian Behlendorf2020-01-061-15/+18
* cppcheck: (error) Shifting signed 64-bit value by 63 bitsUbuntu2019-12-181-0/+2
* cppcheck: (error) Uninitialized variableUbuntu2019-12-188-22/+23
* Don't fail to apply umask for O_TMPFILE filesTomohiro Kusumi2019-12-131-0/+6
* Make zfs_replay.c work on FreeBSDMatthew Macy2019-12-132-0/+42
* Relocate common quota functions to shared codeRyan Moeller2019-12-113-455/+5
* Eliminate Linux specific inode usage from common code Matthew Macy2019-12-1111-263/+272