aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 5960, 5925Paul Dagnelie2016-01-081-1/+2
* Fix invalid fileid for snapshot root dentryAndrey Vesnovaty2015-09-041-0/+10
* Check for RW_WRITE_HELD in zfs_inactivetuxoko2015-09-011-3/+10
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-5/+0
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-241-2/+4
* Fix "BUG: Bad page state" caused by writeback flagChunwei Chen2015-07-291-0/+50
* Update inode under range lockBrian Behlendorf2015-07-171-1/+1
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-291-7/+7
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-1/+7
* Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb)Chunwei Chen2015-04-241-0/+2
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-2/+2
* Fix zfs_putpage() lock inversion (again)Brian Behlendorf2015-01-081-2/+15
* Fix zfs_putpage() lock inversionBrian Behlendorf2014-12-221-3/+2
* Fix snapshots with dirty inodesBrian Behlendorf2014-11-201-0/+3
* Remove checks for mandatory locksNed Bass2014-10-221-18/+0
* Illumos 5139 - SEEK_HOLE failed to report a hole at end of fileMatthew Ahrens2014-09-231-9/+12
* Implement fallocate FALLOC_FL_PUNCH_HOLETim Chase2014-09-081-2/+0
* Add zfs_iput_async() interfaceBrian Behlendorf2014-08-111-7/+11
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-171-1/+2
* Fix zfs_getattr_fast typesBrian Behlendorf2014-01-091-1/+6
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-20/+22
* Fix z_sync_cnt decrement in zfs_closeChunwei Chen2013-12-171-6/+2
* Fix atime handling.Tim Chase2013-12-121-3/+0