]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
mpr/mps/mpt: verify cfg page ioctl lengths
[FreeBSD/FreeBSD.git] / sys / ufs /
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...
2021-11-19 Konstantin Belousovmntfs: lock mntfs pseudo devfs vnode properly
2021-11-19 Konstantin Belousovffs: Remove assertions about locked um_devvp in several...
2021-10-27 Konstantin Belousovufs: remove write-only variables
2021-10-23 Robert Wingffs: retire unused fsckpid mount option
2021-10-09 Kyle Evansvfs: remove dead fifoop VOP_KQFILTER implementations
2021-10-07 Kirk McKusickAvoid "consumer not attached in g_io_request" panic...
2021-09-28 Kirk McKusickEliminate snaplk / bufwait LOR when creating UFS snapshots
2021-09-24 Konstantin Belousovbuffer pager: allow get_blksize method to return error
2021-09-21 Robert Wingffs: remove unused thread argument from ffs_reload()
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-07 Konstantin Belousovffs_update(): Do not assume that EBUSY can only come...
2021-09-07 Konstantin Belousovffs_update(): recalculate flags after relocking the...
2021-08-23 Gordon Berglingufs_dirhash: Correct a typo in a comment
2021-08-19 Konstantin Belousovufs rename: ensure that the result of ufs_checkpath...
2021-08-19 Konstantin BelousovStyle: wrap the long line, definition of ufs_checkpath()
2021-08-14 Konstantin Belousovsoftdep_unmount: assert that no dandling dependencies...
2021-08-14 Konstantin BelousovFFS: assign fully initialized struct mount_softdeps...
2021-08-14 Konstantin BelousovAssert that um_softdep is NULL on free(ump), i.e. softd...
2021-08-14 Konstantin Belousovffs_mount: when remounting ro->rw and sbupdate failed...
2021-08-14 Konstantin Belousovsoftdep_unmount: handle spurious wakeups
2021-08-14 Konstantin Belousovsoftdep_flush(): do not access ump after we acked FLUSH...
2021-08-14 Konstantin Belousovffs: clear MNT_SOFTDEP earlier when remounting rw to ro
2021-08-14 Konstantin BelousovRework MOUNTED/DOING SOFTDEP/SUJ macros
2021-08-14 Konstantin Belousovffs softdep: clear ump->um_softdep on softdep_unmount()
2021-08-14 Konstantin Belousovffs_extern.h: Add comments for ffs_vgetf() flags
2021-08-14 Konstantin BelousovAdd FFSV_FORCEINODEDEP flag for ffs_vgetf()
2021-08-14 Konstantin Belousovsimplify journal_mount: move the out label after succes...
2021-08-13 Kirk McKusickClean up orphaned indirdep dependency structures after...
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-07 Konstantin Belousovffs_softdep: force sync if journal is low in journal_ch...
2021-07-07 Konstantin Belousovffs_softdep.c: add journal_check_space() helper
2021-07-07 Konstantin Belousovsoftdep_prelink(): only do sync if other thread changed...
2021-07-07 Konstantin Belousovufs_rename(): only do softdep_prerename() when other...
2021-07-07 Konstantin Belousovffs: mark block (re-)allocations as seqc writes
2021-07-07 Konstantin Belousovufs_rename(): softdep_prerename() does something only...
2021-07-07 Konstantin Belousovffs: reduce number of dvp relocks in softdep_prelink()
2021-07-07 Konstantin Belousovufs_vnops.c: style
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-07 Mark Johnstonffs: Correct the input size check in sysctl_ffs_fsck()
2021-05-31 Konstantin BelousovMove mnt_maxsymlinklen into appropriate fs mount data...
2021-05-31 Kirk McKusickFix handling of embedded symbolic links (and history...
2021-05-27 Don Morrisufs: Avoid M_WAITOK allocations when building a dirhash
2021-04-23 Konstantin Belousovb_vflags update requries bufobj lock
2021-04-18 Kirk McKusickEnsure that the mount command shows "with quotas" when...
2021-03-04 Konstantin BelousovFFS extattr: fix handling of the tail
2021-02-25 Kirk McKusickFix bug 253158 - Panic: snapacct_ufs2: bad block -...
2021-02-25 Konstantin BelousovCall softdep_prealloc() before taking ffs_lock_ea(...
2021-02-25 Konstantin Belousovffs_close_ea: do not relock vnode under lock_ea
2021-02-25 Konstantin Belousovffs_vnops.c: style
2021-02-25 Konstantin Belousovffs: do not call softdep_prealloc() from UFS_BALLOC()
2021-02-25 Konstantin Belousovffs_reallocblks: change the guard for softdep_prealloc...
2021-02-24 Konstantin Belousovfifo: minor comment and assert improvements.
2021-02-24 Konstantin Belousovffs_unlock: assert that IN_ENDOFF is not leaked past...
2021-02-24 Konstantin Belousovffs softdep: Force processing of VI_OWEINACT vnodes...
2021-02-24 Konstantin Belousovsoftdep_request_cleanup: wait for softdep_request_clean...
2021-02-24 Konstantin Belousovufs_inactive(): stop hiding ERELOOKUP from ffs_truncate...
2021-02-24 Konstantin BelousovStop ignoring ERELOOKUP from VOP_INACTIVE()
2021-02-24 Konstantin Belousovufs vnops: brace softdep_prelink() with DOINGSUJ instea...
2021-02-24 Konstantin Belousovffs softdep: remove will_direnter argument of softdep_p...
2021-02-24 Konstantin Belousovufs_direnter: directory truncation does not need specia...
2021-02-24 Konstantin Belousovufs_rename: use VOP_VPUT_PAIR and rely on directory...
2021-02-24 Konstantin Belousovufs_direnter: move directory truncation to ffs_vput_pair().
2021-02-24 Konstantin Belousovffs_vput_pair(): try harder to recover from the vnode...
2021-02-24 Konstantin BelousovFFS: implement special VOP_VPUT_PAIR().
2021-02-24 Konstantin Belousovffs_snapshot: use VOP_VPUT_PAIR after VOP_CREATE.
2021-02-24 Konstantin Belousovufs_direnter/SU: unconditionally UFS_UPDATE inode when...
2021-02-24 Konstantin Belousovffs_syncvnode: only clear IN_NEEDSYNC after successfull...
2021-02-24 Konstantin BelousovMerge ufs_fhtovp() into ffs_inotovp().
2021-02-24 Konstantin Belousovffs_inotovp(): interface to convert (ino, gen) into...
2021-02-24 Konstantin Belousovffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()
2021-02-24 Konstantin Belousovffs: call ufsdirhash_dirtrunc() right after setting...
2021-02-24 Konstantin Belousovbuf SU hooks: track buf_start() calls with B_IOSTARTED...
2021-02-19 Konstantin Belousovffs_vnops.c: Move opt_*.h includes to the top.
2021-02-01 Mateusz Guzikufs: denote lack of support for lockless symlink lookup
2021-01-30 Kirk McKusickMFC: a63eae6
2021-01-16 Kirk McKusickEliminate a locking panic when cleaning up UFS snapshot...
2021-01-16 Kirk McKusickEliminate lock order reversal in UFS when unmounting...
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
next