aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
...
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-04-121-1/+21
* FreeBSD: add missing seqc write begin/end around zfs_acl_chown_setattrMateusz Guzik2021-04-121-0/+2
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-122-2/+99
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-082-105/+18
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-081-1/+1
* zpl_inode.c: Fix SMACK interoperabilityTerraTech2021-04-081-12/+24
* kmem_alloc(KM_SLEEP) should use kvmalloc()Matthew Ahrens2021-04-061-0/+14
* Fix various typosAndrea Gelmini2021-04-027-7/+7
* Avoid taking global lock to destroy zfsdev stateRyan Moeller2021-04-022-21/+11
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-04-021-3/+1
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-03-261-1/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* Removing old code for k(un)map_atomicBrian Atkinson2021-03-192-8/+6
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-03-191-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-196-13/+100
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-03-171-3/+6
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-03-171-7/+4
* Linux: always check or verify return of igrab()Adam D. Moss2021-03-163-3/+9
* Reference_tracking_enable should be a module paramDon Brady2021-03-161-6/+0
* FreeBSD: bring back possibility to rewind the checkpoint from bootloaderMariusz Zaborski2021-03-121-1/+16
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-03-121-10/+8
* Macroify teardown lock handlingMateusz Guzik2021-03-122-26/+22
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-123-18/+18
* FreeBSD: remove 2 assertions that teardown lock is not heldMateusz Guzik2021-03-121-45/+0
* FreeBSD: rework asserts in zfs_dd_lookupMateusz Guzik2021-03-121-3/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-03-072-2/+16
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-5/+21
* Initialize ZIL buffersBrian Behlendorf2021-03-051-0/+1
* linux: zvol: avoid heap allocation for zvol_request_sync=1Christian Schwarz2021-03-031-29/+64
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-02-271-1/+1
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-02-242-0/+8
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-241-1/+1
* Cleaning up uio headersBrian Atkinson2021-02-201-1/+8
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-193-0/+92
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-02-181-2/+13
* Remove unused abd_alloc_scatter_offset_chunkcntRyan Libby2021-02-171-19/+0
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-094-32/+28
* Add an assert to clarify codeKleber TarcĂ­sio2021-02-092-2/+6
* fix abd_nr_pages_off for gang abdMatthew Ahrens2021-01-282-33/+40
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-271-12/+22
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-2/+0
* cppcheck: return value always 0Brian Behlendorf2021-01-261-1/+1
* cppcheck: remove redundant ASSERTsBrian Behlendorf2021-01-261-2/+0
* spl-taskq: Make sure thread tsd hash entry is clearedMatthew Macy2021-01-251-0/+1
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-231-2/+4
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-211-11/+44
* Extending FreeBSD UIO StructBrian Atkinson2021-01-2014-194/+235
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-202-33/+23
* VZ 7 kernel compat: introduce ITER-enabled .direct_IO() via IOVECsKonstantin Khorenko2020-12-301-1/+14
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2020-12-271-44/+0