| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some harmless mis-indents. | Poul-Henning Kamp | 2002-10-01 | 1 | -1/+1 |
| * | When spamming me with a printf(9), under DIAGNOSTIC, at least be nice enough | Juli Mallett | 2002-09-28 | 1 | -1/+1 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 3 | -36/+36 |
| * | Make it a tad easier to deal with struct inode in userland programs which | Poul-Henning Kamp | 2002-09-27 | 1 | -1/+1 |
| * | Use our mount-credential if we get a NOCRED when we try to write out EA | Poul-Henning Kamp | 2002-09-27 | 1 | -0/+2 |
| * | - Convert locks to use standard macros. | Jeff Roberson | 2002-09-25 | 4 | -7/+28 |
| * | - Document broken locking. | Jeff Roberson | 2002-09-25 | 1 | -3/+2 |
| * | - Lock accesses to v_usecount. | Jeff Roberson | 2002-09-25 | 2 | -7/+11 |
| * | - Don't use the interlock to protect v_writecount. | Jeff Roberson | 2002-09-25 | 1 | -6/+5 |
| * | We don't need to #include <sys/disklabel.h>. | Poul-Henning Kamp | 2002-09-20 | 1 | -2/+0 |
| * | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -11/+4 |
| * | intmax_t is printed with %jd, not %lld. | David E. O'Brien | 2002-09-19 | 1 | -7/+7 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -4/+2 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -4/+4 |
| * | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 1 | -52/+6 |
| * | Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods. | Poul-Henning Kamp | 2002-09-05 | 2 | -31/+192 |
| * | Use canonical extattr_check_cred() instead of private implementation of the | Poul-Henning Kamp | 2002-09-05 | 1 | -39/+3 |
| * | Fix credentials check: do not leak ENOATTR until we know if they're | Poul-Henning Kamp | 2002-09-05 | 1 | -12/+15 |
| * | Include <sys/malloc.h> instead of depending on namespace pollution 2 | Bruce Evans | 2002-09-05 | 1 | -9/+11 |
| * | Since we have vp and td cached in local variables, use those instead | Robert Watson | 2002-09-01 | 1 | -1/+1 |
| * | Correctly handle setting, getting and deleting EA's with zero length content. | Poul-Henning Kamp | 2002-08-30 | 1 | -12/+14 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | Alan Cox | 2002-08-25 | 1 | -1/+1 |
| * | Implement list of EA return functionality. | Poul-Henning Kamp | 2002-08-20 | 1 | -9/+33 |
| * | First snapshot of UFS2 EA support. | Poul-Henning Kamp | 2002-08-19 | 1 | -7/+228 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 2 | -3/+3 |
| * | Expand the arguments to ffs_ext{read,write}() to their component | Poul-Henning Kamp | 2002-08-13 | 1 | -41/+17 |
| * | Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is an | Poul-Henning Kamp | 2002-08-13 | 2 | -7/+65 |
| * | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 5 | -13/+13 |
| * | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 2 | -5/+7 |
| * | Stop pretending that the FFS file ufs_readwrite.c is a UFS file. | Poul-Henning Kamp | 2002-08-12 | 2 | -1075/+1028 |
| * | Fix a comment. | Poul-Henning Kamp | 2002-08-12 | 1 | -1/+1 |
| * | Don't call softdep_slowdown() if soft updates are not active on the | Ian Dowse | 2002-08-05 | 1 | -1/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 8 | -30/+55 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -1/+31 |
| * | I forgot this bit of uglyness in the fsck_ffs cleanup. | Poul-Henning Kamp | 2002-07-31 | 1 | -0/+1 |
| * | Fix braino in last commit. | Poul-Henning Kamp | 2002-07-30 | 1 | -3/+0 |
| * | Move ffs_isfreeblock() to ffs_alloc.c and make it static. | Poul-Henning Kamp | 2002-07-30 | 3 | -26/+25 |
| * | Lock page queue accesses by vm_page_free(). | Alan Cox | 2002-07-28 | 1 | -0/+8 |
| * | Add a missing argument to the stub for softdep_setup_freeblocks. | Benno Rice | 2002-07-20 | 1 | -1/+2 |
| * | Fix a warning: | Peter Wemm | 2002-07-20 | 1 | -1/+2 |
| * | Add support to UFS2 to provide storage for extended attributes. | Kirk McKusick | 2002-07-19 | 13 | -209/+1041 |
| * | Change utimes to set the file creation time (for filesystems that | Kirk McKusick | 2002-07-17 | 1 | -1/+11 |
| * | Change the name of st_createtime to st_birthtime. This change is | Kirk McKusick | 2002-07-16 | 3 | -8/+8 |
| * | Fix a type: s/your are/you are/ | Tom Rhodes | 2002-07-12 | 1 | -1/+1 |
| * | Fixed some printf format errors (4 new ones reported by gcc and 5 nearby | Bruce Evans | 2002-07-08 | 1 | -7/+7 |
| * | Use indirect function pointer hooks instead of #ifdef SOFTUPDATES | Ian Dowse | 2002-07-01 | 1 | -0/+6 |
| * | Add the ffs bits necessary to support unloading of the ufs kernel | Ian Dowse | 2002-07-01 | 4 | -2/+38 |
| * | Remove the bogus SYSINIT from ufs_dirhash.c and instead add a call | Ian Dowse | 2002-06-30 | 7 | -7/+65 |
| * | Remove the kernel file-size limit for UFS2, so that only the limit | Ian Dowse | 2002-06-26 | 1 | -5/+7 |