]> git.proxmox.com Git - mirror_zfs.git/history - module/os/linux/zfs/zfs_vnops_os.c
Linux: Defer loading the object set in zfs_setattr()
[mirror_zfs.git] / module / os / linux / zfs / zfs_vnops_os.c
2024-01-12 Mark JohnstonLinux: Defer loading the object set in zfs_setattr()
2023-12-20 Rob NorrisLinux 6.7 compat: use inode atime/mtime accessors
2023-11-16 Rich ErcolaniAdd a tunable to disable BRT support.
2023-11-08 Low-powerLinux: reject read/write mapping to immutable file...
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-09-22 Coleman KaneLinux 6.6 compat: generic_fillattr has a new u32 reques...
2023-09-22 Coleman KaneLinux 6.6 compat: use inode_get/set_ctime*(...)
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-03-08 Richard YaoLinux: Suppress clang static analyzer warning in zfs_re...
2023-03-01 Richard YaoLinux: zfs_fillpage() should handle partial pages from...
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2022-12-12 Ameer HamzaSkip permission checks for extended attributes
2022-11-29 AlexanderFix the last two CFI callback prototype mismatches
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-28 Aleksa Saraizfs_rename: restructure to have cleaner fallbacks
2022-10-19 youzhongyangSupport idmapped mount
2022-09-16 Chunwei Chenzfs_enter rework
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-03 Shaan NobeeSpeed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simulta...
2022-04-27 Satadru PramanikLinux 5.18 compat: replace __set_page_dirty_nobuffers
2022-04-01 AndrewLinux optimize access checks when ACL is trivial
2022-02-18 набmodule: mark arguments used
2022-02-18 набlinux: module/zfs: vnops: make null_xattr static
2022-02-09 drowfxAdd dataset_kstats_update.. to mmap read/write paths
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-11-29 Coleman KaneLinux 5.16: wait_on_page_bit() no longer available...
2021-07-20 AlexanderA few fixes of callback typecasting (for the upcoming...
2021-05-11 Ryan MoellerRemove unimplemented virus scanning hooks
2021-05-07 Alyssa RossReturn required size when encode_fh size too small
2021-04-03 Andrea GelminiFix various typos
2021-03-20 Coleman KaneLinux 5.12 compat: idmapped mounts
2021-02-09 khng300Rename zfs_inode_update to zfs_znode_update_vfs
2021-01-28 Paul DagnelieFix zrele race in zrele_async that can cause hang
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-11-10 Ryan MoellerRemove redundant oid parameter to update_pages
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-10-31 Matthew MacyConsolidate zfs_holey and zfs_access
2020-10-30 Matthew MacyRemove UIO_ZEROCOPY functions structures
2020-10-21 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...