| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented NFS export_operations. | Gunnar Beutner | 2011-04-29 | 7 | -1/+8 |
* | Fix libzpool cv_* build error | Brian Behlendorf | 2011-03-31 | 1 | -1/+2 |
* | Fixes to enable zvol symlink creation | Fajar A. Nugraha | 2011-03-24 | 1 | -1/+1 |
* | Linux 2.6.28 compat, insert_inode_locked() | Brian Behlendorf | 2011-03-22 | 7 | -1/+22 |
* | Linux 2.6.27 compat, blk_queue_stackable() | Brian Behlendorf | 2011-03-22 | 1 | -0/+11 |
* | Fix evict() deadlock | Brian Behlendorf | 2011-03-22 | 1 | -0/+2 |
* | Add init scripts | Brian Behlendorf | 2011-03-17 | 6 | -0/+6 |
* | Register .remount_fs handler | Brian Behlendorf | 2011-03-15 | 1 | -0/+1 |
* | Register .sync_fs handler | Brian Behlendorf | 2011-03-15 | 1 | -1/+1 |
* | Print mount/umount errors | Brian Behlendorf | 2011-03-09 | 1 | -1/+4 |
* | Range lock performance improvements | Brian Behlendorf | 2011-03-08 | 1 | -0/+1 |
* | Add zfs_open()/zfs_close() | Brian Behlendorf | 2011-03-08 | 1 | -0/+2 |
* | Drop HAVE_XVATTR macros | Brian Behlendorf | 2011-03-02 | 2 | -11/+8 |
* | Add xvattr support | Brian Behlendorf | 2011-03-02 | 6 | -1/+338 |
* | Use udev to create /dev/zvol/[dataset_name] links | Fajar A. Nugraha | 2011-02-25 | 1 | -0/+6 |
* | Add the new blkdev_compat.h header to the DIST target. | Darik Horn | 2011-02-24 | 2 | -2/+4 |
* | Linux 2.6.38 compat, blkdev_get_by_path() | Brian Behlendorf | 2011-02-23 | 7 | -3/+24 |
* | Linux 2.6.x compat, blkdev_compat.h | Brian Behlendorf | 2011-02-23 | 6 | -64/+68 |
* | Merge branch 'zpl' | Brian Behlendorf | 2011-02-18 | 26 | -161/+1126 |
|\ |
|
| * | Linux 2.6.36 compat, sops->evict_inode() | Brian Behlendorf | 2011-02-11 | 6 | -0/+6 |
| * | Linux 2.6.33 compat, get/set xattr callbacks | Brian Behlendorf | 2011-02-11 | 1 | -0/+45 |
| * | Linux 2.6.35 compat, fops->fsync() | Brian Behlendorf | 2011-02-11 | 9 | -5/+58 |
| * | Linux 2.6.35 compat, const struct xattr_handler | Brian Behlendorf | 2011-02-10 | 9 | -1/+52 |
| * | Use 'noop' IO Scheduler | Brian Behlendorf | 2011-02-10 | 1 | -0/+3 |
| * | Add mmap(2) support | Brian Behlendorf | 2011-02-10 | 1 | -0/+1 |
| * | Add Hooks for Linux File Operations | Brian Behlendorf | 2011-02-10 | 3 | -0/+66 |
| * | Add zp->z_is_zvol flag | Brian Behlendorf | 2011-02-10 | 1 | -1/+1 |
| * | Prototype/structure update for Linux | Brian Behlendorf | 2011-02-10 | 7 | -114/+120 |
| * | Remove dmu_write_pages() support | Brian Behlendorf | 2011-02-10 | 1 | -4/+0 |
| * | Remove zfs_ctldir.[ch] | Brian Behlendorf | 2011-02-10 | 4 | -79/+29 |
| * | VFS: Add zfs_inode_update() helper | Brian Behlendorf | 2011-02-10 | 1 | -0/+1 |
| * | VFS: Integrate zfs_znode_alloc() | Brian Behlendorf | 2011-02-10 | 1 | -2/+9 |
| * | ACL related changes | Brian Behlendorf | 2011-02-10 | 1 | -2/+0 |
| * | Add Linux Compat Infrastructure | Brian Behlendorf | 2011-02-10 | 6 | -2/+622 |
| * | Add basic uio support | Brian Behlendorf | 2011-02-10 | 4 | -2/+54 |
| * | Export required vfs/vn symbols | Brian Behlendorf | 2011-02-10 | 4 | -0/+92 |
| * | Add initial rw_uio functions to the dmu | Brian Behlendorf | 2011-02-04 | 1 | -2/+8 |
| * | Minimal libshare infrastructure | Brian Behlendorf | 2011-02-04 | 5 | -5/+0 |
| * | Open up libzfs_run_process/libzfs_load_module | Brian Behlendorf | 2011-01-28 | 1 | -0/+6 |
| * | Autoconf selinux support | Brian Behlendorf | 2011-01-28 | 5 | -0/+10 |
| * | Use cv_timedwait_interruptible in arc | Brian Behlendorf | 2010-12-14 | 1 | -0/+1 |
* | | Add API to wait for pending commit callbacks | Ricardo M. Correia | 2011-02-16 | 1 | -0/+6 |
|/ |
|
* | Linux 2.6.36 compat, blk_* macros removed | Brian Behlendorf | 2010-11-10 | 1 | -0/+10 |
* | Linux 2.6.36 compat, synchronous bio flag | Brian Behlendorf | 2010-11-10 | 1 | -7/+0 |
* | Linux 2.6.36 compat, use REQ_FAILFAST_MASK | Brian Behlendorf | 2010-11-10 | 1 | -6/+17 |
* | Add helper functions for manipulating device names | Ned Bass | 2010-10-22 | 1 | -0/+2 |
* | Fix missing 'zpool events' | Brian Behlendorf | 2010-10-12 | 1 | -1/+1 |
* | Initial zio delay timing | Brian Behlendorf | 2010-10-12 | 2 | -0/+8 |
* | Add FAILFAST support | Brian Behlendorf | 2010-10-12 | 6 | -0/+37 |
* | Generate zevents for speculative and soft errors | Brian Behlendorf | 2010-10-12 | 1 | -0/+1 |