]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zfs_vnops.c
Fix a potential use-after-free in zfs_setsecattr()
[mirror_zfs.git] / module / zfs / zfs_vnops.c
2024-01-12 Mark JohnstonFix a potential use-after-free in zfs_setsecattr()
2024-01-09 Alexander MotinImprove block sizes checks during cloning
2023-12-05 oromenaharAllow block cloning across encrypted datasets
2023-11-29 Alexander MotinZIL: Call brt_pending_add() replaying TX_CLONE_RANGE
2023-10-31 Martin MatuškaFix block cloning between unencrypted and encrypted...
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-09-29 Alexander MotinRestrict short block cloning requests
2023-09-09 Alexander MotinAdd more constraints for block cloning.
2023-08-25 Alexander MotinZIL: Second attempt to reduce scope of zl_issuer_lock.
2023-08-15 Rob Ncopy_file_range: fix fallback when source create on...
2023-08-11 Alexander MotinZIL: Avoid dbuf_read() before dmu_sync().
2023-08-08 oromenaharzfs_clone_range should return a descriptive error codes
2023-07-27 oromenaharBRT should return EOPNOTSUPP
2023-07-24 Rob Norriszfs_clone_range: use vmem_malloc for large allocation
2023-06-28 Alexander MotinUse big transactions for small recordsize writes.
2023-05-11 Pawel Jakub DawidekDon't call zfs_exit_two() before zfs_enter_two().
2023-05-11 Pawel Jakub DawidekDon't use dmu_buf_is_dirty() for unassigned transaction.
2023-05-11 Pawel Jakub DawidekDeny block cloning is dbuf size doesn't match BP size.
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-03-28 Brian BehlendorfAdditional limits on hole reporting
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-02-14 Brian BehlendorfLinux: use filemap_range_has_page()
2023-01-12 Richard YaoCleanup: Remove unnecessary explicit casts of pointers...
2022-11-08 youzhongyangSupport idmapped mount in user namespace
2022-11-03 Brooks DavisUse intptr_t when storing an integer in a pointer
2022-10-19 youzhongyangSupport idmapped mount
2022-10-13 Richard YaoCleanup: 64-bit kernel module parameters should use...
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-05 Jorgen LundmanPrefer ATTR_ in shared codebase over AT_
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-18 набmodule: mark arguments used
2022-02-03 Pawel Jakub DawidekFix clearing set-uid and set-gid bits on a file when...
2022-01-21 Mark JohnstonFix handling of errors from dmu_write_uio_dbuf() on...
2021-11-07 Brian BehlendorfFix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
2021-11-04 Rich ErcolaniRevert behavior of 59eab109 on not-Linux
2021-09-20 Rich ErcolaniHandle partial reads in zfs_read
2021-03-20 Chunwei ChenFix zfs_get_data access to files with wrong generation
2021-03-07 Ryan MoellerIntentionally allow ZFS_READONLY in zfs_write
2021-02-21 Brian AtkinsonCleaning up uio headers
2021-02-09 khng300Rename zfs_inode_update to zfs_znode_update_vfs
2021-02-08 Antonio RussoSet file mode during zfs_write
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-12-18 Brian BehlendorfLinux 5.10 compat: use iov_iter in uio structure
2020-11-24 Brian BehlendorfRemove incorrect assertion
2020-11-18 Ryan MoellerReduce confusion in zfs_write
2020-11-14 Ryan MoellerReturn EFAULT at the end of zfs_write() when set
2020-11-10 Ryan MoellerSimplify offset and length limit in zfs_write
2020-11-10 Ryan MoellerConst some unchanging variables in zfs_write
2020-11-10 Ryan MoellerRemove redundant oid parameter to update_pages
2020-11-10 Ryan MoellerFactor uid, gid, and projid out of loop in zfs_write
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-10-31 Matthew MacyConsolidate zfs_holey and zfs_access
2020-10-21 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-14 Chunwei ChenFix out-of-order ZIL txtype lost on hardlinked files
2019-08-13 Tomohiro KusumiChange boolean-like uint8_t fields in znode_t to boolean_t
2019-07-30 Matthew AhrensImprove performance by using dmu_tx_hold_*_by_dnode()
2019-07-19 Tomohiro KusumiFix module_param() type for zfs_read_chunk_size
2019-07-18 Tomohiro KusumiFix wrong comment on zcr_blksz_{min,max}
2019-05-25 Tomohiro KusumiUpdate descriptions for vnops
2019-05-25 Tomohiro KusumiLinux 5.2 compat: Directly call wait_on_page_bit()
2019-05-08 Tomohiro KusumiFix link count of root inode when snapdir is visible
2019-05-08 Brian BehlendorfFix errant EFAULT during writes (#8719)
2019-04-25 Tomohiro KusumiUse SEEK_{SET,CUR,END} for file seek "whence"
2019-04-19 Tomohiro KusumiFix incorrect "[UNUSED]" comments
2019-04-10 Tim ChaseAvoid stack overwrite in zfs_setattr_dir()
2019-03-22 George WilsonZFS Reads may result in unneccesary calls to zil_commit
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-10-17 Matthew AhrensLinux does not HAVE_DNLC
2018-10-16 ilbsmartdeadlock between mm_sem and tx assign in zfs_write...
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-08-20 Serapheim Dimitrop... Introduce read/write kstats per dataset
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-02 Brian BehlendorfRHEL 7.5 compat: FMODE_KABI_ITERATE
2018-04-18 Chunwei ChenFix ENOSPC in "Handle zap_add() failures in ..."
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-09 Tony HutterRevert "Handle zap_add() failures in mixed ... "
2018-03-28 Brian BehlendorfFix mmap / libaio deadlock
2018-03-05 Nasf-FanMisc fixes and cleanup for project quota
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-09 sanjeevbagewadiHandle zap_add() failures in mixed case mode
2018-01-27 Prakash SuryaOpenZFS 8997 - ztest assertion failure in zil_lwb_write...
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-11-18 Brian BehlendorfUpdate for cppcheck v1.80
2017-11-13 LOLiFix truncate(2) mtime and ctime handling
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-10-06 Tobin HardingRemove unnecessary equality check
2017-09-19 Giuseppe Di NataleCorrect cppcheck errors
2017-08-21 LOLiFix range locking in ZIL commit codepath
2017-08-11 Chunwei ChenFix NULL pointer when O_SYNC read in snapshot
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-07-04 Matthew AhrensOpenZFS 8378 - crash due to bp in-memory modification...
2017-04-24 dbavatarFix lseek result when dnode is dirty
next