summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* MFC r276007:kib2015-01-041-1/+3
* MFC r275897:kib2015-01-011-1/+1
* MFC r270797:kib2014-09-051-0/+13
* MFC r270204:kib2014-08-271-9/+0
* MFC r268764:kib2014-07-301-4/+0
* MFC r267564:kib2014-06-241-29/+2
* MFC r262812scottl2014-04-151-3/+6
* MFC r262678;pfg2014-03-058-61/+61
* MFC of 260079:mckusick2014-01-171-10/+4
* MFC of 256801, 256803, 256808, 256812, 256817, 256845, and 256860.mckusick2013-12-302-15/+1
* MFC r256448, r257029;pfg2013-12-111-2/+2
* 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
* Change i_gen in UFS to an unsigned type.pfg2013-07-101-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-013-4/+4
* 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-191-0/+1
* Remove negative name cache entry pointing to the target name, whichkib2013-03-171-0/+1
* The softdep freeblks workitem might hold a reference on the dquot.kib2013-02-271-7/+16
* Remove unused MAXSYMLINKLEN macro.pfg2013-02-081-4/+0
* UFS: Remove dead assignment.pfg2013-02-031-1/+0
* Fix a typo, resulting in the NULL pointer dereference.kib2012-12-151-1/+1
* Add UFS writesuspension mechanism, designed to allow userland processestrasz2012-11-181-0/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-25/+4
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-274-15/+17
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-4/+0
* Implement SEEK_HOLE/SEEK_DATA for UFS.kib2012-05-261-0/+20
* Remove unused thread argument from ufs_extattr_uepm_lock()/ufs_extattr_uepm_u...trasz2012-04-231-21/+21
* Fix build.trasz2012-04-231-1/+1
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-234-8/+6
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-203-4/+46
* The part about exec atime no longer applies in the comment.jh2012-04-181-3/+2
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-27/+7
* - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGSjh2012-04-101-11/+5
* Add a check for unsupported file flags to ufs_setattr().jh2012-04-041-0/+4
* A file cannot be deallocated until its last name has been removedmckusick2012-04-021-0/+8
* - Use more natural ip->i_flags instead of vap->va_flags in the finaljh2012-04-021-5/+11
* Microoptimize: in qsync loop over mount vnodes, only unlock mountkib2012-03-281-2/+1
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-081-0/+2
* Similar to the fixes in 226967 and 226987, purge any name cache entriesjhb2012-03-021-0/+7
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-0/+1
* Properly lock DQREF() with dqhlock. Missed locking caused counterkib2012-02-221-0/+4
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Sprinkle missed calls to asynchronous UFS_UPDATE() in attempt tokib2012-02-072-4/+16
OpenPOWER on IntegriCloud