summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* o Indent sub-section headings to be consistent with README.extattr.rwatson2001-04-031-2/+2
* o Introduce a README file describing briefly how to use access controlrwatson2001-04-031-0/+51
* o Introduce a README file describing briefly how to use extendedrwatson2001-04-031-0/+86
* o Change the default from using IO_SYNC on EA set and delete operationsrwatson2001-04-031-9/+23
* o Correct an ACL implementation bug that could result in a system panicrwatson2001-04-021-2/+12
* Introduce support for POSIX.1e ACLs on UFS-based file systems. Thisrwatson2001-03-263-5/+819
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Fix typo ); -> ,asmodai2001-03-241-1/+1
* Check that background fsck operation is being done on a ufs filesystem.mckusick2001-03-231-0/+2
* o Remove an unnecessary debugging printf from ufs_extattr_lookup(),rwatson2001-03-211-1/+0
* Add kernel support for running fsck on active filesystems.mckusick2001-03-216-43/+278
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setmckusick2001-03-211-16/+20
* Report the correct inode number when panicing with freeing free inode.mckusick2001-03-211-14/+14
* o Enable UFS-based extended attribute support on MFS. Note that this changerwatson2001-03-192-0/+15
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-192-41/+41
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART torwatson2001-03-194-21/+21
* o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"rwatson2001-03-182-16/+33
* 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
OpenPOWER on IntegriCloud