summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Use the native sector size of the device backing the UFS volume for SU+Jkib2011-02-122-12/+14
* Wrap long line.netchild2011-02-101-1/+2
* Add some FEATURE macros for some UFS features.netchild2011-02-094-0/+17
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+1
* Put the general logic for being a CPU hog into a new functionmdf2011-02-022-5/+3
* Embed a quota error message (C string) into uprintf() fmt.pluknet2011-01-131-13/+13
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Instead of incrementing freework reference counter in indir_trunc(), dokib2011-01-041-15/+15
* Handle missing jremrefs when a directory is renamed overtop ofkib2010-12-302-8/+8
* In indir_trunc(), when processing jnewblk entries that are not writtenkib2010-12-301-10/+29
* Add kernel side support for BIO_DELETE/TRIM on UFS.kib2010-12-294-2/+117
* Move the definition of mkdirlisthd from header to C file.kib2010-12-292-1/+2
* Use a proper type for the variable holding the summary size of the inodekib2010-12-291-1/+1
* This patch fixes a soft update panic while running perl 5.12 testsmckusick2010-12-231-1/+2
* Journal start looks up .sujournal file by doing lookup on the root dvp.kib2010-12-011-0/+1
* First step in fixing the handle_workitem_freeblocks panic.pho2010-11-271-5/+6
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.mckusick2010-11-201-110/+0
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-4/+0
* The softdep_setup_freeblocks() adds worklist items beforekib2010-11-111-2/+5
* Change #ifdef INVARIANTS panic into KASSERT, and print some usefulkib2010-11-111-5/+5
* In journal_mount(), only set MNTK_SUJ flag after the jblocks are mapped.kib2010-11-111-13/+18
* Add function lbn_offset to calculate offset of the indirect block ofkib2010-11-113-11/+18
* Fix typo. Function is called ffs_blkfree.kib2010-11-111-2/+2
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-091-2/+0
* Bring vfs.ufs.dirhash_maxmem into the age of the fruitbat and make itivoras2010-10-251-1/+5
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-102-2/+4
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatalc2010-10-021-1/+1
* Since local variable 'i' is used only in a KASSERT, declare andmckusick2010-09-291-2/+3
* Fix typo in comment.kib2010-09-291-1/+1
* Correct some non-code typos.obrien2010-09-171-13/+11
* Update comments in soft updates code to more fully describemckusick2010-09-143-80/+103
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-202-3/+3
* Softdep_process_worklist() should unsuspend not only before processingkib2010-08-121-8/+26
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* - 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
OpenPOWER on IntegriCloud