aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-9/+28
* Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT)Matthew Ahrens2013-12-061-17/+15
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-231-29/+15
* Illumos #3236George Wilson2013-11-051-0/+6
* Illumos #3742Will Andrews2013-11-041-18/+10
* 6939941 problem with moving files in zfsMark Shellenbaum2013-11-041-2/+2
* Illumos #3598Matthew Ahrens2013-10-311-73/+73
* Illumos #3522George Wilson2013-10-301-1/+1
* Reintroduce uio_prefaultpages()Richard Yao2013-10-291-2/+2
* Posix ACL SupportMassimo Maggi2013-10-291-4/+8
* Restructure zfs_readdir() to fix regressionsRichard Yao2013-10-291-15/+22
* Linux 3.11 compat: fops->iterate()Richard Yao2013-08-151-6/+6
* Return correct type and offset from zfs_readdirRichard Yao2013-08-071-1/+1
* Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()Li Dongyang2013-07-021-10/+27
* Readd zfs_holey() from OpenSolarisMatthew Ahrens2013-07-021-0/+45
* Illumos #3006Madhav Suresh2013-06-191-3/+4
* Revert "Remove TSD zfs_fsyncer_key"Brian Behlendorf2012-12-201-0/+4