summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_softdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292541:kib2015-12-281-32/+32
* MFC r287361:kib2015-09-161-19/+29
* MFC r283832:kib2015-06-141-2/+0
* MFC r283604:kib2015-06-101-38/+17
* MFC r283600:kib2015-06-101-14/+104
* MFC r283735:kib2015-06-051-6/+0
* MFC r280760:kib2015-04-101-19/+57
* MFC r277922:kib2015-02-131-12/+19
* MFC r273967:kib2014-11-091-5/+6
* MFC of 269533 (by mckusick):mckusick2014-08-181-106/+241
* MFC of 269674:mckusick2014-08-141-0/+31
* Merge r265463:scottl2014-07-011-0/+26
* MFC r262678;pfg2014-03-051-13/+13
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-301-674/+877
* MFC of 258789:mckusick2013-12-291-2/+20
* 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
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-271-3/+20
* Add flags argument to vfs_write_resume() and removekib2013-01-111-1/+1
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-211-1/+1
* - Fix a truncation bug with softdep journaling that could leak blocks onjeff2012-11-141-39/+100
* - Fix a bug that has existed since the original softdep implementation.jeff2012-11-121-14/+27
* - Correct rev 242734, segments can sometimes get stuck. Be a bit morejeff2012-11-091-1/+4
* - Implement BIO_FLUSH support around journal entries. This will not 100%jeff2012-11-081-16/+121
* - In cancel_mkdir_dotdot don't panic if the inodedep is not available. Ifjeff2012-11-021-1/+1
* Fix two problems that caused instant panic when the device mountedtrasz2012-10-281-2/+7
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-5/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-12/+15
* In softdep_setup_inomapdep() we may have to allocate both inodedepmckusick2012-06-111-14/+41
* Add missing `continue' statement at end of case.mckusick2012-05-181-0/+1
* Remove unused thread argument from clear_inodeps() and clear_remove().trasz2012-04-231-11/+8
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-10/+2
* A file cannot be deallocated until its last name has been removedmckusick2012-04-021-52/+29
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-9/+9
* Supply boolean as the second argument to ffs_update(), and not akib2012-03-131-5/+5
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-2/+1
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-34/+64
* Missing conditions in checking whether an inode has been written.mckusick2012-02-131-0/+3
* Add missing opt_quota.h include to activate #ifdef QUOTA blocks,kib2012-02-061-1/+2
* JNEWBLK dependency may legitimately appear on the buf dependencykib2012-02-061-0/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-4/+5
OpenPOWER on IntegriCloud