]> git.proxmox.com Git - mirror_spl.git/shortlog
mirror_spl.git
2011-10-06 Brian BehlendorfPrep spl-0.6.0-rc6 tag
2011-10-06 Brian BehlendorfRemove /etc/hostid missing warning
2011-09-30 Brian BehlendorfRevert "Stabilize the hostid for RPM installations."
2011-09-19 Brian BehlendorfFix HAVE_FS_STRUCT_SPINLOCK check for gcc-4.1.2
2011-07-22 Brian BehlendorfFix the configure CONFIG_* option detection
2011-07-20 Brian BehlendorfFix 'make install' overly broad 'rm'
2011-07-01 Brian BehlendorfPrep spl-0.6.0-rc5 tag
2011-06-24 Brian BehlendorfLinux 2.6.39 compat, mutex owner
2011-06-24 Darik HornStabilize the hostid for RPM installations.
2011-06-24 Darik HornRead the /etc/hostid file directly.
2011-06-21 Brian BehlendorfAdd linux compatibility tests
2011-06-21 Brian BehlendorfLinux 3.0: Shrinker compatibility
2011-06-16 Brian BehlendorfAvoid 'rpm -q' bug for 'make pkg'
2011-05-06 Brian BehlendorfAdd TASKQ_NORECLAIM flag
2011-05-03 Brian BehlendorfPrep spl-0.6.0-rc4 tag
2011-04-29 Brian BehlendorfCorrect MAXUID
2011-04-29 Gunnar BeutnerRenamed 'struct fid' for NFS
2011-04-25 Brian BehlendorfMerged pull request #40 from dajhorn/spl-proc-typos.
2011-04-25 Darik HornCorrect typos in the spl proc handler.
2011-04-22 Brian BehlendorfFix 32-bit MAXOFFSET_T definition
2011-04-21 Darik HornMake the SPL kernel messages consistent with ZFS.
2011-04-21 Darik HornRemove the gawk dependency.
2011-04-21 Darik HornImport spl_hostid as a module parameter.
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, zlib_deflate_workspacesize()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, kern_path_parent()
2011-04-20 Brian BehlendorfLinux 2.6.39 compat, DEFINE_SPINLOCK()
2011-04-19 Brian BehlendorfFix unused variable
2011-04-19 Brian BehlendorfFix gcc configure warnings
2011-04-19 Brian BehlendorfLinux 2.6.39 compat, invalidate_inodes()
2011-04-08 Brian BehlendorfFix rebuildable RPMs for el6/ch5
2011-04-07 Brian BehlendorfPrep spl-0,6,0-rc3 tag
2011-04-07 Brian BehlendorfAdd dnlc_reduce_cache() support
2011-04-07 Brian BehlendorfDecrease target objects per slab
2011-04-07 Brian BehlendorfAdd slab usage summeries to /proc
2011-04-07 Brian BehlendorfUpdate /proc/spl/kmem/slab output
2011-04-07 Brian BehlendorfLinux shrinker compat
2011-04-07 Brian BehlendorfAdd .va_dentry helper
2011-03-31 Brian BehlendorfUpdate CHAOS 5 Packaging
2011-03-22 Brian BehlendorfAdd crgetfsuid()/crgetfsgid() helpers
2011-03-22 Brian BehlendorfLoad zlib_inflate.ko
2011-03-20 Brian BehlendorfDisable vmalloc() direct reclaim
2011-03-19 Brian BehlendorfRemove default GFP_NOFS allocations
2011-03-09 Brian BehlendorfPrep spl-0.6.0-rc2 tag
2011-03-07 Brian BehlendorfLinux 2.6.31 compat, include linux/seq_file.h
2011-03-07 Brian BehlendorfMake Missing Modules.symvers Fatal
2011-03-07 Brian BehlendorfMake CONFIG_PREEMPT Fatal
2011-03-02 Brian BehlendorfRemove xvattr support
2011-03-02 Brian BehlendorfAdd TIMESPEC_OVERFLOW helper
2011-02-26 Brian BehlendorfAdd zlib regression test
2011-02-26 Brian BehlendorfFix zlib compression
2011-02-23 Brian BehlendorfUse Linux flock struct
2011-02-23 Brian BehlendorfLinux compat 2.6.37, invalidate_inodes()
2011-02-18 Brian BehlendorfPrep spl-0.6.0-rc1 tag
2011-02-10 Brian BehlendorfPrefer /lib/modules/$(uname -r)/ links
2011-02-08 Brian BehlendorfUpdate META to 0.6.0
2011-02-04 Brian BehlendorfBlock in cv_destroy() on all waiters
2011-01-28 Brian BehlendorfMinor policy interface
2011-01-28 Brian BehlendorfAdd missing headers
2011-01-28 Brian BehlendorfAdd VSA_ACE_* and MAX_ACL_ENTRIES defines
2011-01-28 Brian BehlendorfAdd MAXUID define
2011-01-28 Brian BehlendorfAdd FIGNORECASE define
2011-01-28 Brian BehlendorfAdd ksid_index_t and ksid_t types
2011-01-28 Brian BehlendorfMinimal VFS additions
2011-01-12 Brian BehlendorfRemove VN_HOLD/VN_RELE/VOP_PUTPAGE
2011-01-12 Brian BehlendorfAdd a few additional vnode #defines
2011-01-12 Brian BehlendorfMake vn_cache|vn_file_cache kmem caches
2011-01-12 Brian BehlendorfClean vattr_t and vsecattr_t types
2011-01-12 Brian BehlendorfFRSYNC Should Use O_SYNC
2011-01-12 Brian BehlendorfAdd vn_mode_to_vtype/vn_vtype to_mode helpers
2011-01-11 Neependra KhareAdd cv_timedwait_interruptible() function
2011-01-11 Brian BehlendorfLinux Compat: inode->i_mutex/i_sem
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Regression Test
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Implementation
2010-11-30 Brian BehlendorfRefresh autogen.sh products
2010-11-29 Ricardo M.... Make kmutex_t typesafe in all cases.
2010-11-29 Brian BehlendorfClear cv->cv_mutex when not in use
2010-11-10 Ned BassGive ENOTSUP a valid user space error value
2010-11-10 Brian BehlendorfLinux 2.6.36 compat, use fops->unlocked_ioctl()
2010-11-09 Brian BehlendorfLinux 2.6.36 compat, fs_struct->lock type change
2010-11-09 Brian BehlendorfLinux 2.6.36 compat, wrap RLIM64_INFINITY
2010-11-09 Brian BehlendorfFix incorrect krw_type_t type
2010-11-05 Brian BehlendorfPrep for 0.5.2 tag
2010-11-05 Brian BehlendorfClear owner after dropping mutex
2010-10-22 Brian BehlendorfFix 2.6.35 shrinker callback API change
2010-09-17 Ricardo M.... atomic_*_*_nv() functions need to return the new value...
2010-09-15 Brian BehlendorfFix markdown rendering
2010-09-14 Brian BehlendorfReference new zfsonlinux.org website
2010-09-06 Brian BehlendorfSupport custom build directories
2010-09-02 Brian BehlendorfRemove spl-x.y.z.zip creation in 'make dist'
2010-09-02 Brian BehlendorfMove vendor check to spl-build.m4
2010-09-01 Brian BehlendorfPrep for spl-0.5.1 tag
2010-09-01 Brian BehlendorfAdd quick build instructions
2010-08-27 Brian BehlendorfAdd list_link_replace() function
2010-08-27 Brian BehlendorfAdd MUTEX_NOT_HELD() function
2010-08-27 Brian BehlendorfStub out kmem cache defrag API
2010-08-27 Brian BehlendorfAdd missing atomic functions
2010-08-13 Brian BehlendorfPrep for spl-0.5.0 tag
2010-08-12 Li WeiFix stack overflow in vn_rdwr() due to memory reclaim
2010-08-10 Ned BassCorrectly handle rwsem_is_locked() behavior
2010-08-08 Ned BassCorrectly detect atomic64_cmpxchg support
next