aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* Do not hash unlinked inodesPaul Zuchowski2021-06-231-4/+11
* FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI jharmening2021-06-231-0/+15
* FreeBSD: use vnlru_free_vfsops if availableMateusz Guzik2021-06-231-1/+21
* cppcheck: integrete cppcheckBrian Behlendorf2021-06-231-2/+0
* Simple change to fix building in recent environmentsRich Ercolani2021-06-231-4/+4
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2021-06-233-327/+7
* Consolidate zfs_holey and zfs_accessMatthew Macy2021-06-233-182/+6
* Fix error code on __zpl_ioctl_setflags()Luis Henriques2021-06-231-1/+1
* Linux: always check or verify return of igrab()Adam D. Moss2021-06-233-3/+9
* Linux: Set spl_kmem_cache_slab_limit when page size !4KBrian Behlendorf2021-06-231-5/+2
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-06-231-1/+13
* Remove iov_iter_advance() for iter_writeRich Ercolani2021-06-231-3/+0
* linux 5.13 compat: bdevops->revalidate_disk() removed (#12122)Jonathon Fernyhough2021-06-231-0/+2
* Bend zpl_set_acl to permit the new userns* parameterRich Ercolani2021-06-231-12/+23
* Update tmpfile() existence detectionRich Ercolani2021-06-231-0/+5
* Linux 5.12 update: bio_max_segs() replaces BIO_MAX_PAGESColeman Kane2021-06-231-0/+5
* Linux 5.12 compat: idmapped mountsColeman Kane2021-06-236-13/+100
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-06-231-0/+2
* FreeBSD: damage control racing .. lookups in face of mkdir/rmdirMateusz Guzik2021-06-231-0/+27
* Avoid taking global lock to destroy zfsdev stateRyan Moeller2021-06-232-21/+11
* FreeBSD: Fix stable/12 after AT_BENEATH removalRyan Moeller2021-06-231-3/+1
* FreeBSD: make seqc asserts conditional on replayMateusz Guzik2021-06-231-3/+6
* FreeBSD: Fix memory leaks in kstatsRyan Moeller2021-06-231-7/+4
* FreeBSD: bring back possibility to rewind the checkpoint from bootloaderMariusz Zaborski2021-06-231-1/+16
* FreeBSD: Clean up zfsdev_close to match LinuxRyan Moeller2021-06-231-10/+8
* Macroify teardown lock handlingMateusz Guzik2021-06-232-26/+22
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-06-233-18/+18
* FreeBSD: remove 2 assertions that teardown lock is not heldMateusz Guzik2021-06-231-45/+0
* FreeBSD: rework asserts in zfs_dd_lookupMateusz Guzik2021-06-231-3/+2
* zvol: call zil_replaying() during replayChristian Schwarz2021-06-232-2/+16
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-081-5/+21
* Initialize ZIL buffersBrian Behlendorf2021-03-081-0/+1
* Fix assert in FreeBSD-specific dmu_read_pagesAndriy Gapon2021-03-051-1/+1
* Linux 5.12 compat: bio->bi_disk member movedColeman Kane2021-03-052-0/+8
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-03-051-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-03-053-0/+92
* FreeBSD: disable the use of hardware crypto offload drivers for nowMark Johnston2021-03-051-2/+13
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-281-12/+22
* FreeBSD: upstream changes to VFS interfaceRyan Moeller2021-01-241-2/+4
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-221-11/+44
* VZ 7 kernel compat: introduce ITER-enabled .direct_IO() via IOVECsKonstantin Khorenko2021-01-051-1/+14
* Linux 5.11 compat: blk_{un}register_region()Brian Behlendorf2021-01-051-44/+0
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2021-01-051-2/+4
* Linux 5.11 compat: bdev_whole()Brian Behlendorf2021-01-051-4/+12
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2021-01-051-16/+33
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2021-01-051-9/+4
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-231-2/+3
* Fix maybe uninitialized variable warningBrian Behlendorf2020-12-231-1/+1
* Remove iov_iter_advance() from iter_readBrian Behlendorf2020-12-231-3/+0
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-237-222/+503