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