]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs/zfs_vnops.c
Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
[FreeBSD/FreeBSD.git] / module / zfs / zfs_vnops.c
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
2017-04-13 Debabrata BanerjeeSEEK_HOLE should not block on txg_wait_synced()
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_* functions
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-03-10 Giuseppe Di NataleSuppress cppcheck nullPointer error in zfs_write
2017-03-08 Chunwei ChenFix nfs snapdir automount
2017-02-09 Brian BehlendorfFix iput() calls within a tx
2017-02-02 George MelikovOpenZFS 1300 - filename normalization doesn't work...
2017-01-17 George MelikovOpenZFS 7256 - low probability race in zfs_get_data
2017-01-03 ka7Fix spelling
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-11-10 luozhengzhengFix coverity defects: CID 147503
2016-11-08 caoFix coverity defects: CID 147626, 147628
2016-11-04 Chunwei ChenAdd support for O_TMPFILE
2016-11-02 Brian BehlendorfAdd TASKQID_INVALID
2016-10-20 caoFix coverity defects: CID 147472
2016-10-18 luozhengzhengFix coverity defects: CID 150926
2016-09-27 lorddoskiasRefactor inode->i_mode management
2016-09-21 BearBabyLiuFix coverity defects
2016-09-13 Nikolay BorisovSimplify time handling logic in zfs_settattr
2016-08-30 Simon KlinkertOpenZFS 6940 - Cannot unlink directories when over...
2016-08-08 Nikolay BorisovFix interaction between userns uid/gid and SA
2016-07-25 Nikolay BorisovRemove znode's z_uid/z_gid member
2016-07-14 Chris DunlopUse native inode->i_nlink instead of znode->z_links
2016-05-31 Chunwei ChenFix out-of-bound access in zfs_fillpage
2016-05-19 Nikolay BorisovKill znode->z_gen field
2016-05-17 Chunwei ChenRemove dummy znode from zvol_state
2016-05-12 Brian BehlendorfRevert "Kill znode->z_gen field"
2016-05-02 Nikolay BorisovKill znode->z_gen field
2016-04-21 Brian BehlendorfAdd pn_alloc()/pn_free() functions
2016-04-06 Chunwei ChenEnable lazytime semantic for atime
2016-04-06 Chunwei ChenFix atime handling and relatime
2016-04-06 Brian BehlendorfLinux 4.6 compat: PAGE_CACHE_SIZE removal
2016-01-26 Simon Klinkertllumos 6334 - Cannot unlink files when over quota
2016-01-26 kernelOfTruthReintroduce zfs_remove() synchronous deletes
next