Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix zil_commit() NULL dereference | Brian Behlendorf | 2014-07-17 | 1 | -2/+3 |
* | Implement File Attribute Support | Richard Yao | 2014-05-01 | 1 | -3/+94 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -8/+8 |
* | Fix z_sync_cnt decrement in zfs_close | Chunwei Chen | 2013-12-17 | 1 | -4/+5 |
* | Only commit the ZIL once in zpl_writepages() (msync() case). | Etienne Dechamps | 2013-11-23 | 1 | -2/+42 |
* | Add I/O Read/Write Accounting | Brian Behlendorf | 2013-11-21 | 1 | -2/+10 |
* | Linux 3.11 compat: fops->iterate() | Richard Yao | 2013-08-15 | 1 | -3/+20 |
* | Write dirty inodes on close | Brian Behlendorf | 2013-08-07 | 1 | -0/+3 |
* | Add SEEK_DATA/SEEK_HOLE to lseek()/llseek() | Li Dongyang | 2013-07-02 | 1 | -1/+23 |
* | Return -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS | Brian Behlendorf | 2013-06-26 | 1 | -0/+29 |
* | Remove .readdir from zpl_file_operations table | Caleb James DeLisle | 2013-04-19 | 1 | -1/+0 |
* | Annotate KM_PUSHPAGE call paths with PF_NOFS | Brian Behlendorf | 2012-08-27 | 1 | -1/+9 |
* | Revert Fix zpl_writepage() deadlock | Richard Yao | 2012-08-27 | 1 | -14/+1 |
* | 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 |