| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff |
| 2008-12-31 |
Michael Neumann | Merge branches 'master' and 'suser_to_priv' |
blob | commitdiff | diff to current |
| 2008-12-16 |
Michael Neumann | Use more specific privilege PRIV_VFS_GENERATION |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | Remove superfluous shadow variable declaration |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | Cosmetic changes (move assignment out of "if") |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-12-15 |
Michael Neumann | Remove unnecessary optimization. |
blob | commitdiff | diff to current |
| 2008-06-28 |
Matthew Dillon | Replace the bwillwrite() subsystem to make it more... |
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-05-05 |
Matthew Dillon | Only call bwillwrite() for regular file write()s, inste... |
blob | commitdiff | diff to current |
| 2007-11-02 |
Matthew Dillon | Modify struct vattr: |
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-30 |
Matthew Dillon | Add infrastructure to locate a disk device by name... |
blob | commitdiff | diff to current |
| 2007-06-30 |
Hasso Tepper | Fix KASSERT messages. |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
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-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-08-23 |
Matthew Dillon | Bring in the initial cut of the Cache Coherency Managem... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/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-08-02 |
Matthew Dillon | Get rid of some unused fields in the fileops and adjust... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-05-26 |
Matthew Dillon | More MP work. |
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 | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
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 |
| 2005-10-27 |
Sepherosa Ziehau | Kill most of the "unused variable" warning |
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-07-13 |
Matthew Dillon | Make shutdown() a fileops operation rather then a socke... |
blob | commitdiff | diff to current |
| 2005-02-21 |
Matthew Dillon | Track the last read and last write timestamp at the... |
blob | commitdiff | diff to current |
| 2004-11-30 |
Matthew Dillon | Fix a bug in ESTALE handling for NFS. If we get ESTALE... |
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-22 |
Matthew Dillon | The fp argument to vn_open() is optional but the code... |
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-11-05 |
Matthew Dillon | Remove an assertion that used to double-check the cred... |
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-06-15 |
Matthew Dillon | Fix a race with the clearing of p->p_session->s_ttyvp... |
blob | commitdiff | diff to current |
| 2004-05-21 |
David Rhodus | Cleanup pass. Removed code that is not needed anymore. |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-03-29 |
David Rhodus | * Change the offset alignment in vn_rdwe_inchunks() |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-10-09 |
Matthew Dillon | namecache work stage 3a: Adjust the VFS APIs to include... |
blob | commitdiff | diff to current |
| 2003-09-29 |
Matthew Dillon | Cleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-29 |
Matthew Dillon | fileops messaging stage 1: add port and feature mask... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-22 |
Matthew Dillon | DEV messaging stage 2/4: In this stage all DEV commands... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|