| Commit message (Expand) | Author | Age | Files | Lines |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 11 | -49/+44 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -25/+1 |
* | Call ufs_bmaparray() directly instead of indirectly via VOP_BMAP(). | phk | 2001-04-29 | 1 | -2/+3 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 2 | -22/+17 |
* | Remove faint traces of blind copy&paste. | phk | 2001-04-29 | 1 | -1/+0 |
* | Remove faint traces of non-existant ffs_bmap(). | phk | 2001-04-29 | 1 | -2/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 16 | -32/+0 |
* | Rather than copying all the indirect blocks of the snapshot, | mckusick | 2001-04-26 | 1 | -35/+19 |
* | When closing the last reference to an unlinked file, it is freed | mckusick | 2001-04-25 | 3 | -26/+104 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 6 | -38/+6 |
* | Pre-dirpref versions of fsck may zero out the new superblock fields | iedowse | 2001-04-24 | 1 | -0/+6 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 16 | -0/+32 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+0 |
* | Add debugging option to always read/write cylinder groups as full | mckusick | 2001-04-17 | 1 | -0/+13 |
* | Background fsck sysctl operations must use vn_start_write and | mckusick | 2001-04-17 | 1 | -8/+14 |
* | In my first reading of POSIX.1e, I misinterpreted handling of the | rwatson | 2001-04-17 | 2 | -88/+12 |
* | Update to describe use of mdconfig instead of deprecated vnconfig. | mckusick | 2001-04-14 | 1 | -3/+3 |
* | This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag. | mckusick | 2001-04-14 | 3 | -8/+19 |
* | Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>. | mckusick | 2001-04-10 | 3 | -21/+143 |
* | o Indent sub-section headings to be consistent with README.extattr. | rwatson | 2001-04-03 | 1 | -2/+2 |
* | o Introduce a README file describing briefly how to use access control | rwatson | 2001-04-03 | 1 | -0/+51 |
* | o Introduce a README file describing briefly how to use extended | rwatson | 2001-04-03 | 1 | -0/+86 |
* | o Change the default from using IO_SYNC on EA set and delete operations | rwatson | 2001-04-03 | 1 | -9/+23 |
* | o Correct an ACL implementation bug that could result in a system panic | rwatson | 2001-04-02 | 1 | -2/+12 |
* | Introduce support for POSIX.1e ACLs on UFS-based file systems. This | rwatson | 2001-03-26 | 3 | -5/+819 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Fix typo ); -> , | asmodai | 2001-03-24 | 1 | -1/+1 |
* | Check that background fsck operation is being done on a ufs filesystem. | mckusick | 2001-03-23 | 1 | -0/+2 |
* | o Remove an unnecessary debugging printf from ufs_extattr_lookup(), | rwatson | 2001-03-21 | 1 | -1/+0 |
* | Add kernel support for running fsck on active filesystems. | mckusick | 2001-03-21 | 6 | -43/+278 |
* | Clear the fs_clean flag only when the FS_UNCLEAN flag is not set | mckusick | 2001-03-21 | 1 | -16/+20 |
* | Report the correct inode number when panicing with freeing free inode. | mckusick | 2001-03-21 | 1 | -14/+14 |
* | o Enable UFS-based extended attribute support on MFS. Note that this change | rwatson | 2001-03-19 | 2 | -0/+15 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 2 | -41/+41 |
* | o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to | rwatson | 2001-03-19 | 4 | -21/+21 |
* | o Caused FFS_EXTATTR_AUTOSTART to scan two sub-directories of ".attribute" | rwatson | 2001-03-18 | 2 | -16/+33 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 2 | -95/+138 |
* | o In my merge, missed the one-line patch to ufs_vnops.c that removed | rwatson | 2001-03-14 | 1 | -1/+0 |
* | o Implement "options FFS_EXTATTR_AUTOSTART", which depends on | rwatson | 2001-03-14 | 4 | -5/+310 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 8 | -58/+57 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+2 |
* | Protect SIGDELSET of p_siglist with the proc lock. | jhb | 2001-03-07 | 1 | -1/+4 |
* | Free lock before returning from process_worklist_item. | mckusick | 2001-03-01 | 1 | -1/+3 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -2/+1 |
* | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | jlemon | 2001-02-23 | 1 | -0/+13 |
* | Use correct list pointer when detaching knote from list. | jlemon | 2001-02-23 | 1 | -1/+2 |
* | Free lock before calling panic so that subsequent attempt to write out | mckusick | 2001-02-23 | 1 | -62/+191 |
* | When cleaning up excess inode dependencies, check for being done. | mckusick | 2001-02-22 | 1 | -0/+2 |
* | This patch corrects two problems with the rate limiting code | mckusick | 2001-02-20 | 1 | -4/+9 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |