summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.39 compat, mutex ownerBrian Behlendorf2011-06-241-12/+9
* Read the /etc/hostid file directly.Darik Horn2011-06-241-0/+4
* Add TASKQ_NORECLAIM flagBrian Behlendorf2011-05-061-0/+1
* Correct MAXUIDBrian Behlendorf2011-04-291-1/+1
* Renamed 'struct fid' for NFSGunnar Beutner2011-04-291-1/+1
* Fix 32-bit MAXOFFSET_T definitionBrian Behlendorf2011-04-221-7/+1
* Import spl_hostid as a module parameter.Darik Horn2011-04-211-1/+1
* Linux 2.6.39 compat, zlib_deflate_workspacesize()Brian Behlendorf2011-04-201-0/+1
* Add dnlc_reduce_cache() supportBrian Behlendorf2011-04-061-1/+17
* Decrease target objects per slabBrian Behlendorf2011-04-061-1/+1
* Add slab usage summeries to /procBrian Behlendorf2011-04-061-0/+6
* Add .va_dentry helperBrian Behlendorf2011-04-061-0/+1
* Add crgetfsuid()/crgetfsgid() helpersBrian Behlendorf2011-03-221-0/+2
* Remove default GFP_NOFS allocationsBrian Behlendorf2011-03-191-7/+6
* Linux 2.6.31 compat, include linux/seq_file.hBrian Behlendorf2011-03-071-0/+1
* Remove xvattr supportBrian Behlendorf2011-03-021-70/+26
* Add TIMESPEC_OVERFLOW helperBrian Behlendorf2011-03-021-0/+3
* Fix zlib compressionBrian Behlendorf2011-02-251-97/+7
* Use Linux flock structBrian Behlendorf2011-02-231-7/+5
* Block in cv_destroy() on all waitersBrian Behlendorf2011-02-041-0/+1
* Minor policy interfaceBrian Behlendorf2011-01-271-5/+18
* Add missing headersBrian Behlendorf2011-01-274-0/+99
* Add VSA_ACE_* and MAX_ACL_ENTRIES definesBrian Behlendorf2011-01-271-0/+7
* Add MAXUID defineBrian Behlendorf2011-01-271-0/+2
* Add FIGNORECASE defineBrian Behlendorf2011-01-271-1/+2
* Add ksid_index_t and ksid_t typesBrian Behlendorf2011-01-271-0/+9
* Minimal VFS additionsBrian Behlendorf2011-01-271-4/+10
* Remove VN_HOLD/VN_RELE/VOP_PUTPAGEBrian Behlendorf2011-01-121-14/+1
* Add a few additional vnode #definesBrian Behlendorf2011-01-121-0/+8
* Clean vattr_t and vsecattr_t typesBrian Behlendorf2011-01-121-9/+10
* FRSYNC Should Use O_SYNCBrian Behlendorf2011-01-121-1/+1
* Add vn_mode_to_vtype/vn_vtype to_mode helpersBrian Behlendorf2011-01-122-0/+6
* Add cv_timedwait_interruptible() functionNeependra Khare2011-01-111-12/+16
* Add Thread Specific Data (TSD) ImplementationBrian Behlendorf2010-12-072-0/+46
* Make kmutex_t typesafe in all cases.Ricardo M. Correia2010-11-291-13/+19
* Clear cv->cv_mutex when not in useBrian Behlendorf2010-11-291-1/+0
* Give ENOTSUP a valid user space error valueNed Bass2010-11-101-1/+1
* Linux 2.6.36 compat, wrap RLIM64_INFINITYBrian Behlendorf2010-11-091-2/+3
* Clear owner after dropping mutexBrian Behlendorf2010-11-051-2/+2
* atomic_*_*_nv() functions need to return the new value atomically.Ricardo M. Correia2010-09-171-12/+32
* Add list_link_replace() functionBrian Behlendorf2010-08-271-0/+13
* Add MUTEX_NOT_HELD() functionBrian Behlendorf2010-08-271-1/+3
* Stub out kmem cache defrag APIBrian Behlendorf2010-08-271-5/+18
* Add missing atomic functionsBrian Behlendorf2010-08-271-0/+44
* Fix stack overflow in vn_rdwr() due to memory reclaimLi Wei2010-08-121-0/+1
* Correctly handle rwsem_is_locked() behaviorNed Bass2010-08-101-31/+7
* Ensure kmem_alloc() and vmem_alloc() never failBrian Behlendorf2010-07-261-88/+146
* Fix max_ncpus definition.Ricardo M. Correia2010-07-201-2/+3
* Display DEBUG keyword during module load when --enable-debug is used.Ricardo M. Correia2010-07-201-0/+6
* Fix bcopy() to allow memory area overlapRicardo M. Correia2010-07-201-1/+1