aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-102-2/+4
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatAlan Cox2010-10-021-1/+1
* Since local variable 'i' is used only in a KASSERT, declare andKirk McKusick2010-09-291-2/+3
* Fix typo in comment.Konstantin Belousov2010-09-291-1/+1
* Correct some non-code typos.David E. O'Brien2010-09-171-13/+11
* Update comments in soft updates code to more fully describeKirk McKusick2010-09-143-80/+103
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-202-3/+3
* Softdep_process_worklist() should unsuspend not only before processingKonstantin Belousov2010-08-121-8/+26
* Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-161-0/+2
* - Handle the truncation of an inode with an effective link count of 0 inJeff Roberson2010-07-069-128/+34
* Ensure that VOP_ACCESSX is called with exclusively locked vnode forKonstantin Belousov2010-06-201-0/+33
* ffs_softdep: change K&R in function defintions to ANSI prototypesAndriy Gapon2010-06-111-19/+6
* Extend the scope of the lock on the quota file vnode in quotaon() toKonstantin Belousov2010-06-031-4/+6
* ffs_mount: accept and drop userland-only options that can be passed fromAndriy Gapon2010-05-191-3/+12
* - Don't immediately re-run softdepflush if we didn't make any progressJeff Roberson2010-05-192-51/+72
* - Call softdep_prealloc() before any of the balloc routines in theJeff Roberson2010-05-072-1/+10
* - Use the correct flag mask when determining whether an inode hasJeff Roberson2010-05-071-1/+1
* Merger of the quota64 project into head.Kirk McKusick2010-05-074-38/+417
|\
| * Final update to current version of head in preparation for reintegration.Kirk McKusick2010-05-063-20/+181
| |\
| * \ Update to current version of head.Kirk McKusick2010-04-2818-1803/+7576
| |\ \
| * | | Debugging nits found while testing the new 64-bit quota code.Kirk McKusick2010-03-163-3/+42
| * | | IFH@204581Dag-Erling Smørgrav2010-03-0410-332/+919
| |\ \ \
| * \ \ \ Sync with headDag-Erling Smørgrav2009-09-251-4/+0
| |\ \ \ \
| * | | | | Further improve comments.Dag-Erling Smørgrav2009-09-251-12/+6
| * | | | | Improve comments, and remove a bogus 0 id check.Dag-Erling Smørgrav2009-09-251-16/+35
| * | | | | Merge from headDag-Erling Smørgrav2009-09-1716-369/+660
| |\ \ \ \ \
| * \ \ \ \ \ Merge from head up to r188941 (last revision before the USB stack switch)Dag-Erling Smørgrav2009-09-1712-105/+174
| |\ \ \ \ \ \
| * | | | | | | WIPDag-Erling Smørgrav2009-01-304-37/+364
* | | | | | | | Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-2/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-2/+4
* | | | | | | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-15/+2
* | | | | | | ffs_vfsops: restore alphabetic order of options in ffs_optsAndriy Gapon2010-04-291-2/+2
* | | | | | | - When canceling jaddrefs they may not yet be in the journal if this is viaJeff Roberson2010-04-281-1/+2
* | | | | | | - Fix builds without SOFTUPDATES defined in the kernel config.Jeff Roberson2010-04-281-0/+171
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix build for UFS without SOFTUPDATES.Pawel Jakub Dawidek2010-04-241-1/+2
* | | | | | - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-2418-1801/+7566
* | | | | | The cache_enter(9) function shall not be called for doomed dvp.Konstantin Belousov2010-04-201-0/+8
* | | | | | ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobjAndriy Gapon2010-04-031-1/+0
| |_|_|_|/ |/| | | |
* | | | | When ffs_realloccg() failed to allocate bigger fragment and, becauseKonstantin Belousov2010-02-131-1/+3
* | | | | One last pass to get all the unsigned comparisons correct.Kirk McKusick2010-02-111-1/+1
* | | | | This fix corrects a problem in the file system that treats largeKirk McKusick2010-02-102-58/+64
* | | | | Remove unused variable.Edward Tomasz Napierala2010-02-101-3/+2
* | | | | Return proper error code.Edward Tomasz Napierala2010-01-251-1/+1
* | | | | Move out code that does POSIX.1e ACL inheritance into separate routines.Edward Tomasz Napierala2010-01-241-186/+171
* | | | | Cast 64-bit quantity to intptr_t rather than int so as to work properlyKirk McKusick2010-01-111-2/+2
* | | | | Background:Kirk McKusick2010-01-113-9/+133
* | | | | Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* | | | | KASSERT that condition raised by Coverity cannot happen.Kirk McKusick2010-01-071-0/+1
* | | | | Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-216-72/+541