]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/ufs
LinuxKPI: Cast offset_in_page() parameter to unsigned long
[FreeBSD/FreeBSD.git] / sys / ufs /
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
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-12 Mateusz GuzikConvert remaining cap_rights_init users to cap_rights_i...
2021-01-12 Kirk McKusickEliminate lock order reversal in UFS ffs_unmount().
2021-01-08 Thomas Munroffs: Support O_DSYNC.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: add v_irflag accessors
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2021-01-01 Mateusz Guzikufs: use VNPASS when asserting on a vnode in ufs_read_p...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Mark Johnstonffs: Avoid out-of-bounds accesses in the fs_active...
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Ryan Libbyffs: quiet -Wstrict-prototypes
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
next