| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Create a vp->v_object in VFS_FHTOVP() if we want to be exportable | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
* | Remove unused cred argument to ext2_reload() | Poul-Henning Kamp | 2005-01-24 | 1 | -6/+3 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -2/+2 |
* | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -5/+4 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 20 | -33/+33 |
* | Add dol FreeBSD dol and /*+ize license | Warner Losh | 2005-01-06 | 1 | -1/+3 |
* | Implement simpler panics for VOP_{read,write} on fifos. | Poul-Henning Kamp | 2004-12-14 | 1 | -55/+2 |
* | Revert previous commit. The null-pointer function call (a dereference | Marcel Moolenaar | 2004-12-11 | 1 | -4/+4 |
* | Convert to nmount. Add omount compat code. | Poul-Henning Kamp | 2004-12-06 | 1 | -10/+13 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | Poul-Henning Kamp | 2004-12-05 | 1 | -7/+0 |
* | Fix null-pointer indirect function calls introduced in the previous | Marcel Moolenaar | 2004-12-05 | 1 | -4/+4 |
* | Remove #if 0'ed rootfs mounting code. | Poul-Henning Kamp | 2004-12-04 | 1 | -58/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 3 | -67/+56 |