aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zfs_vnops_os.c
Commit message (Expand)AuthorAgeFilesLines
* Adding Direct IO SupportBrian Atkinson2024-09-141-2/+42
* Fix projid accounting for xattr objectsJitendra Patidar2024-08-141-8/+20
* Linux 6.11: add compat macro for page_mapping()Rob Norris2024-08-131-0/+1
* Fix corruption caused by mmap flushing problemsRobert Evans2024-03-251-4/+1
* BRT: Fix FICLONE/FICLONERANGE shortened copyBrian Behlendorf2024-02-051-5/+0
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-161-2/+1
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-121-1/+2
* Linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-201-13/+20
* Add a tunable to disable BRT support.Rich Ercolani2023-11-161-0/+4
* Linux: reject read/write mapping to immutable file only on VM_SHAREDLow-power2023-11-081-2/+2
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-301-13/+23
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-09-211-0/+9
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-09-211-4/+8
* Refactor dmu_prefetch().Alexander Motin2023-08-071-5/+2
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-011-1/+1
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-18/+17
* Linux: Suppress clang static analyzer warning in zfs_remove()Richard Yao2023-03-081-0/+1
* Linux: zfs_fillpage() should handle partial pages from end of fileRichard Yao2023-03-011-1/+5
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-231-87/+82
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-141-2/+3
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-2/+1
* Skip permission checks for extended attributesAmeer Hamza2022-12-121-1/+2
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-1/+1
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-11/+14
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-29/+176
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-281-51/+68
* Support idmapped mountyouzhongyang2022-10-191-30/+47
* zfs_enter reworkChunwei Chen2022-09-161-143/+157
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-6/+46
* Linux 5.18 compat: replace __set_page_dirty_nobuffersSatadru Pramanik2022-04-271-0/+4
* Linux optimize access checks when ACL is trivialAndrew2022-04-011-1/+1
* module: mark arguments usedнаб2022-02-181-23/+7
* linux: module/zfs: vnops: make null_xattr staticнаб2022-02-181-1/+1
* Add dataset_kstats_update.. to mmap read/write pathsdrowfx2022-02-091-0/+4
* Clean up CSTYLEDsнаб2022-01-261-2/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Linux 5.16: wait_on_page_bit() no longer available to modulesColeman Kane2021-11-291-0/+4
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-1/+7
* Remove unimplemented virus scanning hooksRyan Moeller2021-05-101-25/+0
* Return required size when encode_fh size too smallAlyssa Ross2021-05-071-0/+7
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Linux 5.12 compat: idmapped mountsColeman Kane2021-03-191-2/+3
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-21/+21
* Fix zrele race in zrele_async that can cause hangPaul Dagnelie2021-01-271-12/+22
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-7/+7
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-13/+22
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-4/+3
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-159/+0
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-93/+0