Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Linux 4.7 compat: use iterate_shared for concurrent readdir | Chunwei Chen | 2016-05-20 | 1 | -4/+6 |
* | Fix atime handling and relatime | Chunwei Chen | 2016-04-05 | 1 | -0/+2 |
* | Add support 32 bit FS_IOC32_{GET|SET}FLAGS compat ioctls | Colin Ian King | 2016-03-31 | 1 | -1/+14 |
* | Linux 4.1 compat: loop device on ZFS | Chunwei Chen | 2015-08-24 | 1 | -36/+45 |
* | Linux 4.1 compat: use read_iter() / write_iter() | Matus Kral | 2015-06-18 | 1 | -8/+42 |
* | Mark all ZPL and ioctl functions as PF_FSTRANS | Tim Chase | 2015-04-03 | 1 | -0/+40 |
* | Fix O_APPEND open(2) flag | Brian Behlendorf | 2015-02-24 | 1 | -0/+3 |
* | Linux 3.19 compat: file_inode was added | Jörg Thalheim | 2015-02-10 | 1 | -2/+2 |
* | Retire KM_NODEBUG | Brian Behlendorf | 2015-01-16 | 1 | -2/+2 |
* | Mark IO pipeline with PF_FSTRANS | Brian Behlendorf | 2015-01-16 | 1 | -8/+3 |
* | Suppress AIO kmem warnings | Brian Behlendorf | 2014-10-20 | 1 | -2/+2 |
* | Implement fallocate FALLOC_FL_PUNCH_HOLE | Tim Chase | 2014-09-08 | 1 | -14/+29 |
* | Linux AIO Support | Richard Yao | 2014-09-05 | 1 | -34/+116 |
* | 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 |