Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Check for -Wno-unused-but-set-variable gcc support | Brian Behlendorf | 2011-06-14 | 20 | -9/+49 | |
* | Fix 'zfs send -D' segfault | Brian Behlendorf | 2011-06-09 | 1 | -1/+2 | |
* | Fix 'zfs set volsize=N pool/dataset' | Brian Behlendorf | 2011-05-02 | 20 | -0/+20 | |
* | Add zpl_export.c to the list of targets. | Alejandro R. SedeƱo | 2011-04-29 | 2 | -0/+2 | |
* | Correct MAXUID | Brian Behlendorf | 2011-04-29 | 1 | -1/+1 | |
* | Implemented NFS export_operations. | Gunnar Beutner | 2011-04-29 | 20 | -0/+20 | |
* | Use gethostid in the Linux convention. | Darik Horn | 2011-04-25 | 2 | -11/+2 | |
* | Fix 32-bit MAXOFFSET_T definition | Brian Behlendorf | 2011-04-22 | 1 | -7/+2 | |
* | Support IEC base-2 prefixes | Richard Laager | 2011-04-19 | 1 | -4/+7 | |
* | Set -Wno-unused-but-set-variable globally | Brian Behlendorf | 2011-04-19 | 9 | -34/+43 | |
* | Linux 2.6.28 compat, insert_inode_locked() | Brian Behlendorf | 2011-03-22 | 20 | -0/+20 | |
* | Linux compat, umount2(2) flags | Brian Behlendorf | 2011-03-22 | 1 | -2/+17 | |
* | Merge branch 'dracut' | Brian Behlendorf | 2011-03-22 | 20 | -0/+20 | |
|\ | ||||||
| * | Add init scripts | Brian Behlendorf | 2011-03-17 | 20 | -0/+20 | |
* | | Fix 'LDFLAGS=-Wl,--as-needed' build error | Brian Behlendorf | 2011-03-18 | 2 | -0/+3 | |
|/ | ||||||
* | Print mount/umount errors | Brian Behlendorf | 2011-03-09 | 2 | -8/+14 | |
* | Fix mount helper | Brian Behlendorf | 2011-03-09 | 2 | -16/+5 | |
* | Add missing libspl+libzpool libs to libzfs | Brian Behlendorf | 2011-03-03 | 4 | -6/+12 | |
* | Linux 2.6.38 compat, blkdev_get_by_path() | Brian Behlendorf | 2011-02-23 | 20 | -0/+20 | |
* | Improve 'zpool import' safety | Brian Behlendorf | 2011-02-17 | 1 | -9/+12 | |
* | Suppress share error on mount | Brian Behlendorf | 2011-02-16 | 1 | -1/+2 | |
* | Linux 2.6.36 compat, sops->evict_inode() | Brian Behlendorf | 2011-02-11 | 20 | -0/+20 | |
* | Linux 2.6.35 compat, fops->fsync() | Brian Behlendorf | 2011-02-11 | 20 | -0/+20 | |
* | Linux 2.6.35 compat, const struct xattr_handler | Brian Behlendorf | 2011-02-10 | 20 | -0/+20 | |
* | MS_DIRSYNC and MS_REC compat | Brian Behlendorf | 2011-02-10 | 1 | -0/+9 | |
* | Add missing -ldl linker option | Brian Behlendorf | 2011-02-10 | 2 | -2/+2 | |
* | Remove useless libefi warnings | Brian Behlendorf | 2011-02-10 | 1 | -10/+3 | |
* | Add Hooks for Linux File Operations | Brian Behlendorf | 2011-02-10 | 2 | -0/+8 | |
* | Remove zfs_ctldir.[ch] | Brian Behlendorf | 2011-02-10 | 2 | -2/+0 | |
* | Add basic uio support | Brian Behlendorf | 2011-02-10 | 2 | -4/+15 | |
* | Remove HAVE_ZPL from commands and libraries | Brian Behlendorf | 2011-02-04 | 4 | -91/+0 | |
* | Documentation updates | Brian Behlendorf | 2011-02-04 | 2 | -3/+3 | |
* | Minimal libshare infrastructure | Brian Behlendorf | 2011-02-04 | 22 | -49/+24 | |
* | Add 'zfs mount' support | Brian Behlendorf | 2011-02-04 | 4 | -128/+168 | |
* | Open up libzfs_run_process/libzfs_load_module | Brian Behlendorf | 2011-01-28 | 1 | -2/+3 | |
* | Autoconf selinux support | Brian Behlendorf | 2011-01-28 | 22 | -2/+51 | |
* | Fix minor compiler warnings | Brian Behlendorf | 2011-01-06 | 1 | -1/+1 | |
* | Add missing mkdirp prototype | Brian Behlendorf | 2010-12-14 | 1 | -0/+34 | |
* | Fix block device-related issues in zdb. | Ricardo M. Correia | 2010-12-14 | 4 | -14/+57 | |
* | Skip /dev/hpet during 'zpool import'zfs-0.5.2 | Brian Behlendorf | 2010-11-12 | 1 | -1/+2 | |
* | Fix for access beyond end of device error | Ned Bass | 2010-11-10 | 3 | -10/+10 | |
* | Call modprobe with absolute path | Ned Bass | 2010-10-22 | 1 | -1/+1 | |
* | Support shorthand names with zpool remove | Ned Bass | 2010-10-22 | 1 | -64/+12 | |
* | Add helper functions for manipulating device names | Ned Bass | 2010-10-22 | 1 | -0/+40 | |
* | Add FAILFAST support | Brian Behlendorf | 2010-10-12 | 20 | -0/+20 | |
* | Make commands load zfs module on demand | Ned Bass | 2010-10-11 | 1 | -0/+70 | |
* | Strip partition from device name for whole disks | Ned Bass | 2010-10-04 | 1 | -21/+31 | |
* | Fix missing vdev names in zpool status output | Ned Bass | 2010-09-23 | 1 | -3/+7 | |
* | Exclude atomic.S source from dist rules | Brian Behlendorf | 2010-09-10 | 1 | -0/+6 | |
* | Fix "format not a string literal" warning | Brian Behlendorf | 2010-09-08 | 1 | -5/+5 |