summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* ufs: small formatting fixes.pfg2014-03-0217-196/+196
* Fine tune filesystem block allocations under low free-spacemckusick2013-12-301-4/+4
* Properly handle unsigned comparison.mckusick2013-12-301-10/+4
* We needlessly panic when trying to flush MKDIR_PARENT dependencies.mckusick2013-12-011-2/+20
* fix white space...jmg2013-11-201-1/+1
* fix a use after free, jsegdep_merge will free wk, avoid the next check...jmg2013-11-201-1/+1
* UFS2: make di_extsize unsigned.pfg2013-10-242-4/+5
* Allow kernels without options SOFTUPDATES to build. This should fix thebrooks2013-10-211-0/+2
* Fix build problem on ARM (which defaults to building without soft updates).mckusick2013-10-211-4/+4
* Restructuring of the soft updates code to set it up so that themckusick2013-10-213-622/+872
* Fourth of several cleanups to soft dependency implementation.mckusick2013-10-201-24/+123
* Third of several cleanups to soft dependency implementation.mckusick2013-10-202-10/+16
* Second of several cleanups to soft dependency implementation.mckusick2013-10-202-36/+0
* First of several cleanups to soft dependency implementation.mckusick2013-10-202-6/+6
* Make di_blocks unsigned in UFS1 as is the case already for UFS2.pfg2013-10-141-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+4
* In looking at block layouts as part of fixing filesystem blockmckusick2013-08-281-2/+2
* A performance problem was reported in PR kern/181226:mckusick2013-08-281-2/+14
* Take a very small step toward the Century of the Anchovy by increasing theivoras2013-08-281-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-3/+5
* This bug fix is in a code path in rename taken when there is amckusick2013-08-061-1/+1
* With the addition of journalled soft updates, the "newblk" structuresmckusick2013-08-051-1/+1
* To better understand performance problems with journalled soft updates,mckusick2013-08-051-9/+43
* Update to comments describing block allocation policy.mckusick2013-07-141-7/+6
* Only copy as much bytes as there in superblock, instead of the fullkib2013-07-121-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-101-1/+1
* There are several code sequences likekib2013-07-093-4/+4
* Make better use of metadata area by avoiding using it for data blocksmckusick2013-07-022-3/+25
* Style fix: spaces.pfg2013-07-021-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Don't assume that UFS on-disk format of a directory is the same asgleb2013-07-012-106/+108
* Change i_gen in UFS to an unsigned type.pfg2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.pfg2013-07-014-5/+5
* - Convert the bufobj lock to rwlock.jeff2013-05-314-66/+67
* Properly spell sentinel (missed in 250891)mckusick2013-05-221-1/+1
* Add missing buffer releases (brelse) after bread calls that returnmckusick2013-05-221-2/+6
* Add missing 28th element to softdep types name array.mckusick2013-05-221-1/+4
* Null a pointer after it is freed so that when it is returnedmckusick2013-05-221-0/+1
* Remove a bogus check for a NULL buffer pointer.mckusick2013-05-221-7/+8
* Properly spell sentinel (not sintenel or sentinal).mckusick2013-05-221-28/+28
* Fix several typoseadler2013-05-121-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Prepare to replace the buf splay with a trie:jeff2013-04-062-27/+18
* The code in clear_remove() and clear_inodedeps() skips one entrymckusick2013-04-031-4/+4
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-223-70/+175
* When renaming a directory from one parent directory to another,mckusick2013-03-201-17/+30
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-195-35/+62
* Do not remap usermode pages into KVA for physio.kib2013-03-191-2/+2
* Remove negative name cache entry pointing to the target name, whichkib2013-03-171-0/+1
OpenPOWER on IntegriCloud