Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Added missing initialization for va.va_dentry in zfs_get_xattrdir. | Gunnar Beutner | 2011-04-19 | 1 | -0/+1 | |
* | Fix gcc compiler warning, dsl_pool_create() | Brian Behlendorf | 2011-04-19 | 1 | -2/+2 | |
* | Linux 2.6.39 compat, invalidate_inodes() | Brian Behlendorf | 2011-04-19 | 1 | -1/+1 | |
* | Linux 2.6.29 compat, credentials | Brian Behlendorf | 2011-04-07 | 1 | -3/+3 | |
* | Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool)) | Brian Behlendorf | 2011-04-07 | 1 | -0/+13 | |
* | Add direct+indirect ARC reclaim | Brian Behlendorf | 2011-04-07 | 1 | -0/+59 | |
* | Add missing arcstats | Brian Behlendorf | 2011-04-07 | 1 | -8/+20 | |
* | Call d_instantiate before unlocking inode | Brian Behlendorf | 2011-04-07 | 3 | -27/+12 | |
* | Fix `make distclean` for `./configure --with-config=user | Brian Behlendorf | 2011-04-05 | 1 | -1/+4 | |
* | Fix inflated load average | Brian Behlendorf | 2011-03-31 | 1 | -2/+2 | |
* | Linux 2.6.29 compat, .freeze_fs/.unfreeze_fs | Brian Behlendorf | 2011-03-22 | 1 | -2/+0 | |
* | Linux 2.6.29 compat, credentials | Brian Behlendorf | 2011-03-22 | 3 | -81/+81 | |
* | Fix evict() deadlock | Brian Behlendorf | 2011-03-22 | 1 | -4/+20 | |
* | Use KM_PUSHPAGE instead of KM_SLEEP | Brian Behlendorf | 2011-03-22 | 3 | -9/+9 | |
* | Register .remount_fs handler | Brian Behlendorf | 2011-03-15 | 2 | -1/+51 | |
* | Register .sync_fs handler | Brian Behlendorf | 2011-03-15 | 2 | -8/+26 | |
* | Don't set I/O Scheduler for Partitions | Brian Behlendorf | 2011-03-10 | 1 | -0/+4 | |
* | Fix O_APPEND Corruption | Brian Behlendorf | 2011-03-09 | 1 | -0/+1 | |
* | Conserve stack in zfs_setattr() | Brian Behlendorf | 2011-03-09 | 1 | -1/+6 | |
* | Range lock performance improvements | Brian Behlendorf | 2011-03-08 | 1 | -6/+15 | |
* | Add zfs_open()/zfs_close() | Brian Behlendorf | 2011-03-08 | 2 | -1/+103 | |
* | Set stat->st_dev and statfs->f_fsid | Brian Behlendorf | 2011-03-07 | 3 | -3/+3 | |
* | Use Linux ATTR_ versions | Brian Behlendorf | 2011-03-03 | 1 | -2/+2 | |
* | Conserve stack in zfs_setattr() | Brian Behlendorf | 2011-03-02 | 1 | -44/+39 | |
* | Drop HAVE_XVATTR macros | Brian Behlendorf | 2011-03-02 | 7 | -177/+528 | |
* | Remove caller_context_t | Brian Behlendorf | 2011-03-02 | 1 | -12/+7 | |
* | Add the zpool and filesystem versions | Darik Horn | 2011-02-28 | 1 | -3/+5 | |
* | Fix set block scheduler warnings | Brian Behlendorf | 2011-02-25 | 1 | -6/+23 | |
* | Use udev to create /dev/zvol/[dataset_name] links | Fajar A. Nugraha | 2011-02-25 | 1 | -6/+10 | |
* | Remove rdev packing | Brian Behlendorf | 2011-02-23 | 1 | -35/+1 | |
* | Use correct ASSERT3* variant | Brian Behlendorf | 2011-02-23 | 1 | -1/+1 | |
* | Increase fragment size to block size | Brian Behlendorf | 2011-02-23 | 1 | -4/+8 | |
* | Fix 'statement with no effect' warning | Brian Behlendorf | 2011-02-23 | 1 | -1/+1 | |
* | Fix enum compiler warning | Brian Behlendorf | 2011-02-23 | 1 | -2/+2 |