aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-1421-8769/+0
* File flags handling fixes for ext2fs:Jaakko Heinonen2009-11-052-4/+10
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofKonstantin Belousov2009-06-162-8/+6
* - Outindent long printf lines instead of splitting them in theStanislav Sedov2009-06-071-11/+12
* - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't useStanislav Sedov2009-06-031-264/+0
* - Style(9) improvements.Stanislav Sedov2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.Stanislav Sedov2009-06-035-67/+75
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-12/+11
* - Eliminate warnings in debug print macros by explicitly converting allStanislav Sedov2009-01-181-1/+1
* - Whitespace fixes.Stanislav Sedov2009-01-181-23/+23
* - Obtain inode sizes and location of the first inode based on the contentsStanislav Sedov2009-01-185-8/+14
* Do not incorrectly add the low 5 bits of the offset to the resultingKonstantin Belousov2009-01-041-1/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-282-9/+9
* Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter().Konstantin Belousov2008-10-281-107/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-233-7/+7
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-9/+8
* Garbage-collect vn_write_suspend_wait().Konstantin Belousov2008-09-161-10/+2
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-3/+1
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-162-21/+0
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'John Baldwin2008-03-261-1/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-134-20/+18
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-104-8/+8
* Remove duplicate "union" from ext2_opts.Craig Rodrigues2007-10-271-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-3/+3
* 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