aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Move the check for the filesystem having been run on a kernel thatKirk McKusick2018-11-262-3/+6
* Calculate updated superblock check-hash before writing it into the snapshot.Kirk McKusick2018-11-253-5/+7
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+1
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-0/+2
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-136-36/+58
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-3/+3
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-1/+1
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-233-4/+64
* Correct panic messages.Konstantin Belousov2018-09-221-22/+27
* Fix state of dquot-less vnodes after failed quotaoff.Konstantin Belousov2018-09-192-6/+38
* Do not upgrade the vnode lock to call getinoquota().Konstantin Belousov2018-09-171-28/+7
* The Call For Testing had no reports of operational problems andKirk McKusick2018-09-061-2/+2
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+2
* Proper spelling of consolidation.Kirk McKusick2018-08-231-3/+3
* TRIM consolodation is supposed to be off by defaultKirk McKusick2018-08-201-1/+1
* For traditional disks, the filesystem attempts to allocate theKirk McKusick2018-08-191-6/+15
* Add consolodation of TRIM / BIO_DELETE commands to the UFS/FFS filesystem.Kirk McKusick2018-08-191-50/+253
* Replace the TRIM consolodation framework originally added in -r337396Kirk McKusick2018-08-189-65/+232
* Revert -r337396. It is being replaced with a revised interface thatKirk McKusick2018-08-189-242/+67
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-3/+2
* Put in place the framework for consolodating contiguous blocks intoKirk McKusick2018-08-069-67/+242
* Avoid assertion in /dev/ufssuspend when the suspend ioctl isKonstantin Belousov2018-08-011-19/+30
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* Add needed locking for um_flags added in -r335808.Kirk McKusick2018-07-172-24/+41
* ffs_syncvnode: Remove unhelpful printConrad Meyer2018-07-141-4/+0
* Import commit from NetBSD with checkin message:Kirk McKusick2018-07-071-4/+5
* Create um_flags in the ufsmount structure to hold flags for a UFS filesystem.Kirk McKusick2018-06-294-13/+23
* Use buf + strategy rather than bypassing geom_vfs layerWarner Losh2018-06-261-13/+14
* ufs: remove cgbno variable where unusedMatt Macy2018-05-192-15/+1
* Fix warning found by Coverity.Kirk McKusick2018-05-161-1/+3
* Detect and optimize reads from the hole on UFS.Konstantin Belousov2018-05-131-10/+32
* Renumber soft-update types starting at 1 instead of 0 to avoid confusionKirk McKusick2018-04-052-34/+44
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-178-56/+54
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-178-54/+56
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-022-19/+25
* ffs: softdep_disk_write_complete: Quiesce spurious Coverity warningConrad Meyer2018-03-011-1/+2
* Use a more straight-forward approach to relaxing the locationKirk McKusick2018-02-261-12/+8
* Relax the location restraints when validating one of theKirk McKusick2018-02-241-15/+21
* Refactor fix in r329600 to do its check once in readsuper() ratherKirk McKusick2018-02-211-11/+6
* Do not free(9) uninitialized pointer.Konstantin Belousov2018-02-191-8/+13
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-162-0/+4
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-082-15/+30
* {ext2|ufs}_readdir: Avoid setting negative ncookies.Pedro F. Giffuni2018-02-061-1/+4
* Occasional cylinder-group check-hash errors were being reported onKirk McKusick2018-02-062-2/+27
* When reading a cylinder group, break out reporting of check hash errorsKirk McKusick2018-01-311-3/+18
* Revert r328479:Pedro F. Giffuni2018-01-271-5/+1
* {ext2|ufs}_readdir: Set limit on valid ncookies values.Pedro F. Giffuni2018-01-271-1/+5
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-264-123/+292
* ext2fs|ufs:Unsign some values related to allocation.Pedro F. Giffuni2018-01-243-3/+5
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-244-15/+12