| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summer | lulf | 2010-01-14 | 21 | -8769/+0 |
* | File flags handling fixes for ext2fs: | jh | 2009-11-05 | 2 | -4/+10 |
* | Do not use casts (int *)0 and (struct thread *)0 for the arguments of | kib | 2009-06-16 | 2 | -8/+6 |
* | - Outindent long printf lines instead of splitting them in the | stas | 2009-06-07 | 1 | -11/+12 |
* | - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use | stas | 2009-06-03 | 1 | -264/+0 |
* | - Style(9) improvements. | stas | 2009-06-03 | 1 | -271/+220 |
* | - Sync our copies of ext2fs Linux headers to current Linux versions. | stas | 2009-06-03 | 5 | -67/+75 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -12/+11 |
* | - Eliminate warnings in debug print macros by explicitly converting all | stas | 2009-01-18 | 1 | -1/+1 |
* | - Whitespace fixes. | stas | 2009-01-18 | 1 | -23/+23 |
* | - Obtain inode sizes and location of the first inode based on the contents | stas | 2009-01-18 | 5 | -8/+14 |
* | Do not incorrectly add the low 5 bits of the offset to the resulting | kib | 2009-01-04 | 1 | -1/+1 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 2 | -9/+9 |
* | Garbage-collect ext2_kqfilter vop that is now a copy of vop_stdkqfilter(). | kib | 2008-10-28 | 1 | -107/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 3 | -7/+7 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -9/+8 |
* | Garbage-collect vn_write_suspend_wait(). | kib | 2008-09-16 | 1 | -10/+2 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+1 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 2 | -21/+0 |
* | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | jhb | 2008-03-26 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 4 | -20/+18 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 4 | -8/+8 |
* | Remove duplicate "union" from ext2_opts. | rodrigc | 2007-10-27 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -3/+3 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -2/+2 |
* | The last entry in the ext2_opts array must be NULL, | rodrigc | 2007-07-14 | 1 | -1/+1 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -12/+6 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. | rodrigc | 2007-03-15 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -2/+11 |
* | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | pjd | 2007-03-01 | 1 | -2/+2 |
* | Avoid checking for privileges if there is no need to. | pjd | 2007-03-01 | 1 | -1/+1 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 2 | -22/+25 |
* | Previously, the mount_ext2fs binary listed the acceptable mount | rodrigc | 2006-11-18 | 1 | -1/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -29/+50 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+6 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -8/+3 |
* | Repair ext2fs writes. | cracauer | 2006-04-13 | 1 | -1/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -5/+9 |
* | This is the style-fix for my previous commit. Sorry for the delay, I | cracauer | 2005-12-29 | 1 | -7/+1 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 4 | -8/+8 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -1/+1 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | Fix this: | cracauer | 2005-10-28 | 1 | -2/+6 |
* | Apply the same fix to a potential race in the ISDOTDOT code in | truckman | 2005-10-16 | 1 | -1/+3 |