summaryrefslogtreecommitdiffstats
path: root/module/zfs/zpl_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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