| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 13 | -81/+96 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 4 | -11/+21 |
| * | Quiet a warning on the Alpha. | David E. O'Brien | 2002-03-15 | 1 | -1/+5 |
| * | This corrects the first of two known deadlock conditions that | Kirk McKusick | 2002-03-14 | 1 | -12/+1 |
| * | Fix a bug in ufsdirhash_adjfree() that caused it to incorrectly | Ian Dowse | 2002-03-11 | 1 | -10/+7 |
| * | I missed one VOP_CLOSE in the previous commit. | Poul-Henning Kamp | 2002-03-11 | 1 | -0/+5 |
| * | As a XXX bandaid open the mounted device READ/WRITE even if we only mount | Poul-Henning Kamp | 2002-03-11 | 1 | -0/+14 |
| * | Update DBA for NAI. We have several. We used the wrong one. :-) | Robert Watson | 2002-03-07 | 1 | -1/+1 |
| * | Add new errno ``ENOATTR''. | Brian Feldman | 2002-03-07 | 2 | -29/+17 |
| * | cleanup readability syntax prior to ongoing b_resid work commits. | Matthew Dillon | 2002-03-06 | 1 | -4/+5 |
| * | Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 7 | -32/+32 |
| * | Replace bowrite() with BUF_WRITE in ufs. | Poul-Henning Kamp | 2002-02-22 | 1 | -3/+3 |
| * | o Minor style fix on #endif, missing '_' in comment. | Robert Watson | 2002-02-20 | 1 | -1/+1 |
| * | Make v_addpollinfo() visible and non-inline. | Poul-Henning Kamp | 2002-02-18 | 1 | -5/+2 |
| * | Move the stuff related to select and poll out of struct vnode. | Poul-Henning Kamp | 2002-02-17 | 1 | -6/+12 |
| * | Collect the VN_KNOTE() macro definitions on vnode.h | Poul-Henning Kamp | 2002-02-17 | 3 | -8/+0 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -2/+2 |
| * | Minor style tweaks. | Robert Watson | 2002-02-10 | 1 | -19/+15 |
| * | Copyright + license update. | Robert Watson | 2002-02-10 | 1 | -1/+10 |
| * | Part I: Update extended attribute API and ABI: | Robert Watson | 2002-02-10 | 1 | -20/+31 |
| * | Remove di_inumber since LFS is long gone. | Poul-Henning Kamp | 2002-02-10 | 1 | -2/+0 |
| * | Occationally background fsck would cause a spurious ``freeing free | Kirk McKusick | 2002-02-07 | 1 | -0/+4 |
| * | Occationally deleted files would hang around for hours or days | Kirk McKusick | 2002-02-07 | 1 | -7/+10 |
| * | When taking a snapshot, we must check for active files that have | Kirk McKusick | 2002-02-02 | 6 | -271/+335 |
| * | Add a stub for softdep_request_cleanup() so that compilation without | Kirk McKusick | 2002-01-23 | 1 | -0/+9 |
| * | This patch fixes a long standing complaint with soft updates in | Kirk McKusick | 2002-01-22 | 3 | -10/+64 |
| * | Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26 | Kirk McKusick | 2002-01-17 | 2 | -4/+4 |
| * | Put write on read-only filesystem panic after we have weeded out | Kirk McKusick | 2002-01-16 | 1 | -2/+2 |
| * | When downgrading a filesystem from read-write to read-only, operations | Kirk McKusick | 2002-01-15 | 4 | -8/+17 |
| * | SMP Lock struct file, filedesc and the global file list. | Alfred Perlstein | 2002-01-13 | 1 | -0/+3 |
| * | When going to sleep, we must save our SPL so that it does not get | Kirk McKusick | 2002-01-12 | 1 | -38/+76 |
| * | Must call drain_output() before checking the dirty block list | Kirk McKusick | 2002-01-11 | 1 | -8/+10 |
| * | Do not pull quota entries of the cache-list if they have already | Poul-Henning Kamp | 2002-01-10 | 1 | -1/+2 |
| * | Initialise the bioops vector hack at runtime rather than at link time. This | Mike Smith | 2002-01-08 | 1 | -8/+7 |
| * | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | Matthew Dillon | 2001-12-20 | 2 | -2/+2 |
| * | Change the atomic_set_char to atomic_set_int and atomic_clear_char | Kirk McKusick | 2001-12-18 | 3 | -13/+17 |
| * | Make sure we ignore the value of `fs_active' when reloading the | Ian Dowse | 2001-12-16 | 1 | -1/+2 |
| * | Move the new superblock field `fs_active' into the region of the | Ian Dowse | 2001-12-16 | 1 | -5/+7 |
| * | Minimize the time necessary to suspend operations on a filesystem | Kirk McKusick | 2001-12-14 | 4 | -96/+209 |
| * | When a file is partially truncated, we first check to see if the | Kirk McKusick | 2001-12-13 | 1 | -0/+12 |
| * | Use 'mkdir -p /.attribute/system' instead of breaking it into | Robert Watson | 2001-11-30 | 1 | -1/+1 |
| * | Use 'mkdir -p /.attribute/system' instead of breaking it into | Robert Watson | 2001-11-30 | 1 | -1/+1 |
| * | README.extattr incorrectly specified sample command lines for | Robert Watson | 2001-11-30 | 1 | -2/+2 |
| * | When mkdir()-ing, the parent dir gets is linkcount increased. | Guido van Rooij | 2001-11-22 | 1 | -1/+1 |
| * | Oops, when trying the dirhash sequential-access optimisation, | Ian Dowse | 2001-11-14 | 1 | -1/+1 |
| * | Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking | Matthew Dillon | 2001-11-05 | 1 | -0/+2 |
| * | o Update copyright dates. | Robert Watson | 2001-11-01 | 4 | -7/+18 |
| * | o Althought this is not specified in POSIX.1e, the UFS ACL implementation | Robert Watson | 2001-10-27 | 1 | -1/+6 |
| * | o Clarify a comment about the locking condition of the vnode upon exit | Robert Watson | 2001-10-27 | 1 | -9/+15 |