]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zfs_vnops.c
Fix error handling incallers of dbuf_hold_level()
[mirror_zfs.git] / module / zfs / zfs_vnops.c
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
2016-01-22 Matthew AhrensIllumos 4950 - files sometimes can't be removed from...
2016-01-15 Marcel TelkaIllumos 4039 - zfs_rename()/zfs_link() needs stronger...
2016-01-11 Marcel TelkaIllumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_wri...
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-09-04 Andrey VesnovatyFix invalid fileid for snapshot root dentry
2015-09-01 tuxokoCheck for RW_WRITE_HELD in zfs_inactive
2015-08-31 Brian BehlendorfLinux 3.18 compat: Snapshot auto-mounting
2015-08-24 Chunwei ChenLinux 4.1 compat: loop device on ZFS
2015-07-29 Chunwei ChenFix "BUG: Bad page state" caused by writeback flag
2015-07-17 Brian BehlendorfUpdate inode under range lock
2015-06-29 Matthew AhrensIllumos 5175 - implement dmu_read_uio_dbuf() to improve...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-04-24 Chunwei ChenFix kernel panic due to tsd_exit in ZFS_EXIT(zsb)
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-09 Brian BehlendorfFix zfs_putpage() lock inversion (again)
2014-12-22 Brian BehlendorfFix zfs_putpage() lock inversion
2014-11-20 Brian BehlendorfFix snapshots with dirty inodes
2014-10-22 Ned BassRemove checks for mandatory locks
2014-09-23 Matthew AhrensIllumos 5139 - SEEK_HOLE failed to report a hole at...
2014-09-08 Tim ChaseImplement fallocate FALLOC_FL_PUNCH_HOLE
2014-08-11 Brian BehlendorfAdd zfs_iput_async() interface
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-01-09 Brian BehlendorfFix zfs_getattr_fast types
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-17 Chunwei ChenFix z_sync_cnt decrement in zfs_close
2013-12-12 Tim ChaseFix atime handling.
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-12-06 Matthew AhrensIllumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)
2013-11-23 Etienne DechampsOnly commit the ZIL once in zpl_writepages() (msync...
2013-11-05 George WilsonIllumos #3236
2013-11-04 Will AndrewsIllumos #3742
2013-11-04 Mark Shellenbaum6939941 problem with moving files in zfs
2013-10-31 Matthew AhrensIllumos #3598
2013-10-30 George WilsonIllumos #3522
next