Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix kernel panic due to tsd_exit in ZFS_EXIT(zsb) | Chunwei Chen | 2015-04-24 | 1 | -0/+2 |
* | Change KM_PUSHPAGE -> KM_SLEEP | Brian Behlendorf | 2015-01-16 | 1 | -2/+2 |
* | Fix zfs_putpage() lock inversion (again) | Brian Behlendorf | 2015-01-08 | 1 | -2/+15 |
* | Fix zfs_putpage() lock inversion | Brian Behlendorf | 2014-12-22 | 1 | -3/+2 |
* | Fix snapshots with dirty inodes | Brian Behlendorf | 2014-11-20 | 1 | -0/+3 |
* | Remove checks for mandatory locks | Ned Bass | 2014-10-22 | 1 | -18/+0 |
* | Illumos 5139 - SEEK_HOLE failed to report a hole at end of file | Matthew Ahrens | 2014-09-23 | 1 | -9/+12 |
* | Implement fallocate FALLOC_FL_PUNCH_HOLE | Tim Chase | 2014-09-08 | 1 | -2/+0 |
* | Add zfs_iput_async() interface | Brian Behlendorf | 2014-08-11 | 1 | -7/+11 |
* | Fix zil_commit() NULL dereference | Brian Behlendorf | 2014-07-17 | 1 | -1/+2 |
* | Fix zfs_getattr_fast types | Brian Behlendorf | 2014-01-09 | 1 | -1/+6 |
* | cstyle: Resolve C style issues | Michael Kjorling | 2013-12-18 | 1 | -20/+22 |
* | Fix z_sync_cnt decrement in zfs_close | Chunwei Chen | 2013-12-17 | 1 | -6/+2 |
* | Fix atime handling. | Tim Chase | 2013-12-12 | 1 | -3/+0 |
* | Illumos #4045 write throttle & i/o scheduler performance work | Matthew Ahrens | 2013-12-06 | 1 | -9/+28 |
* | Illumos #4347 ZPL can use dmu_tx_assign(TXG_WAIT) | Matthew Ahrens | 2013-12-06 | 1 | -17/+15 |
* | Only commit the ZIL once in zpl_writepages() (msync() case). | Etienne Dechamps | 2013-11-23 | 1 | -29/+15 |
* | Illumos #3236 | George Wilson | 2013-11-05 | 1 | -0/+6 |
* | Illumos #3742 | Will Andrews | 2013-11-04 | 1 | -18/+10 |
* | 6939941 problem with moving files in zfs | Mark Shellenbaum | 2013-11-04 | 1 | -2/+2 |
* | Illumos #3598 | Matthew Ahrens | 2013-10-31 | 1 | -73/+73 |
* | Illumos #3522 | George Wilson | 2013-10-30 | 1 | -1/+1 |
* | Reintroduce uio_prefaultpages() | Richard Yao | 2013-10-29 | 1 | -2/+2 |
* | Posix ACL Support | Massimo Maggi | 2013-10-29 | 1 | -4/+8 |
* | Restructure zfs_readdir() to fix regressions | Richard Yao | 2013-10-29 | 1 | -15/+22 |
* | Linux 3.11 compat: fops->iterate() | Richard Yao | 2013-08-15 | 1 | -6/+6 |
* | Return correct type and offset from zfs_readdir | Richard Yao | 2013-08-07 | 1 | -1/+1 |
* | Add SEEK_DATA/SEEK_HOLE to lseek()/llseek() | Li Dongyang | 2013-07-02 | 1 | -10/+27 |
* | Readd zfs_holey() from OpenSolaris | Matthew Ahrens | 2013-07-02 | 1 | -0/+45 |
* | Illumos #3006 | Madhav Suresh | 2013-06-19 | 1 | -3/+4 |
* | Revert "Remove TSD zfs_fsyncer_key" | Brian Behlendorf | 2012-12-20 | 1 | -0/+4 |
* | Remove TSD zfs_fsyncer_key | Brian Behlendorf | 2012-12-19 | 1 | -4/+0 |
* | Update SAs when an inode is dirtied | Brian Behlendorf | 2012-12-14 | 1 | -22/+51 |
* | Preserve inode mtime/ctime in .writepage() | Brian Behlendorf | 2012-12-05 | 1 | -4/+32 |
* | Fix "allocating allocated segment" panic | Brian Behlendorf | 2012-11-09 | 1 | -1/+10 |
* | Clear PG_writeback for sync I/O error case | Brian Behlendorf | 2012-09-14 | 1 | -0/+9 |
* | Move iput() after zfs_inode_update() | Brian Behlendorf | 2012-09-12 | 1 | -2/+2 |
* | Switch KM_SLEEP to KM_PUSHPAGE | Brian Behlendorf | 2012-09-04 | 1 | -2/+2 |
* | Clear PG_writeback after zil_commit() for sync I/O | Brian Behlendorf | 2012-08-30 | 1 | -3/+8 |
* | Add .zfs control directory | Brian Behlendorf | 2012-03-22 | 1 | -4/+6 |
* | Check permissions in zfs_space(). | Etienne Dechamps | 2012-02-09 | 1 | -0/+11 |
* | Allow multiple values per directory entry | Brian Behlendorf | 2012-02-02 | 1 | -3/+13 |
* | Fix a race condition in zfs_getattr_fast() | Gunnar Beutner | 2011-11-03 | 1 | -0/+5 |
* | Cleanup mmap(2) writes | Brian Behlendorf | 2011-08-02 | 1 | -96/+83 |
* | Fix mmap(2)/write(2)/read(2) deadlock | Brian Behlendorf | 2011-07-19 | 1 | -5/+0 |
* | Improve fstat(2) performance | Brian Behlendorf | 2011-07-11 | 1 | -0/+38 |
* | Always allow non-user xattrs | Brian Behlendorf | 2011-07-01 | 1 | -8/+0 |
* | Support mandatory locks (nbmand) | Rohan Puri | 2011-07-01 | 1 | -13/+6 |
* | Linux compat 2.6.39: mount_nodev() | Brian Behlendorf | 2011-07-01 | 1 | -2/+2 |
* | Add ZFS specific mmap() checks | Brian Behlendorf | 2011-07-01 | 1 | -115/+21 |