aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove TSD zfs_fsyncer_keyBrian Behlendorf2012-12-191-4/+0
* Update SAs when an inode is dirtiedBrian Behlendorf2012-12-141-22/+51
* Preserve inode mtime/ctime in .writepage()Brian Behlendorf2012-12-051-4/+32
* Fix "allocating allocated segment" panicBrian Behlendorf2012-11-091-1/+10
* Clear PG_writeback for sync I/O error caseBrian Behlendorf2012-09-141-0/+9
* Move iput() after zfs_inode_update()Brian Behlendorf2012-09-121-2/+2
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-041-2/+2
* Clear PG_writeback after zil_commit() for sync I/OBrian Behlendorf2012-08-301-3/+8
* Add .zfs control directoryBrian Behlendorf2012-03-221-4/+6
* Check permissions in zfs_space().Etienne Dechamps2012-02-091-0/+11
* Allow multiple values per directory entryBrian Behlendorf2012-02-021-3/+13
* Fix a race condition in zfs_getattr_fast()Gunnar Beutner2011-11-031-0/+5