summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-1/+0
* Add a bit of verbosity to the comment.ivoras2012-01-161-1/+6
* Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().kib2012-01-081-3/+18
* Use implementation independent inoNN_t scalars for on-disk UFS structuresgleb2011-11-091-2/+2
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-4/+0
* Fix the wrong commit log message for r226967: "Added missing cache purgepho2011-10-311-0/+2
* The kern_renameat() looks up the fvp using the DELETE flag, which causespho2011-10-311-0/+7
* Fix lock leak.ae2011-08-231-2/+2
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-3/+5
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-1/+1
* Add an FFS specific mount option to allow a filesystem checkermckusick2011-07-151-0/+1
* - Fix an inode quota leak. We need to decrement the quota once and onlyjeff2011-07-041-5/+4
* Update to soft updates journaling to properly track freed blocksmckusick2011-06-121-0/+8
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-102-2/+5
* - 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
* 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-222-2/+3
OpenPOWER on IntegriCloud