Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support the fallocate() file operation. | Etienne Dechamps | 2012-02-09 | 1 | -0/+47 |
* | Linux 3.1 compat, fops->fsync() | Brian Behlendorf | 2011-11-10 | 1 | -13/+54 |
* | Fix NULL deref in balance_pgdat() | Brian Behlendorf | 2011-11-03 | 1 | -3/+7 |
* | Fix incompatible pointer type warning | Brian Behlendorf | 2011-08-19 | 1 | -1/+2 |
* | Correctly lock pages for .readpages() | Brian Behlendorf | 2011-08-08 | 1 | -54/+13 |
* | Cleanup mmap(2) writes | Brian Behlendorf | 2011-08-02 | 1 | -13/+6 |
* | Fix zpl_writepage() deadlock | Brian Behlendorf | 2011-07-19 | 1 | -0/+9 |
* | Add ZFS specific mmap() checks | Brian Behlendorf | 2011-07-01 | 1 | -1/+7 |
* | MMAP Optimization | Prasad Joshi | 2011-07-01 | 1 | -59/+82 |
* | Handle NULL in nfsd .fsync() hook | Brian Behlendorf | 2011-05-06 | 1 | -2/+21 |
* | Linux 2.6.29 compat, credentials | Brian Behlendorf | 2011-03-22 | 1 | -24/+24 |
* | Add zfs_open()/zfs_close() | Brian Behlendorf | 2011-03-08 | 1 | -1/+33 |
* | Linux 2.6.35 compat, fops->fsync() | Brian Behlendorf | 2011-02-11 | 1 | -2/+1 |
* | Add mmap(2) support | Brian Behlendorf | 2011-02-10 | 1 | -8/+169 |
* | Add Hooks for Linux File Operations | Brian Behlendorf | 2011-02-10 | 1 | -0/+173 |