summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-069-128/+34
* Ensure that VOP_ACCESSX is called with exclusively locked vnode forkib2010-06-201-0/+33
* ffs_softdep: change K&R in function defintions to ANSI prototypesavg2010-06-111-19/+6
* Extend the scope of the lock on the quota file vnode in quotaon() tokib2010-06-031-4/+6
* ffs_mount: accept and drop userland-only options that can be passed fromavg2010-05-191-3/+12
* - Don't immediately re-run softdepflush if we didn't make any progressjeff2010-05-192-51/+72
* - Call softdep_prealloc() before any of the balloc routines in thejeff2010-05-072-1/+10
* - Use the correct flag mask when determining whether an inode hasjeff2010-05-071-1/+1
* Merger of the quota64 project into head.mckusick2010-05-074-38/+417
|\
| * Final update to current version of head in preparation for reintegration.mckusick2010-05-063-20/+181
| |\
| * \ Update to current version of head.mckusick2010-04-2818-1803/+7576
| |\ \
| * | | Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-163-3/+42
| * | | IFH@204581des2010-03-0410-332/+919
| |\ \ \
| * \ \ \ Sync with headdes2009-09-251-4/+0
| |\ \ \ \
| * | | | | Further improve comments.des2009-09-251-12/+6
| * | | | | Improve comments, and remove a bogus 0 id check.des2009-09-251-16/+35
| * | | | | Merge from headdes2009-09-1716-369/+660
| |\ \ \ \ \
| * \ \ \ \ \ Merge from head up to r188941 (last revision before the USB stack switch)des2009-09-1712-105/+174
| |\ \ \ \ \ \
| * | | | | | | WIPdes2009-01-304-37/+364
* | | | | | | | Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-2/+4
* | | | | | | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-15/+2
* | | | | | | ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-04-291-2/+2
* | | | | | | - When canceling jaddrefs they may not yet be in the journal if this is viajeff2010-04-281-1/+2
* | | | | | | - Fix builds without SOFTUPDATES defined in the kernel config.jeff2010-04-281-0/+171
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix build for UFS without SOFTUPDATES.pjd2010-04-241-1/+2
* | | | | | - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-2418-1801/+7566
* | | | | | The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-0/+8
* | | | | | ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobjavg2010-04-031-1/+0
| |_|_|_|/ |/| | | |
* | | | | When ffs_realloccg() failed to allocate bigger fragment and, becausekib2010-02-131-1/+3
* | | | | One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-1/+1
* | | | | This fix corrects a problem in the file system that treats largemckusick2010-02-102-58/+64
* | | | | Remove unused variable.trasz2010-02-101-3/+2
* | | | | Return proper error code.trasz2010-01-251-1/+1
* | | | | Move out code that does POSIX.1e ACL inheritance into separate routines.trasz2010-01-241-186/+171
* | | | | Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* | | | | Background:mckusick2010-01-113-9/+133
* | | | | Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* | | | | KASSERT that condition raised by Coverity cannot happen.mckusick2010-01-071-0/+1
* | | | | Implement NFSv4 ACL support for UFS.trasz2009-12-216-72/+541
* | | | | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-7/+8
| |_|_|/ |/| | |
* | | | Don't build ufs_gjournal.c at all if UFS_GJOURNAL option is not givenrdivacky2009-09-221-4/+0
| |_|/ |/| |
* | | Allocate space for the group array in a static credential used inbrooks2009-09-171-0/+2
* | | Remove useless variable assignment.trasz2009-09-081-3/+0
* | | insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-071-0/+1
* | | The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp,kib2009-09-061-5/+21
* | | When a UFS node is truncated to the zero length, e.g. by explicitkib2009-08-141-1/+8
* | | Fix fpathconf(3) on fifos, in effect making ls(1) properlytrasz2009-07-021-0/+25
* | | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* | | Don't panic on attempt to set ACL on a block device file.trasz2009-07-011-6/+6
OpenPOWER on IntegriCloud