aboutsummaryrefslogtreecommitdiffstats
path: root/module/os
Commit message (Expand)AuthorAgeFilesLines
...
* Fix zvol_open() lock inversionBrian Behlendorf2021-12-171-63/+58
* FreeBSD: Update argument types for VOP_READDIRAlan Somers2021-12-171-4/+10
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-162-2/+2
* FreeBSD: Add vop_standard_writecount_nomsyncRyan Moeller2021-12-122-0/+18
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2021-12-121-0/+9
* FreeBSD: Catch up with more VFS changesRyan Moeller2021-12-121-0/+18
* Linux 5.16: The blk-cgroup.h header is where struct blkcg_gq is definedColeman Kane2021-12-071-0/+3
* Linux 5.16: bio_set_dev is no longer a helper macroColeman Kane2021-12-071-0/+24
* Linux 5.16: type member of iov_iter renamed iter_typeColeman Kane2021-12-071-0/+6
* Linux 5.16: block_device_operations->submit_bio now returns voidColeman Kane2021-12-071-2/+8
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-2/+2
* Linux 5.13 compat: retry zvol_open() when contendedBrian Behlendorf2021-12-012-4/+63
* Vdev Properties FeatureAllan Jude2021-11-301-1/+35
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-11-291-0/+4
* Fix several bugs in the FreeBSD rename VOP implementationMark Johnston2021-11-191-136/+134
* Add notes to system_taskqPaul Dagnelie2021-11-192-1/+10
* Remove (now unused) td argument from zfs_lookup()Pawel Jakub Dawidek2021-11-121-11/+10
* Linux 5.16 compat: submit_bio()Brian Behlendorf2021-11-091-2/+2
* Workaround issue cleaning up automounted snapshots on LinuxRich Ercolani2021-11-031-3/+20
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-022-1/+1
* Fix cpu hotplug atomic sleep issuePaul Dagnelie2021-11-021-5/+6
* Exit the teardown section later in rename on FreeBSDMark Johnston2021-10-291-3/+4
* Fix potential use-after-frees in FreeBSD getpages and setattr VOPsMark Johnston2021-10-291-4/+4
* FreeBSD: Catch up with recent VFS changesRyan Moeller2021-10-252-1/+7
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-131-19/+0
* Really zero the zero pageAlexander Motin2021-09-171-0/+1
* Temporarily use root credentials to mount snapshots in .zfsAllan Jude2021-09-141-3/+7
* Use fallthrough macroBrian Behlendorf2021-09-144-6/+6
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-091-8/+26
* FreeBSD: Don't remove SA xattr if not SA znodeRyan Moeller2021-08-301-1/+1
* FreeBSD: Implement hole-punching supportKa Ho Ng2021-08-302-3/+64
* Linux 4.11 compat: statx supportRichard Yao2021-08-172-7/+39
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-172-2/+2
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-162-2/+63
* zfs: add missed dependency of zfs module on zlibRyan Moeller2021-08-131-0/+1
* Enable /proc/diskstats for zvolsBrian Behlendorf2021-08-051-0/+3
* Modify checksum obtain method of QAThedongzhang2021-08-031-23/+4
* Allow disabling of unmapped I/O on FreeBSDMark Johnston2021-08-021-0/+4
* Avoid small buffer copying on writeAlexander Motin2021-07-272-2/+2
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-2/+0
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-263-5/+5
* Prune /*NOTREACHED*/наб2021-07-261-1/+1
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-1/+3
* Linux 5.14 compat: explicity assign set_page_dirtyColeman Kane2021-07-261-0/+6
* Linux 5.14 compat: blk_alloc_disk()Brian Behlendorf2021-07-231-9/+34
* FreeBSD: Ignore make_dev_s() errorsAlexander Motin2021-07-221-13/+18
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-202-5/+22
* Use SET_ERROR for more errors in FreeBSD vnopsRyan Moeller2021-07-191-16/+29
* FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+Alexander Motin2021-07-191-0/+4
* Fix ARC ghost states eviction accountingAlexander Motin2021-07-131-2/+0