| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a check to determine whether extended attributes have been | tmm | 2001-05-25 | 1 | -0/+8 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -4/+4 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 1 | -7/+29 |
* | ufs_bmaparray() may block on IO, drop vm mutex and aquire Giant when | alfred | 2001-05-23 | 1 | -0/+10 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Update softdep_setup_directory_add prototype to reflect changes in | mckusick | 2001-05-20 | 1 | -2/+3 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -9/+38 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 4 | -39/+242 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -3/+3 |
* | Further fixes for deadlock in the presence of multiple snapshots. | mckusick | 2001-05-14 | 1 | -7/+20 |
* | If the effective link count is zero when an NFS file handle request | mckusick | 2001-05-13 | 1 | -1/+3 |
* | Remove yet another deadlock case. | mckusick | 2001-05-11 | 1 | -3/+6 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 9 | -11/+119 |
* | Several fixes for units errors: | mckusick | 2001-05-08 | 1 | -10/+19 |
* | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | Refinement to revision 1.16 of ufs/ffs/ffs_snapshot.c to reduce | mckusick | 2001-05-04 | 3 | -120/+227 |
* | Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes. | phk | 2001-05-01 | 1 | -2/+2 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 2 | -9/+3 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 3 | -18/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 2 | -6/+11 |
* | 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 |