aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-3/+3
* Fix out-of-order ZIL txtype lost on hardlinked filesChunwei Chen2019-08-131-2/+3
* Change boolean-like uint8_t fields in znode_t to boolean_tTomohiro Kusumi2019-08-131-10/+10
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-301-2/+6
* Fix module_param() type for zfs_read_chunk_sizeTomohiro Kusumi2019-07-191-2/+4
* Fix wrong comment on zcr_blksz_{min,max}Tomohiro Kusumi2019-07-181-5/+6
* Update descriptions for vnopsTomohiro Kusumi2019-05-251-9/+11
* Linux 5.2 compat: Directly call wait_on_page_bit()Tomohiro Kusumi2019-05-251-2/+4
* Fix link count of root inode when snapdir is visibleTomohiro Kusumi2019-05-081-0/+6
* Fix errant EFAULT during writes (#8719)Brian Behlendorf2019-05-081-0/+1
* Use SEEK_{SET,CUR,END} for file seek "whence"Tomohiro Kusumi2019-04-251-8/+8
* Fix incorrect "[UNUSED]" commentsTomohiro Kusumi2019-04-191-2/+2
* Avoid stack overwrite in zfs_setattr_dir()Tim Chase2019-04-101-1/+2
* ZFS Reads may result in unneccesary calls to zil_commitGeorge Wilson2019-03-221-1/+9
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-1/+6
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-8/+2
* Linux does not HAVE_DNLCMatthew Ahrens2018-10-171-28/+0
* deadlock between mm_sem and tx assign in zfs_write() and page faultilbsmart2018-10-161-3/+21
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-111-28/+27
* 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