summaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup mmap(2) writesBrian Behlendorf2011-08-021-13/+6
* Fix zpl_writepage() deadlockBrian Behlendorf2011-07-191-0/+9
* Add ZFS specific mmap() checksBrian Behlendorf2011-07-011-1/+7
* MMAP OptimizationPrasad Joshi2011-07-011-59/+82
* Handle NULL in nfsd .fsync() hookBrian Behlendorf2011-05-061-2/+21
* Linux 2.6.29 compat, credentialsBrian Behlendorf2011-03-221-24/+24
* Add zfs_open()/zfs_close()Brian Behlendorf2011-03-081-1/+33
* Linux 2.6.35 compat, fops->fsync()Brian Behlendorf2011-02-111-2/+1
* Add mmap(2) supportBrian Behlendorf2011-02-101-8/+169
* Add Hooks for Linux File OperationsBrian Behlendorf2011-02-101-0/+173