aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2422-22/+22
* On 6.x this works:John Baldwin2007-08-151-2/+2
* The last entry in the ext2_opts array must be NULL,Craig Rodrigues2007-07-141-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-12/+6
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.Craig Rodrigues2007-03-151-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-2/+11
* Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to betterPawel Jakub Dawidek2007-03-011-2/+2
* Avoid checking for privileges if there is no need to.Pawel Jakub Dawidek2007-03-011-1/+1
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-152-22/+25
* Previously, the mount_ext2fs binary listed the acceptable mountCraig Rodrigues2006-11-181-1/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-29/+50
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+6
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-8/+3
* Repair ext2fs writes.Martin Cracauer2006-04-131-1/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-5/+9
* This is the style-fix for my previous commit. Sorry for the delay, IMartin Cracauer2005-12-291-7/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-054-8/+8
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-2/+2
* Fix this:Martin Cracauer2005-10-281-2/+6
* Apply the same fix to a potential race in the ISDOTDOT code inDon Lewis2005-10-161-1/+3
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+2
* In ext2_mountfs(), check that the superblock size, SBSIZE,Craig Rodrigues2005-09-101-0/+12
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-081-8/+8
* Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting.Suleiman Souhlal2005-09-031-3/+4
* *_mountfs() (if the filesystem mounts from a device) needs devvp to beSuleiman Souhlal2005-09-021-5/+3
* Repair this:Martin Cracauer2005-07-091-0/+1
* Add standard GPL boilerplate to these files. They are the only onesWarner Losh2005-06-167-3/+104
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-1511-63/+63
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-091-1/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-4/+3
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-8/+1
* - ext2fs_lookup() is no longer responsible for unlocking the dvp, this isJeff Roberson2005-03-281-16/+1
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Remove inode fields previously used for private inode hash tables.Poul-Henning Kamp2005-03-161-1/+0
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-165-19/+7
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-143-64/+28
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-133-36/+8
* Remove debug printout of major/minor numbers, print name instead.Poul-Henning Kamp2005-02-272-4/+4
* move ptr deref's to after null ptr checksSam Leffler2005-02-241-2/+4
* Make a SYSCTL_NODE staticPoul-Henning Kamp2005-02-101-1/+1
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2