aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix zfs_get_data access to files with wrong generationChunwei Chen2021-06-231-1/+13
* zfs_vnops: make zfs_get_data OS-independentChristian Schwarz2021-06-231-0/+159
* Consolidate zfs_holey and zfs_accessMatthew Macy2021-06-231-0/+92
* Intentionally allow ZFS_READONLY in zfs_writeRyan Moeller2021-03-081-2/+4
* Set file mode during zfs_writeAntonio Russo2021-02-081-0/+1
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-231-2/+2
* Remove incorrect assertionBrian Behlendorf2020-12-231-1/+0
* Reduce confusion in zfs_writeRyan Moeller2020-12-231-18/+24
* Return EFAULT at the end of zfs_write() when setRyan Moeller2020-12-231-5/+7
* Simplify offset and length limit in zfs_writeRyan Moeller2020-12-231-3/+3
* Const some unchanging variables in zfs_writeRyan Moeller2020-12-231-3/+3
* Remove redundant oid parameter to update_pagesRyan Moeller2020-12-231-2/+1
* Factor uid, gid, and projid out of loop in zfs_writeRyan Moeller2020-12-231-7/+8
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-12-231-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
* 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