aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+4
* In looking at block layouts as part of fixing filesystem blockKirk McKusick2013-08-281-2/+2
* A performance problem was reported in PR kern/181226:Kirk McKusick2013-08-281-2/+14
* Take a very small step toward the Century of the Anchovy by increasing theIvan Voras2013-08-281-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-3/+5
* This bug fix is in a code path in rename taken when there is aKirk McKusick2013-08-061-1/+1
* With the addition of journalled soft updates, the "newblk" structuresKirk McKusick2013-08-051-1/+1
* To better understand performance problems with journalled soft updates,Kirk McKusick2013-08-051-9/+43
* Update to comments describing block allocation policy.Kirk McKusick2013-07-141-7/+6
* Only copy as much bytes as there in superblock, instead of the fullKonstantin Belousov2013-07-121-1/+1
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-101-1/+1
* There are several code sequences likeKonstantin Belousov2013-07-093-4/+4
* Make better use of metadata area by avoiding using it for data blocksKirk McKusick2013-07-022-3/+25
* Style fix: spaces.Pedro F. Giffuni2013-07-021-1/+1
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-011-1/+1
* Don't assume that UFS on-disk format of a directory is the same asGleb Kurtsou2013-07-012-106/+108
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-011-1/+1
* Change i_gen in UFS to an unsigned type.Pedro F. Giffuni2013-07-014-5/+5
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-314-66/+67
* Properly spell sentinel (missed in 250891)Kirk McKusick2013-05-221-1/+1
* Add missing buffer releases (brelse) after bread calls that returnKirk McKusick2013-05-221-2/+6
* Add missing 28th element to softdep types name array.Kirk McKusick2013-05-221-1/+4
* Null a pointer after it is freed so that when it is returnedKirk McKusick2013-05-221-0/+1
* Remove a bogus check for a NULL buffer pointer.Kirk McKusick2013-05-221-7/+8
* Properly spell sentinel (not sintenel or sentinal).Kirk McKusick2013-05-221-28/+28
* Fix several typosEitan Adler2013-05-121-1/+1
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Prepare to replace the buf splay with a trie:Jeff Roberson2013-04-062-27/+18
* The code in clear_remove() and clear_inodedeps() skips one entryKirk McKusick2013-04-031-4/+4
* The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-223-70/+175
* When renaming a directory from one parent directory to another,Kirk McKusick2013-03-201-17/+30
* UFS support of the unmapped i/o for the user data buffers.Konstantin Belousov2013-03-195-35/+62
* Do not remap usermode pages into KVA for physio.Konstantin Belousov2013-03-191-2/+2
* Remove negative name cache entry pointing to the target name, whichKonstantin Belousov2013-03-171-0/+1
* Some style fixes.Konstantin Belousov2013-03-141-4/+4
* Add currently unused flag argument to the cluster_read(),Konstantin Belousov2013-03-142-4/+6
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-5/+7
* The softdep freeblks workitem might hold a reference on the dquot.Konstantin Belousov2013-02-273-17/+62
* An inode block must not be blockingly read while cg block is owned.Konstantin Belousov2013-02-271-6/+67
* The UFS2 filesystem allocates new blocks of inodes as they are needed.Kirk McKusick2013-02-161-3/+10
* Fix several unsafe pointer dereferences in the buffered_write()Konstantin Belousov2013-02-101-3/+23
* Remove unused MAXSYMLINKLEN macro.Pedro F. Giffuni2013-02-081-4/+0
* UFS: Remove dead assignment.Pedro F. Giffuni2013-02-031-1/+0
* For UFS2 i_blocks is unsigned. The current "sanity" check that itKirk McKusick2013-02-031-3/+3
* Add flags argument to vfs_write_resume() and removeKonstantin Belousov2013-01-114-14/+10
* The process_deferred_inactive() function locks the vnodes of the ufsKonstantin Belousov2013-01-011-1/+1
* Make it possible to atomically resume writes on the mount and accountKonstantin Belousov2012-12-281-2/+1
* Fixup r218424: uio_yield() was scaling directly to userland priority.Attilio Rao2012-12-211-1/+1
* Fix a typo, resulting in the NULL pointer dereference.Konstantin Belousov2012-12-151-1/+1