summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* 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-016-75/+151
* 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-212-5/+10
* Missing conditions in checking whether an inode has been written.mckusick2012-02-131-0/+3
* Historically when an application wrote an entire block of a file,mckusick2012-02-091-9/+20
* In the original days of BSD, a sync was issued on every filesystemmckusick2012-02-071-5/+15
* Sprinkle missed calls to asynchronous UFS_UPDATE() in attempt tokib2012-02-072-4/+16
* 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
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-1/+0
* There are several bugs/hangs when trying to take a snapshot on a UFS/FFSmckusick2012-01-171-1/+9
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-2/+2
* Add a bit of verbosity to the comment.ivoras2012-01-161-1/+6
* Convert FFS mount error messages from kernel printf's to using themckusick2012-01-141-61/+65
* Avoid LOR between vfs_busy() lock and covered vnode lock on quotaon().kib2012-01-081-3/+18
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-13/+7
* Use implementation independent inoNN_t scalars for on-disk UFS structuresgleb2011-11-092-11/+11
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-4/+5
* 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
* This update eliminates a lock-order reversal warning discoveredmckusick2011-09-271-21/+24
* This update eliminates the system hang reported in kern/160662 whenmckusick2011-09-271-1/+1
* Use nowait sync request for a vnode when doing softdep cleanup. We possiblykib2011-09-201-1/+1
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-253-16/+3
* Fix lock leak.ae2011-08-231-2/+2
* Fix two cases involving opt_capsicum.h and module builds:rwatson2011-08-151-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+6
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-305-35/+34
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-243-20/+23
* Default debugging error messages to off for journaled soft updates sysctls.mckusick2011-07-221-5/+3
* Add an FFS specific mount option to allow a filesystem checkermckusick2011-07-155-24/+306
* Consistently check mount flag (MNTK_SUJ) rather than superblockmckusick2011-07-141-2/+2
* When first creating snapshots, we may free some blocks within it.mckusick2011-07-101-1/+5
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-101-15/+7
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlykib2011-07-091-12/+12
* Use helper functions instead of manually managing TDP_INBDFLUSH.kib2011-07-091-16/+12
* - Speed up pendingblock processing again. Having too much delay betweenjeff2011-07-042-15/+41
* - Handle D_JSEGDEP in the softdep_sync_buf() switch. These can nowjeff2011-07-041-0/+1
* - It is impossible to run request_cleanup() while doing a copyonwrite.jeff2011-07-041-25/+21
* - Fix an inode quota leak. We need to decrement the quota once and onlyjeff2011-07-041-5/+4
* Handle the FREEDEP case in softdep_sync_buf().mckusick2011-06-291-0/+1
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-1/+1
* - 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
OpenPOWER on IntegriCloud