summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-25/+21
* - Lock the buf before clearing flags.jeff2003-03-131-1/+1
* - Add a new 'flags' parameter to getblk().jeff2003-03-044-8/+8
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-34/+33
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-1/+1
* This commit was generated by cvs2svn to compensate for changes in r111368,obrien2003-02-231-0/+248
|\
| * Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
| * Update the vendor branch of ext2fs to Linux 2.3.35. This is neededbde2000-01-018-686/+1123
| * Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsbde2000-01-011-34/+10
* | Back out M_* changes, per decision of the TRB.imp2003-02-193-9/+9
* | - Use the new vop_stdfsync instead of recreating our own.jeff2003-02-091-49/+3
* | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-281-1/+1
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-9/+9
* | Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-9/+0
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* | MFufs 1.33:bde2002-10-181-1/+1
* | Be consistent about functions being static.phk2002-10-161-16/+16
* | Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-143-3/+1
* | - Lock access to the buf lists.jeff2002-09-253-14/+19
* | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* | Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-4/+2
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-4/+4
* | vfs_syscalls.c:bde2002-09-101-51/+6
* | In order to better support flexible and extensible access control,rwatson2002-08-152-7/+9
* | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-122-10/+13
* | - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+6
* | Use hashdestroy() now that it exists.iedowse2002-06-301-6/+1
* | Convert ext2fs to nmount(2).mux2002-05-242-27/+28
* | Add an ext2_uninit() routine that undoes the actions performed byiedowse2002-05-183-5/+27
* | Fix two off-by-one errors when sanity-checking inode numbers. Iniedowse2002-05-182-2/+2
* | Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-188-59/+59
* | Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-161-4/+12
* | Remove register keyword.iedowse2002-05-168-86/+83
* | Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-1614-449/+1342
* | Following a repo-copy from src/sys/ufs/ufs, rename functions andiedowse2002-05-144-163/+118
* | Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* | Fixed syntax errors (garbage after #endif; just editing errors in thisbde2002-05-131-4/+4
* | Remove register keyword.phk2002-05-131-1/+1
* | ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-121-2/+1
* | Remove #define for BBOFF, it is assumed == 0 so many places that we mightphk2002-05-121-2/+1
* | Remove unused BBLOCK and SBLOCK #defines.phk2002-05-121-2/+0
* | Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* | Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-3/+3
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+5
OpenPOWER on IntegriCloud