| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -3/+3 |
* | Remove an unneeded "a" from comment. | delphij | 2005-10-25 | 1 | -1/+1 |
* | Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limit | njl | 2005-10-21 | 1 | -2/+2 |
* | Correct the type of the temporary variable used by ufs_lookup.c:1.78 | truckman | 2005-10-16 | 1 | -1/+1 |
* | Close a race in the ufs_lookup() code that handles the ISDOTDOT | truckman | 2005-10-14 | 1 | -1/+3 |
* | When performing a VOP_LOOKUP() as part of UFS1 extended attribute | rwatson | 2005-10-12 | 1 | -0/+1 |
* | Move execve's access time update functionality into a new | dds | 2005-10-12 | 1 | -3/+3 |
* | Avoid unintended VMIO on directories and symlinks due to leftover object | tegge | 2005-10-10 | 1 | -0/+1 |
* | Adjust totread argument passed to cluster_read() to account for offset not | tegge | 2005-10-09 | 1 | -1/+1 |
* | Don't pretend that a failed sync write was succesful. | tegge | 2005-10-09 | 1 | -3/+1 |
* | Reduce probability for a deadlock that can occur when a snapshot inode is | tegge | 2005-10-09 | 1 | -0/+11 |
* | Eliminate a deadlock that can occur when a dirty block belonging to a snapshot | tegge | 2005-10-09 | 1 | -0/+2 |
* | Eliminate a deadlock that can occur during the cgaccount() processing due to | tegge | 2005-10-09 | 1 | -3/+2 |
* | Reduce the probability of low block numbers passed to ffs_snapblkfree() by | tegge | 2005-10-09 | 1 | -55/+35 |
* | Reinitialize v_type and v_op fields in case vnode has been reused without | tegge | 2005-10-09 | 1 | -0/+5 |
* | Initialize the inode i_flag field in ffs_valloc() to clean up any | truckman | 2005-10-03 | 1 | -0/+1 |
* | Correct previous commit to fix the sense of the TDP_NORUNNINGBUF | truckman | 2005-10-01 | 1 | -1/+1 |
* | Un-staticize waitrunningbufspace() and call it before returning from | truckman | 2005-09-30 | 1 | -1/+13 |
* | Un-staticize runningbufwakeup() and staticize updateproc. | truckman | 2005-09-30 | 1 | -4/+16 |
* | After a rmdir()ed directory has been truncated, force an update of | truckman | 2005-09-29 | 1 | -0/+2 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -6/+0 |
* | Use the refcount API to manage the reference count for user credentials | jhb | 2005-09-27 | 1 | -2/+3 |
* | Restore a historical ufs_inactive behavior that has been changed | delphij | 2005-09-23 | 1 | -1/+1 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+6 |
* | Giant is no longer needed here. | tegge | 2005-09-12 | 1 | -3/+0 |
* | Convert the primary ACL allocator from malloc(9) to using a UMA zone instead. | csjp | 2005-09-06 | 1 | -19/+19 |
* | Retain generation count when writing zeroes instead of an inode to disk. | tegge | 2005-09-05 | 1 | -4/+42 |
* | ffs_mountfs() needs devvp to be locked, so lock it. | ssouhlal | 2005-09-02 | 1 | -5/+3 |
* | Set the mountpoint path in the superblock (fs_fsmnt) at mount-time | ssouhlal | 2005-08-21 | 1 | -1/+2 |
* | Don't set the COMPLETE flag in an inodedep structure before the related | tegge | 2005-08-21 | 1 | -1/+1 |
* | In the ufsdirhash_build() failure case for corrupted directories | iedowse | 2005-08-17 | 1 | -2/+3 |
* | Delay freeing disk space for file system blocks until all dirty buffers | ups | 2005-07-31 | 2 | -0/+20 |
* | Eliminate inconsistency in the setting of the B_DONE flag. Specifically, | alc | 2005-07-20 | 1 | -1/+1 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | ssouhlal | 2005-06-09 | 2 | -129/+2 |
* | This patch addresses a standards violation issue. The standards say a | kensmith | 2005-05-31 | 1 | -0/+11 |
* | - Don't set our bio op to be a READ when we've just completed a write. There | jeff | 2005-05-30 | 1 | -10/+10 |
* | Allow removal of empty directories with high link counts. These can | mckusick | 2005-05-18 | 1 | -3/+2 |
* | - Don't restrict the softdep stats to DEBUG kernels, they cost nothing to | jeff | 2005-05-03 | 1 | -11/+7 |
* | - Use bdone() directly instead of calling it indirectly through | jeff | 2005-04-30 | 1 | -11/+1 |
* | - Plug memory leak. | pjd | 2005-04-16 | 1 | -3/+10 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate(). | jeff | 2005-04-05 | 1 | -105/+104 |
* | - Use M_ZERO rather than explicitly calling bzero(). | jeff | 2005-04-03 | 1 | -13/+13 |
* | - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnode | jeff | 2005-04-03 | 1 | -4/+3 |
* | - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fix | jeff | 2005-04-03 | 3 | -32/+21 |
* | - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled as | jeff | 2005-03-31 | 1 | -1/+1 |
* | - FFS supports shared locks, clear LK_NOSHARE from our vnode locks. | jeff | 2005-03-31 | 1 | -1/+2 |
* | - Set LK_NOSHARE for snapshot locks. snapshots require exclusive only | jeff | 2005-03-31 | 2 | -22/+2 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 3 | -8/+8 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -7/+1 |