| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert MFC: Do not change number of arguments to vrecycle(). | Poul-Henning Kamp | 2005-03-01 | 1 | -1/+1 |
| * | MFC: | Poul-Henning Kamp | 2005-02-28 | 1 | -1/+1 |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 23 | -36/+39 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-18 | 22 | -9430/+0 |
| * | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | John-Mark Gurney | 2004-08-15 | 2 | -16/+10 |
| * | Put a version element in the VFS filesystem configuration structure | Poul-Henning Kamp | 2004-07-30 | 2 | -10/+10 |
| * | Remove global variable rootdevs and rootvp, they are unused as such. | Poul-Henning Kamp | 2004-07-28 | 2 | -2/+4 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 2 | -10/+10 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 2 | -4/+6 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 2 | -10/+6 |
| * | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 2 | -28/+4 |
| * | Fixed misformatting of code and breaking of a comment in previous commit. | Bruce Evans | 2004-06-20 | 2 | -4/+4 |
| * | Fixed misformatting in previous commit. | Bruce Evans | 2004-06-20 | 2 | -2/+2 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 9 | -20/+20 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 27 | -108/+0 |
| * | Properly vector all bwrite() and BUF_WRITE() calls through the same path | Poul-Henning Kamp | 2004-03-11 | 2 | -8/+8 |
| * | Remove unused mnt_reservedvnlist field. | Poul-Henning Kamp | 2004-03-11 | 2 | -2/+0 |
| * | Remove unused second arg to vfinddev(). | Poul-Henning Kamp | 2004-03-11 | 2 | -2/+6 |
| * | Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE(); | Tim J. Robbins | 2004-02-19 | 8 | -32/+22 |
| * | Add partial support for large (>4GB) files on ext2 filesystems. This | Tim J. Robbins | 2004-02-18 | 6 | -2/+32 |
| * | Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and of | Bruce Evans | 2004-02-15 | 2 | -14/+12 |
| * | Removed support for the unsupported option READONLY. It just forced | Bruce Evans | 2004-02-15 | 2 | -8/+0 |
| * | MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lock | Bruce Evans | 2004-02-13 | 2 | -8/+20 |
| * | Fixed longstanding brokenness of inode updates. The waitfor flag was | Bruce Evans | 2004-02-13 | 2 | -8/+0 |
| * | MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces | Bruce Evans | 2004-02-12 | 2 | -24/+26 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 2 | -14/+14 |
| * | Copy workaround from FFS: open device for write access even if | Tim J. Robbins | 2004-01-24 | 2 | -0/+38 |
| * | Spell magic '16' number as IO_SEQSHIFT. | Alexander Kabaev | 2004-01-19 | 2 | -6/+6 |
| * | This commit was generated by cvs2svn to compensate for changes in r124361, | David E. O'Brien | 2004-01-11 | 1 | -10/+19 |
| |\ |
|
| | * | Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.vendor/alsa | David E. O'Brien | 2004-01-11 | 1 | -10/+19 |
| * | | Sync with Creative's 8010.h rev 1.51. | David E. O'Brien | 2004-01-09 | 1 | -74/+140 |
| * | | Dike out some very Linux-specific parts that we can't compile with. | David E. O'Brien | 2004-01-09 | 1 | -0/+8 |
| * | | This commit was generated by cvs2svn to compensate for changes in r124273, | David E. O'Brien | 2004-01-09 | 1 | -2/+42 |
| |\| |
|
| | * | Vendor import revision 1.9 of ac97_codec.h (we renamed the file) from | David E. O'Brien | 2004-01-09 | 1 | -2/+42 |
| * | | Fixed a reference to a nonexistent variable in previous commit. Renaming | Bruce Evans | 2003-11-05 | 2 | -18/+16 |
| * | | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 2 | -22/+22 |
| * | | Remove alpha-bitops.h now that it's unused. It's in the attic if | Marcel Moolenaar | 2003-11-03 | 1 | -255/+0 |
| * | | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter | Alexander Kabaev | 2003-11-03 | 2 | -4/+8 |
| * | | Take care not to call vput if thread used in corresponding vget | Alexander Kabaev | 2003-11-02 | 2 | -2/+4 |
| * | | Temporarily undo parts of the stuct mount locking commit by jeff. | Alexander Kabaev | 2003-11-01 | 2 | -4/+2 |
| * | | Fix the alpha tinderbox. The alpha specific bitops used by the bitmap | Marcel Moolenaar | 2003-10-29 | 4 | -12/+4 |
| * | | DuH! | Poul-Henning Kamp | 2003-10-18 | 6 | -6/+6 |
| * | | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | Poul-Henning Kamp | 2003-10-18 | 6 | -0/+6 |
| * | | - File systems that wish to inspect the vnode contents or their private | Jeff Roberson | 2003-10-05 | 2 | -0/+16 |
| * | | - Don't cache_purge() in ext2_reclaim. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 2 | -2/+0 |
| * | | - Don't use vrecycle() call vgonel() directly after grabing the vnode | Jeff Roberson | 2003-10-04 | 2 | -8/+12 |
| * | | - Clean-up comments that refer to the use of B_LOCKED. | Jeff Roberson | 2003-08-28 | 4 | -6/+8 |
| * | | - In LCK_BUF() simply change the owner of the buf to the kernel. | Jeff Roberson | 2003-08-28 | 2 | -20/+4 |
| * | | Change of plans: Add ext2_bitops.h with generic and portable | Marcel Moolenaar | 2003-08-25 | 7 | -55/+232 |
| * | | Add compilation support for extfs on ia64, primarily to support LINT. | Marcel Moolenaar | 2003-08-23 | 5 | -12/+63 |