summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Further fixes for deadlock in the presence of multiple snapshots.mckusick2001-05-141-7/+20
* If the effective link count is zero when an NFS file handle requestmckusick2001-05-131-1/+3
* Remove yet another deadlock case.mckusick2001-05-111-3/+6
* When running with soft updates, track the number of blocks and filesmckusick2001-05-089-11/+119
* Several fixes for units errors:mckusick2001-05-081-10/+19
* When syncing out snapshot metadata, we must temporarily allow recursivemckusick2001-05-081-27/+29
* Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reducemckusick2001-05-043-120/+227
* Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.phk2001-05-011-2/+2
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-9/+3
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-013-18/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-6/+11
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-2911-49/+44
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-25/+1
* Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP().phk2001-04-291-2/+3
* Remove two unused arguments from ufs_bmaparray().phk2001-04-292-22/+17
* Remove faint traces of blind copy&paste.phk2001-04-291-1/+0
* Remove faint traces of non-existant ffs_bmap().phk2001-04-291-2/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2916-32/+0
* Rather than copying all the indirect blocks of the snapshot,mckusick2001-04-261-35/+19
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-253-26/+104
* Move the netexport structure from the fs-specific mountstructurephk2001-04-256-38/+6
* Pre-dirpref versions of fsck may zero out the new superblock fieldsiedowse2001-04-241-0/+6
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2316-0/+32
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+0
* Add debugging option to always read/write cylinder groups as fullmckusick2001-04-171-0/+13
* Background fsck sysctl operations must use vn_start_write andmckusick2001-04-171-8/+14
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-172-88/+12
* Update to describe use of mdconfig instead of deprecated vnconfig.mckusick2001-04-141-3/+3
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-143-8/+19
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-103-21/+143
* 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
OpenPOWER on IntegriCloud