Linux 3.11 compat: fops->iterate()
[zfs.git] / module / zfs / zpl_file.c
2013-08-15 Richard YaoLinux 3.11 compat: fops->iterate()
2013-08-07 Brian BehlendorfWrite dirty inodes on close
2013-07-02 Li DongyangAdd SEEK_DATA/SEEK_HOLE to lseek()/llseek()
2013-06-26 Brian BehlendorfReturn -EOPNOTSUPP for ZFS_IOC_{GET|SET}FLAGS
2013-04-19 Caleb James DeLisleRemove .readdir from zpl_file_operations table
2012-08-27 Brian BehlendorfAnnotate KM_PUSHPAGE call paths with PF_NOFS
2012-08-27 Richard YaoRevert Fix zpl_writepage() deadlock
2012-02-10 Etienne DechampsSupport the fallocate() file operation.
2011-11-10 Brian BehlendorfLinux 3.1 compat, fops->fsync()
2011-11-03 Brian BehlendorfFix NULL deref in balance_pgdat()
2011-08-19 Brian BehlendorfFix incompatible pointer type warning
2011-08-08 Brian BehlendorfCorrectly lock pages for .readpages()
2011-08-02 Brian BehlendorfCleanup mmap(2) writes
2011-07-19 Brian BehlendorfFix zpl_writepage() deadlock
2011-07-01 Brian BehlendorfAdd ZFS specific mmap() checks
2011-07-01 Prasad JoshiMMAP Optimization
2011-05-06 Brian BehlendorfHandle NULL in nfsd .fsync() hook
2011-03-22 Brian BehlendorfLinux 2.6.29 compat, credentials
2011-03-08 Brian BehlendorfAdd zfs_open()/zfs_close()
2011-02-11 Brian BehlendorfLinux 2.6.35 compat, fops->fsync()
2011-02-10 Brian BehlendorfAdd mmap(2) support
2011-02-10 Brian BehlendorfAdd Hooks for Linux File Operations