]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zpl_file.c
Kernel 4.9 compat: file_operations->aio_fsync removal
[mirror_zfs.git] / module / zfs / zpl_file.c
2016-11-15 DeHackEdKernel 4.9 compat: file_operations->aio_fsync removal
2016-10-24 tuxokoFix cred leak in zpl_fallocate_common
2016-08-11 Chen HaiquanUse file_dentry and file_inode wrappers
2016-05-20 Chunwei ChenLinux 4.7 compat: use iterate_shared for concurrent...
2016-04-06 Chunwei ChenFix atime handling and relatime
2016-04-01 Colin Ian KingAdd support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls
2015-08-24 Chunwei ChenLinux 4.1 compat: loop device on ZFS
2015-06-18 Matus KralLinux 4.1 compat: use read_iter() / write_iter()
2015-04-03 Tim ChaseMark all ZPL and ioctl functions as PF_FSTRANS
2015-02-24 Brian BehlendorfFix O_APPEND open(2) flag
2015-02-10 Jörg ThalheimLinux 3.19 compat: file_inode was added
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRetire KM_NODEBUG
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2014-10-20 Brian BehlendorfSuppress AIO kmem warnings
2014-09-08 Tim ChaseImplement fallocate FALLOC_FL_PUNCH_HOLE
2014-09-05 Richard YaoLinux AIO Support
2014-07-17 Brian BehlendorfFix zil_commit() NULL dereference
2014-05-01 Richard YaoImplement File Attribute Support
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-17 Chunwei ChenFix z_sync_cnt decrement in zfs_close
2013-11-23 Etienne DechampsOnly commit the ZIL once in zpl_writepages() (msync...
2013-11-21 Brian BehlendorfAdd I/O Read/Write Accounting
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-18 Brian BehlendorfMerge branch 'zpl'
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