aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux
Commit message (Expand)AuthorAgeFilesLines
* Linux: increase max nvlist_src sizeBrian Behlendorf2021-02-241-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-192-0/+37
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-093-31/+27
* Add an assert to clarify codeKleber TarcĂ­sio2021-02-091-1/+3
* 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
* Linux 5.10 compat: restore custom uio_prefaultpages()Brian Behlendorf2021-01-211-11/+44
* Extending FreeBSD UIO StructBrian Atkinson2021-01-207-61/+62
* allow callers to allocate and provide the abd_t structMatthew Ahrens2021-01-201-18/+7
* 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
* Fix possibly uninitialized 'root_inode' variable warningBrian Behlendorf2020-12-101-1/+1
* Implement memory and CPU hotplugPaul Dagnelie2020-12-102-16/+204
* Bring consistency to ABD chunk count types.Alexander Motin2020-12-061-1/+1
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-041-1/+14
* Fix problems in zvol_set_volmode_implMatthew Macy2020-11-171-0/+6
* Linux: Fix ZFS_ENTER/ZFS_EXIT/ZFS_VERFY_ZP usageBrian Behlendorf2020-11-143-18/+18
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-132-0/+27
* Linux: Fix mount/unmount when dataset name has a spaceBrian Behlendorf2020-11-111-4/+17
* Start snapdir_iterate traversals to begin wtih the value of zero.Tony Perkins2020-11-111-1/+2
* G/C struct znode -> z_movedMateusz Guzik2020-11-102-4/+0
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-4/+3
* Linux 5.10 compat: revalidate_disk_size() addedColeman Kane2020-11-021-0/+4
* Linux 5.10 compat: check_disk_change() removedColeman Kane2020-11-022-2/+2
* Linux 5.10 compat: percpu_ref added data memberColeman Kane2020-11-021-0/+4
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-159/+0
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-312-94/+1
* zvol_os: Tidy up assertsRyan Moeller2020-10-301-11/+15
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-158/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* Linux: g/c leftover fence in zfs_znode_allocMateusz Guzik2020-10-291-1/+0
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-216-644/+14
* Cross-platform acltypeRyan Moeller2020-10-132-1/+2
* Linux: Initialize zp in zfs_setattr_dirRyan Moeller2020-10-091-1/+1
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-0816-17/+2
* Throw const on some stringsRyan Moeller2020-10-023-18/+20
* Fix buggy procfs_list_seq_next warningBrian Behlendorf2020-09-301-0/+12
* Fix PREEMPTION=y and BLK_CGROUP=y config on arm64Brian Behlendorf2020-09-251-0/+10