aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 5.11 compat: revalidate_disk_size()Brian Behlendorf2020-12-271-2/+4
* Linux 5.11 compat: bdev_whole()Brian Behlendorf2020-12-271-4/+12
* Linux 5.11 compat: bio_start_io_acct() / bio_end_io_acct()Brian Behlendorf2020-12-271-16/+33
* Linux 5.11 compat: lookup_bdev()Brian Behlendorf2020-12-271-9/+4
* Fix maybe uninitialized variable warningBrian Behlendorf2020-12-201-1/+1
* Remove iov_iter_advance() from iter_readBrian Behlendorf2020-12-201-3/+0
* Linux 5.10 compat: also zvol_revalidate_disk()Michael D Labriola2020-12-181-2/+3
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-187-222/+503
* FreeBSD: Fix format of vfs.zfs.arc_no_grow_shiftRyan Moeller2020-12-101-6/+5
* Fix possibly uninitialized 'root_inode' variable warningBrian Behlendorf2020-12-101-1/+1