summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319539:kib2017-06-171-26/+73
* MFC r314253:kib2017-03-111-4/+6
* MFC r311522:kib2017-01-131-3/+5
* MFC r304230:mckusick2016-10-171-22/+124
* MFC r305902:kib2016-10-011-153/+182
* MFC r305599:kib2016-09-221-0/+1
* MFC r305594:kib2016-09-221-3/+6
* UFS: spelling fixes on comments.pfg2016-04-291-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* ufs: replace 0 with NULL for pointers.pfg2016-04-101-15/+18
* Add four new RCTL resources - readbps, readiops, writebps and writeiops,trasz2016-04-071-0/+8
* Fix locking mistake in softdep_waitidle(). The surrounding codekib2016-03-231-1/+1
* Recheck curthread->td_su after the VFS_SYNC() call, and re-sync if thekib2015-12-211-32/+32
* In softdep_setup_freeblocks():glebius2015-10-071-6/+7
* Do not consume extra reference. This is a bug in r287479.kib2015-09-051-2/+1
* Declare the writes around the call to VFS_SYNC() inkib2015-09-051-2/+7
* By doing file extension fast, it is possible to create excess supplykib2015-09-011-19/+25
* Remove unused variable.kib2015-05-311-2/+0
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-291-6/+0
* After r283600, NODELAY flag to inodedep_lookup() function is unused.kib2015-05-271-38/+17
* Currently, softupdate code detects overstepping on the workitemskib2015-05-271-14/+104
* Fix build (with gcc).kib2015-03-271-0/+1
* Fix the hand after the immediate reboot when the following commandkib2015-03-271-19/+56
* Partially revert r277922, avoid sleeping and do flush if we a awaken,kib2015-02-051-8/+6
* When mounting SU-enabled mount point, wait until the softdep_flush()kib2015-01-301-7/+16
* When non-forced unmount or remount rw->ro is performed, writes on UFSkib2014-11-021-5/+6
* Revision r269457 removed the Giant around mount and unmount code, butkib2014-08-121-2/+6
* The SUJ journal is only prepared to handle full-size block numbers, so wemckusick2014-08-071-0/+31
* Add support for multi-threading of soft updates.mckusick2014-08-041-106/+237
* Due to reasons unknown at this time, the system can be forced to writescottl2014-05-061-0/+26
* ufs: small formatting fixes.pfg2014-03-021-13/+13
* We needlessly panic when trying to flush MKDIR_PARENT dependencies.mckusick2013-12-011-2/+20
* fix a use after free, jsegdep_merge will free wk, avoid the next check...jmg2013-11-201-1/+1
* 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-211-608/+733
* Fourth of several cleanups to soft dependency implementation.mckusick2013-10-201-24/+123
* Third of several cleanups to soft dependency implementation.mckusick2013-10-201-0/+11
* Second of several cleanups to soft dependency implementation.mckusick2013-10-201-34/+0
* First of several cleanups to soft dependency implementation.mckusick2013-10-201-4/+6
* 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
* - Convert the bufobj lock to rwlock.jeff2013-05-311-61/+60
* 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
* Prepare to replace the buf splay with a trie:jeff2013-04-061-7/+10
* The code in clear_remove() and clear_inodedeps() skips one entrymckusick2013-04-031-4/+4
OpenPOWER on IntegriCloud