summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* o Change the API and ABI of the Extended Attribute kernel interfaces torwatson2001-03-152-95/+138
* o In my merge, missed the one-line patch to ufs_vnops.c that removedrwatson2001-03-141-1/+0
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onrwatson2001-03-144-5/+310
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-078-58/+57
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Protect SIGDELSET of p_siglist with the proc lock.jhb2001-03-071-1/+4
* Free lock before returning from process_worklist_item.mckusick2001-03-011-1/+3
* Reviewed by: jlemonadrian2001-03-011-2/+1
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().jlemon2001-02-231-0/+13
* Use correct list pointer when detaching knote from list.jlemon2001-02-231-1/+2
* Free lock before calling panic so that subsequent attempt to write outmckusick2001-02-231-62/+191
* When cleaning up excess inode dependencies, check for being done.mckusick2001-02-221-0/+2
* This patch corrects two problems with the rate limiting codemckusick2001-02-201-4/+9
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+72
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-095-55/+55
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-043-30/+15
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-044-26/+26
* Use <sys/queue.h> macro API.phk2001-02-042-18/+18
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Extend the sanity checks in ufs_lookup to ensure that each directoryiedowse2001-02-041-1/+2
* Use the correct flags field when checking for a read-only filesystemiedowse2001-02-031-1/+1
* Fix a race between the syncer and umount. When you umount a softupdatesdillon2001-01-301-12/+38
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-244-37/+34
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-153-34/+36
* Properly compute the size of the final block of superblock summary information.mckusick2001-01-121-1/+1
* o Commit reems of style(9) changes, whitespace improvements, and commentrwatson2001-01-071-61/+60
* o Zero the ufs_extattr_header length field (not necessary, but not a badrwatson2001-01-071-1/+8
* o Add an additional EA inconsistency reporting opportunity inrwatson2001-01-071-2/+16
* o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() userwatson2001-01-071-1/+1
* o Remove unnecessary sanity check involving requested offset of extendedrwatson2001-01-071-5/+0
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-1/+3
* Several small but important fixes for snapshots:mckusick2000-12-194-17/+40
* Get rid of spurious check in ffs_truncate for i_size == lengthmckusick2000-12-191-2/+0
* add a stub for softdep_slowdown so that it's possible to build theassar2000-12-171-0/+6
* Avoid a data-consistency race between write() and mmap()dillon2000-12-171-0/+9
* - Move ifs_init() so that it can initialize ifs_inode_hash_mtx.tanimura2000-12-141-12/+12
* Do not race for the lock of an inode hash.tanimura2000-12-132-12/+84
* Preventing runaway kernel soft updates memory, take three.mckusick2000-12-134-73/+168
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-18/+11
* Staticize some malloc M_ instances.phk2000-12-081-13/+13
* Add necessary bwillwrite() in writev() entry point.dillon2000-12-061-3/+3
* More aggressively rate limit the growth of soft dependency structuresmckusick2000-11-201-33/+21
* Implement a low-memory deadlock solution.dillon2000-11-183-17/+26
* When deleting a file, the ordering of events imposed by soft updatesmckusick2000-11-141-15/+18
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-041-1/+3
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-21/+0
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
OpenPOWER on IntegriCloud