aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* In my first reading of POSIX.1e, I misinterpreted handling of theRobert Watson2001-04-172-88/+12
* Update to describe use of mdconfig instead of deprecated vnconfig.Kirk McKusick2001-04-141-3/+3
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.Kirk McKusick2001-04-143-8/+19
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.Kirk McKusick2001-04-103-21/+143
* o Indent sub-section headings to be consistent with README.extattr.Robert Watson2001-04-031-2/+2
* o Introduce a README file describing briefly how to use access controlRobert Watson2001-04-031-0/+51
* o Introduce a README file describing briefly how to use extendedRobert Watson2001-04-031-0/+86
* o Change the default from using IO_SYNC on EA set and delete operationsRobert Watson2001-04-031-9/+23
* o Correct an ACL implementation bug that could result in a system panicRobert Watson2001-04-021-2/+12
* Introduce support for POSIX.1e ACLs on UFS-based file systems. ThisRobert Watson2001-03-263-5/+819
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Fix typo ); -> ,Jeroen Ruigrok van der Werven2001-03-241-1/+1
* Check that background fsck operation is being done on a ufs filesystem.Kirk McKusick2001-03-231-0/+2
* o Remove an unnecessary debugging printf from ufs_extattr_lookup(),Robert Watson2001-03-211-1/+0
* Add kernel support for running fsck on active filesystems.Kirk McKusick2001-03-216-43/+278
* Clear the fs_clean flag only when the FS_UNCLEAN flag is not setKirk McKusick2001-03-211-16/+20
* Report the correct inode number when panicing with freeing free inode.Kirk McKusick2001-03-211-14/+14
* o Enable UFS-based extended attribute support on MFS. Note that this changeRobert Watson2001-03-192-0/+15
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-192-41/+41
* o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART toRobert Watson2001-03-194-21/+21
* o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute"Robert Watson2001-03-182-16/+33
* o Change the API and ABI of the Extended Attribute kernel interfaces toRobert Watson2001-03-152-95/+138
* o In my merge, missed the one-line patch to ufs_vnops.c that removedRobert Watson2001-03-141-1/+0
* o Implement "options FFS_EXTATTR_AUTOSTART", which depends onRobert Watson2001-03-144-5/+310
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-078-58/+57
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+2
* Protect SIGDELSET of p_siglist with the proc lock.John Baldwin2001-03-071-1/+4
* Free lock before returning from process_worklist_item.Kirk McKusick2001-03-011-1/+3
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+1
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().Jonathan Lemon2001-02-231-0/+13
* Use correct list pointer when detaching knote from list.Jonathan Lemon2001-02-231-1/+2
* Free lock before calling panic so that subsequent attempt to write outKirk McKusick2001-02-231-62/+191
* When cleaning up excess inode dependencies, check for being done.Kirk McKusick2001-02-221-0/+2
* This patch corrects two problems with the rate limiting codeKirk McKusick2001-02-201-4/+9
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-0/+72
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-095-55/+55
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-043-30/+15
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-044-26/+26
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-042-18/+18
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Extend the sanity checks in ufs_lookup to ensure that each directoryIan Dowse2001-02-041-1/+2
* Use the correct flags field when checking for a read-only filesystemIan Dowse2001-02-031-1/+1
* Fix a race between the syncer and umount. When you umount a softupdatesMatthew Dillon2001-01-301-12/+38
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-244-37/+34
* The ffs superblock includes a 128-byte region for use by temporaryIan Dowse2001-01-153-34/+36
* Properly compute the size of the final block of superblock summary information.Kirk McKusick2001-01-121-1/+1
* o Commit reems of style(9) changes, whitespace improvements, and commentRobert Watson2001-01-071-61/+60
* o Zero the ufs_extattr_header length field (not necessary, but not a badRobert Watson2001-01-071-1/+8