Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix zpl_writepage() deadlock | Brian Behlendorf | 2011-07-19 | 1 | -0/+9 |
* | Fix zio_execute() deadlock | Brian Behlendorf | 2011-07-19 | 1 | -1/+2 |
* | Fix mmap(2)/write(2)/read(2) deadlock | Brian Behlendorf | 2011-07-19 | 1 | -5/+0 |
* | Fix send/recv 'dataset is busy' errors | Brian Behlendorf | 2011-07-15 | 1 | -2/+1 |
* | Improve fstat(2) performance | Brian Behlendorf | 2011-07-11 | 2 | -27/+39 |
* | Add L2ARC tunables | Brian Behlendorf | 2011-07-08 | 1 | -8/+32 |
* | Renamed HAVE_SHARE ifdefs to HAVE_SMB_SHARE. | Gunnar Beutner | 2011-07-06 | 2 | -12/+12 |
* | Implemented sharing datasets via NFS using libshare. | Gunnar Beutner | 2011-07-06 | 1 | -148/+2 |
* | Always allow non-user xattrs | Brian Behlendorf | 2011-07-01 | 1 | -8/+0 |
* | Support mandatory locks (nbmand) | Rohan Puri | 2011-07-01 | 2 | -21/+9 |
* | Linux compat 2.6.39: mount_nodev() | Brian Behlendorf | 2011-07-01 | 8 | -199/+76 |
* | Linux compat 2.6.39: security_inode_init_security() | Brian Behlendorf | 2011-07-01 | 2 | -8/+12 |
* | Add ZFS specific mmap() checks | Brian Behlendorf | 2011-07-01 | 2 | -116/+28 |
* | Remove unused MMAP functions | Brian Behlendorf | 2011-07-01 | 2 | -61/+0 |
* | MMAP Optimization | Prasad Joshi | 2011-07-01 | 2 | -327/+174 |
* | Use truncate_setsize in zfs_setattr | Prasad Joshi | 2011-06-27 | 1 | -5/+3 |
* | Tear down and flush the mmap region | Prasad Joshi | 2011-06-27 | 1 | -2/+2 |
* | Linux 3.0 compat, shrinker compatibility | Brian Behlendorf | 2011-06-21 | 1 | -3/+5 |
* | Fix unlink/xattr deadlock | Gunnar Beutner | 2011-06-20 | 2 | -55/+90 |
* | Removed erroneous zfs_inode_destroy() calls from zfs_rmnode(). | Gunnar Beutner | 2011-06-20 | 1 | -3/+0 |
* | Add "ashift" property to zpool create | Christian Kohlschütter | 2011-06-17 | 1 | -0/+4 |
* | Linux 2.6.37 compat, WRITE_FLUSH_FUA | Brian Behlendorf | 2011-06-17 | 1 | -1/+1 |
* | Fix stack ddt_class_contains() | Brian Behlendorf | 2011-05-31 | 1 | -5/+11 |
* | Fix stack ddt_zap_lookup() | Brian Behlendorf | 2011-05-31 | 1 | -4/+8 |
* | Revert "Fix stack traverse_visitbp()" | Brian Behlendorf | 2011-05-31 | 1 | -177/+98 |
* | Make tgx_sync_thread zio's async | Brian Behlendorf | 2011-05-31 | 1 | -4/+13 |
* | Fix 4K sector support | Brian Behlendorf | 2011-05-27 | 1 | -7/+6 |
* | Use vmem_alloc() for zfs_ioc_userspace_many() | Brian Behlendorf | 2011-05-20 | 1 | -2/+2 |
* | Pass caller's credential in zfsdev_ioctl() | Brian Behlendorf | 2011-05-20 | 1 | -1/+1 |
* | Fix 'negative objects to delete' warning | Brian Behlendorf | 2011-05-18 | 1 | -6/+12 |
* | Update synchronous open zfs_close() comment | Brian Behlendorf | 2011-05-13 | 1 | -1/+5 |
* | Merge pull request #235 from nedbass/rdev | Brian Behlendorf | 2011-05-09 | 2 | -7/+16 |
|\ | |||||
| * | Don't store rdev in SA for FIFOs and sockets | Ned A. Bass | 2011-05-09 | 2 | -7/+16 |
* | | Disable direct reclaim for z_wr_* threads | Brian Behlendorf | 2011-05-06 | 1 | -3/+6 |
|/ | |||||
* | Handle NULL in nfsd .fsync() hook | Brian Behlendorf | 2011-05-06 | 1 | -2/+21 |
* | Use vmem_alloc() for zfs_ioc_pool_get_history() | Brian Behlendorf | 2011-05-06 | 1 | -2/+2 |
* | Add missing ZFS tunables | Brian Behlendorf | 2011-05-04 | 16 | -41/+176 |
* | Fully update inode when created | Brian Behlendorf | 2011-05-02 | 1 | -2/+1 |
* | Fix 'zfs set volsize=N pool/dataset' | Brian Behlendorf | 2011-05-02 | 1 | -11/+19 |
* | Implemented NFS export_operations. | Gunnar Beutner | 2011-04-29 | 4 | -11/+123 |
* | Suppress 'vdev_metaslab_init' memory warning | Brian Behlendorf | 2011-04-27 | 1 | -1/+1 |
* | Conserve stack in dsl_scan_visit() | Brian Behlendorf | 2011-04-26 | 1 | -10/+15 |
* | Conserve stack in dsl_scan_visitbp() | Brian Behlendorf | 2011-04-26 | 1 | -5/+12 |
* | Conserve stack in dsl_scan_visitbp() | Brian Behlendorf | 2011-04-26 | 1 | -2/+2 |
* | Fix zvol deadlock | Brian Behlendorf | 2011-04-26 | 1 | -1/+2 |
* | Fix spurious -EFAULT when setting I/O scheduler | Brian Behlendorf | 2011-04-22 | 1 | -17/+12 |
* | Enforce ARC meta-data limits | Brian Behlendorf | 2011-04-21 | 1 | -2/+15 |
* | Fixed a use-after-free bug in zfs_zget(). | Gunnar Beutner | 2011-04-21 | 1 | -1/+23 |
* | Suppress 'zfs receive' memory warning | Brian Behlendorf | 2011-04-20 | 1 | -1/+1 |
* | Truncate the xattr znode when updating existing attributes. | Gunnar Beutner | 2011-04-19 | 1 | -1/+7 |