aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_vnops_os.c
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Reduce copy_file_range() source lock to sharedAlexander Motin5 days1-1/+1
* FreeBSD: Lock vnode in zfs_ioctl()Alexander Motin5 days1-0/+4
* Fix some nits in zfs_getpages()Mark Johnston2024-11-141-2/+5
* 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
* snapdir: add 'disabled' value to make .zfs inaccessibleBrian Behlendorf2024-10-021-0/+2
* Support for longnames for files/directories (Linux part)Sanjeev Bagewadi2024-10-011-2/+26
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-011-15/+17
* Adding Direct IO SupportBrian Atkinson2024-09-141-3/+32
* FreeBSD: fix build without kernel option MACGleb Smirnoff2024-08-151-0/+2
* FreeBSD: Fix RLIMIT_FSIZE handling for block cloningMark Johnston2024-08-081-7/+0
* FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372)Rob Norris2024-08-051-259/+33
* FreeBSD: Add zfs_link_create() error handlingAlexander Motin2024-05-161-12/+42
* FreeBSD: Ensure that zfs_getattr() initializes the va_rdev fieldMark Johnston2023-12-071-0/+2
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-271-0/+4
* Add a tunable to disable BRT support.Rich Ercolani2023-11-161-0/+5
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-301-6/+15
* copy_file_range: fix fallback when source create on same txgRob N2023-08-141-1/+2
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-081-1/+1
* Refactor dmu_prefetch().Alexander Motin2023-08-071-3/+1
* BRT should return EOPNOTSUPPoromenahar2023-07-271-1/+1
* FreeBSD: Fix build on stable/13 after 1302506.Alexander Motin2023-07-131-1/+2
* FreeBSD: try to fallback early if can't do optimized copyMateusz Guzik2023-04-241-0/+8
* FreeBSD: fix up EXDEV handling for clone_rangeMateusz Guzik2023-04-241-30/+33
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-5/+5
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-061-3/+4
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-1/+94
* [FreeBSD] fix false assert in cache_vop_rmdir when replaying ZILAndriy Gapon2023-03-071-1/+2
* FreeBSD: stop using buffer cache-only routines on syncMateusz Guzik2022-11-291-1/+0
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-5/+0
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-1/+4
* Support idmapped mountyouzhongyang2022-10-191-27/+33
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-201-11/+30
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-201-52/+16
* zfs_enter reworkChunwei Chen2022-09-161-170/+199
* FreeBSD: Cleanup dead code from VFSRichard Yao2022-09-021-23/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* FreeBSD: Clean up the use of ioflagsPawel Jakub Dawidek2022-05-021-6/+6
* FreeBSD: Return Mach error codes from VOP_(GET|PUT)PAGESMark Johnston2022-04-131-8/+7
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-131-1/+1
* FreeBSD: Use NDFREE_PNBUF if availableRyan Moeller2022-04-021-5/+9
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-181-17/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-3/+3
* module: mark arguments usedнаб2022-02-181-21/+11
* Cross-platform xattr user namespace compatibilityRyan Moeller2022-02-151-84/+182
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-091-0/+6
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-2/+4
* FreeBSD: Update argument types for VOP_READDIRAlan Somers2021-12-171-4/+10