| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct lines incorrectly added to the copyright message. | Kirk McKusick | 2003-02-14 | 2 | -6/+0 |
| * | MFC: Use UMA for allocationg FFS inodes and dinodes. | Poul-Henning Kamp | 2002-12-29 | 6 | -33/+44 |
| * | MFC of revision 1.57 of sys/ufs/ffs/ffs_snapshot.c. This update | Kirk McKusick | 2002-12-21 | 1 | -4/+12 |
| * | Correctly apply the patch to ffs_snapshot.c approved earlier today. | Kirk McKusick | 2002-12-18 | 1 | -14/+4 |
| * | Only the most recent snapshot contains the complete list of blocks | Kirk McKusick | 2002-12-17 | 2 | -138/+189 |
| * | Remove the comment about dump(8) not working properly with snapshots. | Tom Rhodes | 2002-12-12 | 1 | -3/+1 |
| * | More tightly verify the preference returned for the new inode. | Kirk McKusick | 2002-12-06 | 1 | -1/+1 |
| * | Have to use bread() rather than UFS_BALLOC() when obtaining a | Kirk McKusick | 2002-12-03 | 1 | -24/+30 |
| * | Add a check to disable the previous patch so that future filesystems | Kirk McKusick | 2002-11-30 | 1 | -2/+4 |
| * | Remove a race condition / deadlock from snapshots. When | Kirk McKusick | 2002-11-30 | 1 | -54/+112 |
| * | Fix two deadlocks in snapshots: | Kirk McKusick | 2002-11-30 | 1 | -2/+7 |
| * | Check to make sure that the fs_sblockloc field was properly updated | Kirk McKusick | 2002-11-29 | 1 | -0/+10 |
| * | Create a new 32-bit fs_flags word in the superblock. Add code to move | Kirk McKusick | 2002-11-27 | 3 | -15/+24 |
| * | The target for the maximum number of dependencies has been cut | Kirk McKusick | 2002-11-20 | 1 | -1/+1 |
| * | If an error occurs while writing a buffer, then the data will | Kirk McKusick | 2002-11-20 | 1 | -0/+6 |
| * | Do not assume that time_t is an int. | Peter Wemm | 2002-11-15 | 1 | -2/+2 |
| * | Print daddr_t's with %j and intmax_t. | John Baldwin | 2002-11-08 | 1 | -4/+5 |
| * | Update licenses and wording: NAI has authorized the removal of clause three | Robert Watson | 2002-11-04 | 1 | -7/+4 |
| * | Implement the new 1003.1-2001 pathconf() keys, including the Advisory | Garrett Wollman | 2002-10-27 | 1 | -11/+47 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 2 | -15/+30 |
| * | Within ufs, the ffs_sync and ffs_fsync functions did not always | Kirk McKusick | 2002-10-25 | 2 | -4/+11 |
| * | We must be careful to avoid recursive copy-on-write faults when | Kirk McKusick | 2002-10-23 | 1 | -1/+14 |
| * | Missplaced FREE_LOCK causes a panic when hit while taking a snapshot. | Kirk McKusick | 2002-10-23 | 1 | -1/+1 |
| * | This update further fine tunes the locking of snapshot vnodes in | Kirk McKusick | 2002-10-22 | 1 | -12/+21 |
| * | This update is a performance improvement when allocating blocks on | Kirk McKusick | 2002-10-22 | 1 | -0/+12 |
| * | This checkin reimplements the io-request priority hack in a way | Kirk McKusick | 2002-10-22 | 1 | -2/+2 |
| * | Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENT | Robert Watson | 2002-10-20 | 1 | -3/+3 |
| * | Implement _POSIX_ACL_PATH_MAX, which returns the maximum number of ACL | Robert Watson | 2002-10-20 | 1 | -0/+10 |
| * | Teach UFS to respond to pathconf() tests for _POSIX_ACL_EXTENDED and | Robert Watson | 2002-10-20 | 1 | -0/+20 |
| * | Clarify that the UFS1 extended attribute configuration steps do not apply | Robert Watson | 2002-10-19 | 1 | -2/+2 |
| * | Fix a file-rewrite performance case for UFS[2]. When rewriting portions | Matthew Dillon | 2002-10-18 | 3 | -7/+36 |
| * | Update extended attribute readme file to note that no special configuration | Robert Watson | 2002-10-18 | 1 | -1/+6 |
| * | Update instructions for ACLs given recent tunefs, mount changes. Also | Robert Watson | 2002-10-18 | 1 | -5/+33 |
| * | Use 'size_t' instead of 'int' for the result of sizeof(). | Robert Watson | 2002-10-18 | 1 | -1/+1 |
| * | With the revised single-lock method used in snapshots, the | Kirk McKusick | 2002-10-18 | 1 | -1/+0 |
| * | Change locking so that all snapshots on a particular filesystem share | Kirk McKusick | 2002-10-16 | 1 | -42/+91 |
| * | Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLs | Robert Watson | 2002-10-15 | 2 | -101/+129 |
| * | If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock, | Robert Watson | 2002-10-15 | 1 | -0/+17 |
| * | When reading or writing the extended attributes of a special device | Kirk McKusick | 2002-10-14 | 2 | -5/+38 |
| * | Fix two memory leaks in error conditions involving the UFS ACL code: | Robert Watson | 2002-10-14 | 1 | -0/+4 |
| * | Define two new superblock file system flags: | Robert Watson | 2002-10-14 | 1 | -0/+10 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 2 | -4/+2 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+1 |
| * | Fix build of 64 bit platforms. | Maxime Henrion | 2002-10-09 | 1 | -2/+3 |
| * | When creating a snapshot, create a list of initially allocated blocks. | Kirk McKusick | 2002-10-09 | 1 | -1/+3 |
| * | When creating a snapshot, create a list of initially allocated blocks. | Kirk McKusick | 2002-10-09 | 1 | -7/+135 |
| * | The appropriate units for disk block addresses are always DEV_BSIZE, | Kirk McKusick | 2002-10-09 | 1 | -8/+1 |
| * | - Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot(). | Jeff Roberson | 2002-10-08 | 1 | -1/+1 |
| * | Mark two places where an unsigned number is checked "if (foo < 0)" with | Poul-Henning Kamp | 2002-10-02 | 1 | -0/+2 |
| * | size_t is not a struct (fix mislabelling in a comment). | Dima Dorfman | 2002-10-02 | 2 | -2/+2 |