aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Handle zap_add() failures in mixed case modesanjeevbagewadi2018-02-091-18/+56
* OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issuePrakash Surya2018-01-261-10/+11
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-5/+7
* Update for cppcheck v1.80Brian Behlendorf2017-11-181-0/+1
* Fix truncate(2) mtime and ctime handlingLOLi2017-11-131-2/+2
* Fixes for #6639Tom Caputi2017-10-111-2/+2
* Remove unnecessary equality checkTobin Harding2017-10-051-1/+1
* Correct cppcheck errorsGiuseppe Di Natale2017-09-191-1/+0
* Fix range locking in ZIL commit codepathLOLi2017-08-211-1/+1
* Fix NULL pointer when O_SYNC read in snapshotChunwei Chen2017-08-111-1/+3
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-7/+7
* OpenZFS 8378 - crash due to bp in-memory modification of nopwrite blockMatthew Ahrens2017-07-041-6/+1
* Fix lseek result when dnode is dirtydbavatar2017-04-241-3/+7
* SEEK_HOLE should not block on txg_wait_synced()Debabrata Banerjee2017-04-131-0/+4
* Rename zfs_* functionsBrian Behlendorf2017-03-101-29/+30
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-353/+357
* Suppress cppcheck nullPointer error in zfs_writeGiuseppe Di Natale2017-03-091-0/+1
* Fix nfs snapdir automountChunwei Chen2017-03-081-20/+1
* Fix iput() calls within a txBrian Behlendorf2017-02-081-15/+23
* OpenZFS 1300 - filename normalization doesn't work for removesGeorge Melikov2017-02-021-3/+14
* OpenZFS 7256 - low probability race in zfs_get_dataGeorge Melikov2017-01-171-1/+1
* Fix spellingka72017-01-031-2/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+2
* Fix coverity defects: CID 147503luozhengzheng2016-11-101-0/+21
* Fix coverity defects: CID 147626, 147628cao2016-11-081-2/+1
* Add support for O_TMPFILEChunwei Chen2016-11-041-7/+151
* Add TASKQID_INVALIDBrian Behlendorf2016-11-021-1/+1
* Fix coverity defects: CID 147472cao2016-10-201-2/+6
* Fix coverity defects: CID 150926luozhengzheng2016-10-181-2/+8
* Refactor inode->i_mode managementlorddoskias2016-09-271-2/+2
* Fix coverity defectsBearBabyLiu2016-09-201-2/+4
* Simplify time handling logic in zfs_settattrNikolay Borisov2016-09-131-18/+15
* OpenZFS 6940 - Cannot unlink directories when over quotaSimon Klinkert2016-08-301-0/+1
* Fix interaction between userns uid/gid and SANikolay Borisov2016-08-081-10/+12
* Remove znode's z_uid/z_gid memberNikolay Borisov2016-07-251-8/+10
* Use native inode->i_nlink instead of znode->z_linksChris Dunlop2016-07-141-5/+7
* Fix out-of-bound access in zfs_fillpageChunwei Chen2016-05-311-2/+1
* Kill znode->z_gen fieldNikolay Borisov2016-05-191-1/+1
* Remove dummy znode from zvol_stateChunwei Chen2016-05-171-7/+9
* Revert "Kill znode->z_gen field"Brian Behlendorf2016-05-121-1/+1
* Kill znode->z_gen fieldNikolay Borisov2016-05-021-1/+1
* Add pn_alloc()/pn_free() functionsBrian Behlendorf2016-04-211-18/+3
* Enable lazytime semantic for atimeChunwei Chen2016-04-051-3/+20
* Fix atime handling and relatimeChunwei Chen2016-04-051-24/+14
* Linux 4.6 compat: PAGE_CACHE_SIZE removalBrian Behlendorf2016-04-051-14/+14
* llumos 6334 - Cannot unlink files when over quotaSimon Klinkert2016-01-261-5/+2
* Reintroduce zfs_remove() synchronous deleteskernelOfTruth2016-01-261-12/+66
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-211-1/+14
* Illumos 4039 - zfs_rename()/zfs_link() needs stronger test for XDEVMarcel Telka2016-01-151-5/+14
* Illumos 4638 - Panic in ZFS via rfs3_setattr()/rfs3_write(): dirtying snapshot!Marcel Telka2016-01-111-0/+19