aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix errant EFAULT during writes (#8719)Brian Behlendorf2019-05-081-8/+8
* Fix `zfs set atime|relatime=off|on` behavior on inherited datasetsTomohiro Kusumi2019-05-071-1/+16
* Use SEEK_{SET,CUR,END} for file seek "whence"Tomohiro Kusumi2019-04-251-1/+1
* zfs does not honor NFS sync write semanticsGeorge Wilson2019-03-111-2/+30
* Direct IO supportBrian Behlendorf2018-08-271-0/+52
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-2/+0
* Update build system and packagingBrian Behlendorf2018-05-291-0/+1
* RHEL 7.5 compat: FMODE_KABI_ITERATEBrian Behlendorf2018-05-021-4/+5
* Project Quota on ZFSNasf-Fan2018-02-131-34/+114
* misc: fix meaningless valuesFeng Sun2017-09-191-1/+1
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-8/+8
* Fix loop device becomes read-onlyChunwei Chen2017-03-061-0/+6
* Fix write(2) returns zero bug from 933ec99Chunwei Chen2017-02-021-2/+4
* Retire .write/.read file operationsChunwei Chen2017-01-271-34/+50
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-1/+1
* Fix fchange in zpl_ioctl_setflagsChunwei Chen2016-12-161-2/+1
* Kernel 4.9 compat: file_operations->aio_fsync removalDeHackEd2016-11-151-0/+11
* Fix cred leak in zpl_fallocate_commontuxoko2016-10-241-2/+1
* Use file_dentry and file_inode wrappersChen Haiquan2016-08-111-4/+3
* Linux 4.7 compat: use iterate_shared for concurrent readdirChunwei Chen2016-05-201-4/+6
* Fix atime handling and relatimeChunwei Chen2016-04-051-0/+2
* Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctlsColin Ian King2016-03-311-1/+14
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-241-36/+45
* Linux 4.1 compat: use read_iter() / write_iter()Matus Kral2015-06-181-8/+42
* Mark all ZPL and ioctl functions as PF_FSTRANSTim Chase2015-04-031-0/+40
* Fix O_APPEND open(2) flagBrian Behlendorf2015-02-241-0/+3
* Linux 3.19 compat: file_inode was addedJörg Thalheim2015-02-101-2/+2
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-2/+2
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-161-8/+3
* Suppress AIO kmem warningsBrian Behlendorf2014-10-201-2/+2
* Implement fallocate FALLOC_FL_PUNCH_HOLETim Chase2014-09-081-14/+29
* Linux AIO SupportRichard Yao2014-09-051-34/+116
* Fix zil_commit() NULL dereferenceBrian Behlendorf2014-07-171-2/+3
* Implement File Attribute SupportRichard Yao2014-05-011-3/+94
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-8/+8
* Fix z_sync_cnt decrement in zfs_closeChunwei Chen2013-12-171-4/+5
* Only commit the ZIL once in zpl_writepages() (msync() case).Etienne Dechamps2013-11-231-2/+42
* Add I/O Read/Write AccountingBrian Behlendorf2013-11-211-2/+10
* Linux 3.11 compat: fops->iterate()Richard Yao2013-08-151-3/+20
* Write dirty inodes on closeBrian Behlendorf2013-08-071-0/+3
* Add SEEK_DATA/SEEK_HOLE to lseek()/llseek()Li Dongyang2013-07-021-1/+23
* Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGSBrian Behlendorf2013-06-261-0/+29
* Remove .readdir from zpl_file_operations tableCaleb James DeLisle2013-04-191-1/+0
* Annotate KM_PUSHPAGE call paths with PF_NOFSBrian Behlendorf2012-08-271-1/+9
* Revert Fix zpl_writepage() deadlockRichard Yao2012-08-271-14/+1
* Support the fallocate() file operation.Etienne Dechamps2012-02-091-0/+47
* Linux 3.1 compat, fops->fsync()Brian Behlendorf2011-11-101-13/+54
* Fix NULL deref in balance_pgdat()Brian Behlendorf2011-11-031-3/+7
* Fix incompatible pointer type warningBrian Behlendorf2011-08-191-1/+2
* Correctly lock pages for .readpages()Brian Behlendorf2011-08-081-54/+13