aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd
Commit message (Expand)AuthorAgeFilesLines
* Grab the rangelock unconditionally in zfs_getpages()Mark Johnston2024-11-131-17/+51
* Fix a potential page leak in mappedread_sf()Mark Johnston2024-11-131-1/+3
* Fix gcc uninitialized warning in FreeBSD zio_crypt.cDimitry Andric2024-10-291-3/+2
* Always validate checksums for Direct I/O readsBrian Atkinson2024-10-091-4/+37
* snapdir: add 'disabled' value to make .zfs inaccessibleBrian Behlendorf2024-10-021-0/+2
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-014-5/+50
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-012-24/+30
* FreeBSD: Sync taskq_cancel_id() returns with LinuxAlexander Motin2024-09-241-2/+2
* FreeBSD: restore zfs_znode_update_vfs()Rob Norris2024-09-211-0/+12
* zfs_debug: specific variant for userspaceRob Norris2024-09-191-37/+1
* zfs_znode: lift common code to a single shared fileRob Norris2024-09-191-381/+0
* zfs_file: implement zfs_file_deallocate for FreeBSD 14Rob Norris2024-09-181-1/+13
* zfs_file: rename zfs_file_fallocate to zfs_file_deallocateRob Norris2024-09-182-9/+16
* Remove extra newline from spa_set_allocator().Alexander Motin2024-09-171-4/+11
* Adding Direct IO SupportBrian Atkinson2024-09-145-15/+399
* Fix an uninitialized data access (#16511)Alan Somers2024-09-101-1/+1
* Remove unused sysctl nodeSeth Hoffert2024-09-031-1/+0
* abd_os: break out platform-specific header partsRob Norris2024-08-211-2/+0
* abd: remove ABD_FLAG_ZEROSRob Norris2024-08-211-1/+1
* FreeBSD: fix build without kernel option MACGleb Smirnoff2024-08-151-0/+2
* Make txg_wait_synced conditional in zfsvfs_teardown, for FreeBSDAlan Somers2024-08-091-2/+11
* FreeBSD: Fix RLIMIT_FSIZE handling for block cloningMark Johnston2024-08-081-7/+0
* zvol: ensure device minors are properly cleaned upRob Norris2024-08-061-1/+9
* FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372)Rob Norris2024-08-0518-702/+81
* FreeBSD: Add missing memory reclamation accountingAlexander Motin2024-08-051-1/+5
* Linux: Report reclaimable memory to kernel as such (#16385)Alexander Motin2024-07-302-2/+2
* Several improvements to ARC shrinking (#16197)Alexander Motin2024-07-251-7/+6
* FreeBSD: Use the new freeuio() helper to free dynamically allocated UIOs (#16...Mark Johnston2024-07-111-1/+11
* zvol: Fix suspend lock leaks (#16270)Mark Johnston2024-07-101-0/+2
* FreeBSD: unregister mountroot eventhandler on unloadMateusz Guzik2024-06-131-7/+14
* FreeBSD: Update use of UMA-related symbols in arc_available_memorybnovkov2024-06-061-10/+10
* FreeBSD: Add const qualifier to members of struct opensolaris_utsnameZhenlei Huang2024-05-301-4/+3
* FreeBSD: Add zfs_link_create() error handlingAlexander Motin2024-05-163-13/+43
* zdb/ztest: send dbgmsg output to stderrRob Norris2024-05-141-13/+12
* zfs_dbgmsg_print: make FreeBSD and Linux consistentRob Norris2024-05-141-4/+20
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-101-1/+1
* Fix updating the zvol_htable when renaming a zvolAlan Somers2024-04-251-1/+1
* zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSHRob Norris2024-04-112-5/+5
* zio: remove io_cmd and DKIOCFLUSHWRITECACHERob Norris2024-04-112-35/+17
* abd: add page iteratorRob Norris2024-03-251-3/+1
* BRT: Fix FICLONE/FICLONERANGE shortened copyBrian Behlendorf2024-02-051-4/+0
* Remove list_size struct member from list implementationMigeljanImeri2024-01-261-2/+2
* Fix file descriptor leak on pool import.Pawel Jakub Dawidek2024-01-231-12/+51
* dmu: Allow buffer fills to failAlexander Motin2023-12-151-2/+2
* FreeBSD: Ensure that zfs_getattr() initializes the va_rdev fieldMark Johnston2023-12-071-0/+2
* ZIL: Assert record sizes in different placesAlexander Motin2023-11-281-2/+7
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-272-2/+10
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-273-8/+22
* ZIL: Refactor TX_WRITE encryption similar to TX_CLONE_RANGEAlexander Motin2023-11-271-12/+6
* ZIL: Do not encrypt block pointers in lr_clone_range_tAlexander Motin2023-11-271-0/+13