]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
cdn-patch: offer option to mount /etc/keys before attaching geli devices
[FreeBSD/FreeBSD.git] / sys / ufs /
2024-01-18 Konstantin BelousovAdd vnode_pager_clean_{a,}sync(9)
2024-01-11 Konstantin Belousovffs/ffs_rawread.c: clean up includes
2023-12-28 Mark Johnstonufs: Update *eofflag upon a read of an unlinked directory
2023-12-21 Konstantin Belousovufs: do not leave around empty buffers shadowing disk...
2023-12-17 Kirk McKusickIncrease UFS/FFS maximum link count from 32767 to 65530.
2023-12-04 Kirk McKusickSpacing and alignment cleanups.
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-28 Mikel Lechnerufs quotas: fix configuring soft quota grace time
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-08-24 Mateusz Guzikufs: try to elide the interlock in ufs_itimes
2023-08-24 Mateusz Guzikufs: always call ufs_itimes on close
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line bare tag
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-20 Kirk McKusickSet UFS/FFS file type to snapshot before changing its...
2023-08-20 Kirk McKusickOptimize operations on UFS/FFS filesystems with bad...
2023-08-20 Kirk McKusickCleanups to UFS/FFS ffs_checkblk().
2023-08-20 Kirk McKusickClean up and document UFS/FFS error returns.
2023-08-20 Kirk McKusickRemove a partial UFS/FFS snapshot if it fails to build...
2023-08-20 Kirk McKusickRate limit kernel UFS/FFS cylinder group check-hash...
2023-08-20 Kirk McKusickHandle UFS/FFS file deletion from cylinder groups with...
2023-08-06 Chuck Silversffs: wait for trims earlier during unmount to avoid...
2023-08-06 Kirk McKusickUFS/FFS: Migrate to modern uintXX_t from u_intXX_t.
2023-08-05 Kirk McKusickAdd diagnostics to fsck_ffs(8) for journaled soft-updat...
2023-08-05 Kirk McKusickComment cleanup.
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-22 Kirk McKusickWrite out corrected superblock when creating a UFS...
2023-07-04 Konstantin Belousovvn_lock_pair(): allow to request shared locking
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-07 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-06-07 Kirk McKusickAdd the ability to adjust directory depths to backgroun...
2023-05-26 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-05-26 Kirk McKusickFix size differences between architectures of the UFS...
2023-05-19 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-04-29 Kirk McKusickImprovement in UFS/FFS directory placement when doing...
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-03-28 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-03-27 Kirk McKusickUpdates to UFS/FFS superblock integrity checks when...
2023-02-11 Konstantin BelousovFIOSEEKHOLE/FIOSEEKDATA: correct consistency for bmap...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Jessica Clarkeufs: Rework shortlink handling to avoid subobject overflows
2023-01-22 Konstantin Belousovffs_syncvnode(): avoid a LoR for SU
2023-01-20 Konstantin BelousovStop cleaning MNT_LOCAL on unmount
2023-01-20 Konstantin BelousovUFSSUSPEND: unbusy mp in EDADLK case
2023-01-20 Konstantin Belousovufs/suspend: deny suspension if the calling process...
2023-01-20 Konstantin Belousovffs_suspend.c: clean up includes
2023-01-18 Kirk McKusickEnable taking snapshots on UFS/FFS filesystems using...
2023-01-14 Kirk McKusickFix vop_readdir's ncookies handling in UFS and EXT2.
2022-12-14 Kirk McKusickProvide more precise mount(8) failure message.
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-04 Kirk McKusickIncrease the maximum size of the journaled soft-updates...
2022-12-04 Kirk McKusickExplicitly initialize rather than reading newly allocat...
2022-12-04 Kirk McKusickFix compilation issue when kernel built without FFS...
2022-11-18 Kirk McKusickFix to b999366aab4e for compilation on i386.
2022-11-18 Warner Loshstand: Compile out the extensive superblock diagnostic...
2022-11-18 Kirk McKusickDo comprehensive UFS/FFS superblock integrity checks...
2022-10-13 Kirk McKusickFix an incorrectly placed parenthesis.
2022-10-13 Kirk McKusickWhen taking a snapshot on a UFS/FFS filesystem, it...
2022-10-08 Konstantin BelousovFFS: truncate write if it would exceed the fs max file...
2022-10-08 Konstantin BelousovUFS: disallow truncation to set file size past RLIMIT_FSIZE
2022-10-08 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-08-17 Kirk McKusickAllow forced r/w mount of UFS/FFS filesystem with a...
2022-07-29 Dimitry AndricAdjust function definitions in ufs_dirhash.c to avoid...
2022-07-29 Dimitry AndricFix unused variable warning in ffs_snapshot.c
2022-07-29 Dimitry AndricAdjust function definition in ufs_dirhash.c to avoid...
2022-07-20 Kirk McKusickRewrite function definitions in the UFS/FFS code base...
2022-07-13 Konstantin Belousovufs_rename(): revert the bump of fvp nlink count in...
2022-07-13 Konstantin Belousovufs_rename(): do not treat ERELOOKUP specially
2022-07-13 Konstantin BelousovUFS rename: make it reliable when using SU and reaching...
2022-06-29 Konstantin BelousovUFS: make mkdir() and link() reliable when using SU...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-10 Gordon Berglingufs: Fix a typo a source code comment
2022-05-16 Konstantin BelousovUFS: clear fs_fmod once more, in the buffer data copy.
2022-05-16 Konstantin Belousovffs_use_bwrite: make the superblock snapshot more consi...
2022-05-10 John BaldwinUse an ANSI C function declaration for journal_check_space.
2022-04-16 Konstantin Belousovufs/acl.h: forward-declare struct inode
2022-04-16 Konstantin BelousovStyle.
2022-04-14 Gordon Berglingufs: Fix a typo in a source code comment
2022-04-13 Robert Wingffs_mount(): fix snapshotting
2022-04-13 Robert Wingffs_mount(): return early if namei() fails to lookup...
2022-04-02 Gordon Berglingffs(3): Fix a common typo in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Keith Owensddb: do not assume that ffs is mounted with softdep
2022-02-16 Kirk McKusickufs: handle LoR between snap lock and vnode lock
2022-02-07 Konstantin Belousovufs, msdosfs: do not record witness order when creating...
2022-02-07 Konstantin Belousovffs_read(): lock buffers after snaplk with LK_NOWITNESS
2022-02-07 Konstantin Belousovffs: lock buffers after snaplk with LK_NOWITNESS
2022-02-07 Konstantin Belousovffs_alloc.c: order includes alphabetically
2022-02-07 Konstantin Belousovufs: be more persistent with finishing some operations
2022-02-07 Konstantin Belousovffs_snapblkfree(): add a comment explaining lockmgr...
2022-02-07 Konstantin Belousovufs: Use IS_SNAPSHOT()
2022-02-04 Kirk McKusickAvoid unnecessary setting of UFS flag requesting fsck...
2022-01-18 Kirk McKusickWhen doing a read-only mount of a UFS filesystem using...
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-11-28 Gordon Berglingffs_softdep: Fix a typo in a source code comment
2021-11-19 Konstantin Belousovffs_snapshot: do not assert that um_devvp is locked
2021-11-19 Konstantin Belousovffs: fix newly introduced LOR between mntfs vnode lock...
next