aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-034-50/+50
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+2
* UFS: implement VOP_INACTIVE()Konstantin Belousov2019-12-103-0/+36
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-082-2/+2
* In ufs_dir_dd_ino(), always initialize *dd_vp since the caller expects it.Chuck Silvers2019-11-121-1/+1
* After the unlink() of one name of a file with multiple links, aKirk McKusick2019-10-241-0/+2
* Update ffs_getcg() function to accept a flags parameter to be passedKirk McKusick2019-10-041-1/+1
* Properly check for writers when fetching quotas for writeable vnodesKonstantin Belousov2019-09-071-1/+1
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-292-25/+11
* When updating the user or group disk quotas for the return of inodes orKirk McKusick2019-07-312-2/+4
* Lock the vnode before calling ufs_bmap_seekdata().Rick Macklem2019-07-271-1/+8
* The error reported in FS-14-UFS-3 can only happen on UFS/FFSKirk McKusick2019-07-172-2/+15
* Style.Kirk McKusick2019-07-161-4/+8
* When a process attempts to allocate space on a full filesystem, aKirk McKusick2019-07-161-0/+2
* Add FIOBMAP2 ioctlAlan Somers2019-06-201-3/+6
* Include ktr.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Ensure that error is initialized in ufs_bmap_seekdata().Mark Johnston2019-05-051-0/+1
* Switch to use shared vnode locks for text files during image activation.Konstantin Belousov2019-05-051-1/+6
* Zero out the file directory entry metadata to reduce diskKirk McKusick2019-05-041-6/+11
* This update eliminates a kernel stack disclosure bug in UFS/FFSKirk McKusick2019-05-031-6/+13
* Simplify calculation of DIRECTSIZ. No functional change intended.Kirk McKusick2019-05-031-6/+4
* Optimize lseek(SEEK_DATA) on UFS.Mark Johnston2019-04-293-30/+162
* Revert r345244 for now.Mark Johnston2019-03-183-144/+30
* Fix the gcc build (-Wstrict-prototypes) after r345244.Mark Johnston2019-03-171-0/+3
* Optimize lseek(SEEK_DATA) on UFS.Mark Johnston2019-03-173-30/+141
* Augment the UFS filesystem specific print function (called by theKirk McKusick2019-03-112-0/+11
* Add _PC_ACL_* to vop_stdpathconfSimon J. Gerraty2019-03-111-14/+4
* Move ASSERT_VOP_LOCKED to top of ufs_vinit() as it should be trueKirk McKusick2018-12-301-1/+1
* When loading an inode from disk, verify that its mode is valid.Kirk McKusick2018-12-271-0/+5
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-1/+2
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-9/+9
* 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
* Make vop_symlink take a const target path.Brooks Davis2018-11-021-3/+3
* 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
* Replace the TRIM consolodation framework originally added in -r337396Kirk McKusick2018-08-181-2/+8
* Revert -r337396. It is being replaced with a revised interface thatKirk McKusick2018-08-181-4/+0
* 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-061-0/+4
* Add needed locking for um_flags added in -r335808.Kirk McKusick2018-07-171-24/+37
* Create um_flags in the ufsmount structure to hold flags for a UFS filesystem.Kirk McKusick2018-06-291-4/+12
* ufs: remove cgbno variable where unusedMatt Macy2018-05-191-3/+0
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-174-36/+35
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-174-35/+36
* {ext2|ufs}_readdir: Avoid setting negative ncookies.Pedro F. Giffuni2018-02-061-1/+4
* 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
* ext2fs|ufs:Unsign some values related to allocation.Pedro F. Giffuni2018-01-242-2/+3
* Revert r327781, r328093, r328056:Pedro F. Giffuni2018-01-242-7/+5