| 2008-12-16 |
Michael Neumann | Use jailed() inline-function |
blob | commitdiff |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-11-11 |
Peter Avalos | Add the lchflags() syscall. |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-06-28 |
Matthew Dillon | Replace the bwillwrite() subsystem to make it more... |
blob | commitdiff | diff to current |
| 2008-06-23 |
Matthew Dillon | Support S_IFDIR mknod() calls for HAMMER. This is... |
blob | commitdiff | diff to current |
| 2008-06-03 |
Matthew Dillon | Do not update f_offset on EINVAL. |
blob | commitdiff | diff to current |
| 2008-06-02 |
Matthew Dillon | Disallow negative seek positions for regular files... |
blob | commitdiff | diff to current |
| 2008-06-01 |
Matthew Dillon | Implement a new system call: getvfsstat(). This system... |
blob | commitdiff | diff to current |
| 2008-06-01 |
Matthew Dillon | * Implement new system calls in the kernel: statvfs... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | Fix a number of core kernel issues related to HAMMER... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix a HAMMER assertion which turned out to be a bug... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Fix a race between the namecache and the vnode recycler... |
blob | commitdiff | diff to current |
| 2008-01-04 |
Matthias Schmidt | Move the following entries from kern to security |
blob | commitdiff | diff to current |
| 2007-11-20 |
Matthew Dillon | Adjust getdirentries() to allow basep to be NULL. ... |
blob | commitdiff | diff to current |
| 2007-11-06 |
Matthew Dillon | Convert the global 'bioops' into per-mount bio_ops... |
blob | commitdiff | diff to current |
| 2007-09-10 |
Matthew Dillon | kern_access() had the same bug kern_stat() had with... |
blob | commitdiff | diff to current |
| 2007-09-03 |
Matthew Dillon | Add a MNTK_ flag to the mount structure allowing a... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | The new VOP_N*() (namespace) operations pass a pointer... |
blob | commitdiff | diff to current |
| 2007-07-19 |
Matthew Dillon | Be a little more verbose when reporting unmount errors. |
blob | commitdiff | diff to current |
| 2007-06-26 |
Matthew Dillon | A file descriptor of -1 is legal when accessing journal... |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
blob | commitdiff | diff to current |
| 2007-02-18 |
Sascha Wildner | Remove unused variable. |
blob | commitdiff | diff to current |
| 2007-01-26 |
Matthew Dillon | Fix generation of the mount path for "/" when a process... |
blob | commitdiff | diff to current |
| 2007-01-24 |
Matthew Dillon | checkdirs() was being passed the wrong mount point... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Ansify function declarations and fix some minor style... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-18 |
Matthew Dillon | Rename kvprintf -> kvcprintf (call-back version) |
blob | commitdiff | diff to current |
| 2006-11-17 |
Matthew Dillon | unresolve the vnode associated with the namecache entry... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-19 |
Matthew Dillon | Check that namecache references to the mount point... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Matthew Dillon | Remove the last bits of code that stored mount point... |
blob | commitdiff | diff to current |
| 2006-09-18 |
Matthew Dillon | Set f_ncp in the struct file unconditionally. Previous... |
blob | commitdiff | diff to current |
| 2006-09-18 |
Matthew Dillon | Disallow writes to filesystems mounted read-only via... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-19 |
Matthew Dillon | VNode sequencing and locking - part 4/4 - subpart 1... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-11 |
Matthew Dillon | VNode sequencing and locking - part 2/4. |
blob | commitdiff | diff to current |
| 2006-08-08 |
Matthew Dillon | LK_NOPAUSE no longer serves a purpose, scrap it. |
blob | commitdiff | diff to current |
| 2006-07-18 |
Matthew Dillon | Remove several layers in the vnode operations vector... |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
blob | commitdiff | diff to current |
| 2006-06-01 |
Matthew Dillon | Use the MP friendly objcache instead of zalloc to alloc... |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | spinlock more of the file descriptor code. No apprecia... |
blob | commitdiff | diff to current |
| 2006-05-22 |
Matthew Dillon | Do a major cleanup of the file descriptor handling... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Convert most manual accesses to filedesc->fd_files... |
blob | commitdiff | diff to current |
| 2006-05-19 |
Matthew Dillon | Consolidate the file descriptor destruction code used... |
blob | commitdiff | diff to current |
| 2006-05-07 |
Matthew Dillon | Remove the internal F_FLOCK flag. Either F_POSIX or... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | Remove the thread argument from all mount->vfs_* functi... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The fdrop() procedure no longer needs a thread argument... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove the thread_t argument from vfs_busy() and vfs_un... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Get rid of LK_DRAIN in dounmount(). LK_DRAIN locks... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
blob | commitdiff | diff to current |
| 2006-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude... |
blob | commitdiff | diff to current |
| 2006-03-02 |
Matthew Dillon | Pass LK_PCATCH instead of trying to store tsleep flags... |
blob | commitdiff | diff to current |
| 2006-01-04 |
Matthew Dillon | Clean up unmount() by removing the vnode resolution... |
blob | commitdiff | diff to current |
| 2005-12-02 |
Matthew Dillon | cred may be NULL due to a prior error code. crhold... |
blob | commitdiff | diff to current |
| 2005-10-09 |
Simon Schubert | 1:1 Userland threading stage 2.5/4: |
blob | commitdiff | diff to current |
| 2005-09-29 |
Matthew Dillon | Implement sysctls to restrict a user's ability to hardl... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | Add an argument to vfs_add_vnodeops() to specify VVF_... |
blob | commitdiff | diff to current |
| 2005-09-02 |
Jeffrey Hsu | Now that the C language has a "void *", use it instead... |
blob | commitdiff | diff to current |
| 2005-08-25 |
Matthew Dillon | Implement FSMID. Use one of the spare 64 bit fields... |
blob | commitdiff | diff to current |
| 2005-08-15 |
Matthew Dillon | UFS sometimes reports: 'ufs_rename: fvp == tvp (can... |
blob | commitdiff | diff to current |
| 2005-08-14 |
Matthew Dillon | Fix a race in rename when relocking the source namecach... |
blob | commitdiff | diff to current |
| 2005-08-09 |
Joerg Sonnenberger | Pass the direction to kern_getdirentries, it will be... |
blob | commitdiff | diff to current |
| 2005-08-03 |
Hiten Pandya | BUF/BIO cleanup 2/99: |
blob | commitdiff | diff to current |
| 2005-07-23 |
Joerg Sonnenberger | Remove partial NetBSD support. It's pointless to have... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Matthew Dillon | File descriptor cleanup stage 2, remove the separate... |
blob | commitdiff | diff to current |
| 2005-06-21 |
Jeffrey Hsu | Replace the linear search in file descriptor allocation... |
blob | commitdiff | diff to current |
| 2005-06-06 |
Matthew Dillon | Remove spl*() calls from kern, replacing them with... |
blob | commitdiff | diff to current |
| 2005-04-19 |
Matthew Dillon | Abstract out the routines which manipulate the mountlist. |
blob | commitdiff | diff to current |
| 2005-03-29 |
David Rhodus | Remove some uses of the SCARG macro. |
blob | commitdiff | diff to current |
| 2005-03-22 |
Matthew Dillon | Start working on the full-duplex journaling feature... |
blob | commitdiff | diff to current |
| 2005-02-02 |
Joerg Sonnenberger | Don't use the statfs field f_mntonname in filesystems... |
blob | commitdiff | diff to current |
| 2005-02-01 |
Matthew Dillon | Fix bug in last commit that broke 'df'. 'sfsp' is... |
blob | commitdiff | diff to current |
| 2005-02-01 |
Joerg Sonnenberger | Remove SCARG junk. |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Uncomment the entry for kern_chrot in kern_syscall... |
blob | commitdiff | diff to current |
| 2005-01-27 |
Matthew Dillon | Mount points use a special empty namecache entry to... |
blob | commitdiff | diff to current |
| 2005-01-09 |
Matthew Dillon | Add support for retrieving the journal status via mount... |
blob | commitdiff | diff to current |
| 2004-12-29 |
Matthew Dillon | Journaling layer work. |
blob | commitdiff | diff to current |
| 2004-12-28 |
Matthew Dillon | Fix a range check bug in lseek() |
blob | commitdiff | diff to current |
| 2004-12-24 |
Matthew Dillon | Journaling layer work. Add a new system call, mountctl... |
blob | commitdiff | diff to current |
| 2004-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
blob | commitdiff | diff to current |
| 2004-11-24 |
Matthew Dillon | Cleanup some ESTALE issues on the client when files... |
blob | commitdiff | diff to current |
| 2004-11-23 |
Matthew Dillon | Fix a bug in chown, chmod, and chflags. When the setff... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-10-07 |
Matthew Dillon | VFS messaging/interfacing work stage 7f/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-05 |
Matthew Dillon | VFS messaging/interfacing work stage 7e/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-05 |
Matthew Dillon | VFS messaging/interfacing work stage 7d/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-02 |
Matthew Dillon | VFS messaging/interfacing work stage 7b/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-09-30 |
Matthew Dillon | VFS messaging/interfacing work stage 7/99. BEGIN DESTA... |
blob | commitdiff | diff to current |
| 2004-09-28 |
Matthew Dillon | VFS messaging/interfacing work stage 6/99. Populate... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| next |