| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 22 | -22/+22 |
| * | On 6.x this works: | John Baldwin | 2007-08-15 | 1 | -2/+2 |
| * | The last entry in the ext2_opts array must be NULL, | Craig Rodrigues | 2007-07-14 | 1 | -1/+1 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -12/+6 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. | Craig Rodrigues | 2007-03-15 | 1 | -1/+1 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 1 | -2/+11 |
| * | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | Pawel Jakub Dawidek | 2007-03-01 | 1 | -2/+2 |
| * | Avoid checking for privileges if there is no need to. | Pawel Jakub Dawidek | 2007-03-01 | 1 | -1/+1 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 2 | -22/+25 |
| * | Previously, the mount_ext2fs binary listed the acceptable mount | Craig Rodrigues | 2006-11-18 | 1 | -1/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -29/+50 |
| * | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 1 | -1/+1 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+6 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -8/+3 |
| * | Repair ext2fs writes. | Martin Cracauer | 2006-04-13 | 1 | -1/+1 |
| * | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -5/+9 |
| * | This is the style-fix for my previous commit. Sorry for the delay, I | Martin Cracauer | 2005-12-29 | 1 | -7/+1 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 4 | -8/+8 |
| * | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -1/+1 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -2/+2 |
| * | Fix this: | Martin Cracauer | 2005-10-28 | 1 | -2/+6 |
| * | Apply the same fix to a potential race in the ISDOTDOT code in | Don Lewis | 2005-10-16 | 1 | -1/+3 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -2/+0 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -0/+2 |
| * | In ext2_mountfs(), check that the superblock size, SBSIZE, | Craig Rodrigues | 2005-09-10 | 1 | -0/+12 |
| * | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | Don Lewis | 2005-09-08 | 1 | -8/+8 |
| * | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | Suleiman Souhlal | 2005-09-03 | 1 | -3/+4 |
| * | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | Suleiman Souhlal | 2005-09-02 | 1 | -5/+3 |
| * | Repair this: | Martin Cracauer | 2005-07-09 | 1 | -0/+1 |
| * | Add standard GPL boilerplate to these files. They are the only ones | Warner Losh | 2005-06-16 | 7 | -3/+104 |
| * | Move ext2fs from src/gnu to src/gnu/fs. | Craig Rodrigues | 2005-06-15 | 11 | -63/+63 |
| * | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -1/+0 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -4/+3 |
| * | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -8/+1 |
| * | - ext2fs_lookup() is no longer responsible for unlocking the dvp, this is | Jeff Roberson | 2005-03-28 | 1 | -16/+1 |
| * | - Update vfs_root implementations to match the new prototype. None of | Jeff Roberson | 2005-03-24 | 1 | -1/+2 |
| * | Add two arguments to the vfs_hash() KPI so that filesystems which do | Poul-Henning Kamp | 2005-03-16 | 1 | -2/+2 |
| * | Remove inode fields previously used for private inode hash tables. | Poul-Henning Kamp | 2005-03-16 | 1 | -1/+0 |
| * | Don't hold a reference to the disk vnode for each inode. | Poul-Henning Kamp | 2005-03-16 | 5 | -19/+7 |
| * | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+1 |
| * | Simplify the vfs_hash calling convention. | Poul-Henning Kamp | 2005-03-15 | 1 | -23/+3 |
| * | Use vfs_hash() instead of home-rolled | Poul-Henning Kamp | 2005-03-14 | 3 | -64/+28 |
| * | - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267. | Jeff Roberson | 2005-03-13 | 3 | -36/+8 |
| * | Remove debug printout of major/minor numbers, print name instead. | Poul-Henning Kamp | 2005-02-27 | 2 | -4/+4 |
| * | move ptr deref's to after null ptr checks | Sam Leffler | 2005-02-24 | 1 | -2/+4 |
| * | Make a SYSCTL_NODE static | Poul-Henning Kamp | 2005-02-10 | 1 | -1/+1 |
| * | Make filesystems get rid of their own vnodes vnode_pager object in | Poul-Henning Kamp | 2005-01-28 | 1 | -0/+1 |
| * | Remove unused argument to vrecycle() | Poul-Henning Kamp | 2005-01-28 | 1 | -1/+1 |
| * | Introduce and use g_vfs_close(). | Poul-Henning Kamp | 2005-01-25 | 1 | -2/+2 |