aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-071-1/+8
* Revert behavior of 59eab109 on not-LinuxRich Ercolani2021-11-041-1/+8
* Handle partial reads in zfs_readRich Ercolani2021-09-201-0/+8
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-03-191-1/+13
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-071-2/+4
* Cleaning up uio headersBrian Atkinson2021-02-201-1/+1
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-1/+1
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-33/+34
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-2/+2
* Remove incorrect assertionBrian Behlendorf2020-11-241-1/+0
* Reduce confusion in zfs_writeRyan Moeller2020-11-181-18/+24
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-11-141-5/+7
* Simplify offset and length limit in zfs_writeRyan Moeller2020-11-101-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-11-101-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-11-101-2/+1
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-11-101-7/+8
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2020-11-021-0/+159
* Consolidate zfs_holey and zfs_accessMatthew Macy2020-10-311-0/+92
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-0/+637
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-5275/+0
* 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