summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-54/+51
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-2/+2
* Update build system and packagingBrian Behlendorf2018-05-291-12/+1
* RHEL 7.5 compat: FMODE_KABI_ITERATEBrian Behlendorf2018-05-021-2/+2
* Fix ENOSPC in "Handle zap_add() failures in ..."Chunwei Chen2018-04-181-18/+56
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+12
* Revert "Handle zap_add() failures in mixed ... "Tony Hutter2018-04-091-56/+18
* Fix mmap / libaio deadlockBrian Behlendorf2018-03-281-1/+1
* Misc fixes and cleanup for project quotaNasf-Fan2018-03-051-2/+4
* Project Quota on ZFSNasf-Fan2018-02-131-30/+297
* 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