summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* - Fix directory count rollbacks by passing the mode to the journal depjeff2011-06-203-47/+163
* Fixed dereference of a NULL pointer.mckusick2011-06-181-1/+2
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cmckusick2011-06-161-2/+5
* Fixing compilation bustage by introducing another forward declaration.avatar2011-06-161-0/+1
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-157-42/+74
* With the restructuring of the block reclaimation code, the notificationmckusick2011-06-153-4/+28
* Missing cleanup case after completion of a snapshot vnode writemckusick2011-06-151-0/+4
* Use alternative, less messy solution to avoid breakage after r223020:dim2011-06-131-0/+2
* Update to soft updates journaling to properly track freed blocksmckusick2011-06-125-30/+180
* Disable the soft updates journaling after a filesystem is successfullymckusick2011-06-122-2/+11
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-1011-1507/+2627
* - Add support for referencing quota structures without needing the inodejeff2011-06-102-0/+101
* - If the fsync in ufs_direnter fails SUJ can later panic because we havejeff2011-06-101-1/+1
* Grammer fix in comment.mckusick2011-06-051-3/+3
* Due to a lag in updating the fs_pendinginodes count, we cannot dependmckusick2011-05-281-1/+1
* The check for whether a block is going to be claimed by a snapshotmckusick2011-05-261-4/+12
* Fix the ufs/ffs file system so that it uses the lockrmacklem2011-05-221-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-223-4/+6
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-1/+1
* Fix typos.kib2011-04-301-2/+2
* Clarify the comment.kib2011-04-301-2/+4
* VFS sometimes is unable to inactivate a vnode when vnode use countkib2011-04-243-23/+31
* - Refactor softdep_setup_freeblocks() into a set of functions to preparejeff2011-04-111-151/+221
* Fix a long standing SUJ performance problem:jeff2011-04-102-57/+215
* - Don't invalidate jnewblks immediately upon discovering that the blockjeff2011-04-072-102/+233
* Be far more persistent in reclaiming blocks and inodes before givingmckusick2011-04-053-19/+131
* Fix problems that manifested from filesystem full conditions:jeff2011-04-021-9/+14
* Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case.kib2011-03-281-1/+2
* Add retry code analogous to the block allocation retry codemckusick2011-03-233-21/+46
* Retire opt_ffs_broken_fixme.h.kib2011-03-203-3/+5
* Remove the #if defined(FFS) || defined(IFS) braces around the calls tokib2011-03-171-4/+0
* Simplify uses of the web of pointers.kib2011-03-072-11/+7
* The UFS dirhash code was attempting to update shared state in the dirhashjhb2011-03-072-18/+15
* Use ffs() to locate free bits in the inode bitmap rather than a loop withjhb2011-03-041-10/+6
* v_mountedhere is a member of the union. Check that the vnodes havekib2011-02-191-1/+3
* 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
OpenPOWER on IntegriCloud