]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / sys / fs /
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 kibDo not flush NFS node from NFS VOP_SET_TEXT().
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-04-23 cyMFV r346563:
2019-04-21 rmacklemAdd #ifdef INET as requested by bz@.
2019-04-19 rmacklemAdd support for the ModeSetMasked attribute to the...
2019-04-19 rmacklemReplace "vp" with NULL to make the code more readable.
2019-04-19 rmacklemFix the NFSv4.0 server so that it does not support...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 hselaskyImplement flag for telling cuse(3) clients if the peer...
2019-04-16 fsuext2fs: Initial version of DTrace support.
2019-04-16 fsuext2fs: Initial version of DTrace support.
2019-04-15 rmacklemFix the NFSv4 client to safely find processes.
2019-04-13 rmacklemAdd support for INET6 addresses to the kernel code...
2019-04-12 kibIgnore doomed vnodes in tmpfs_update_mtime().
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-09 kibAdd vn_fsync_buf().
2019-04-09 kibFix dirty buf exhaustion easily triggered with msdosfs.
2019-04-06 rmacklemAdd INET6 support for the upcalls to the nfsuserd daemon.
2019-04-06 asomersfusefs: fix a panic on mount
2019-04-04 rmacklemRevert r320698, since the related userland changes...
2019-04-04 rgrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
2019-04-03 philImport libxo-1.0.2
2019-04-03 kibmsdosfs: zero tail of the last block on truncation...
2019-04-02 kibtmpfs: plug holes on rw->ro mount update.
2019-04-02 kibtmpfs: ignore tmpfs_set_status() if mount point is...
2019-04-02 kibBlock creation of the new nodes for read-only tmpfs...
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 asomersfix the GENERIC-NODEBUG build after r345675
2019-03-29 asomersfusefs: convert debug printfs into dtrace probes
2019-03-26 sobomaxRefine r345425: get rid of superfluous helper macro...
2019-03-25 mmMFV r345495:
2019-03-25 allanjudeMake TMPFS_PAGES_MINRESERVED a kernel option
2019-03-22 sobomaxMake it possible to update TMPFS mount point from read...
2019-03-21 kibnullfs: fix unmounts when filesystem is active.
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 asomersRename fuse(4) to fusefs(4)
2019-03-19 asomersfuse(4): remove more debugging printfs
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 fsuRemove unneeded mount point unlock function calls.
2019-03-12 traszDrop unused 'p' argument to nfsv4_strtogid().
2019-03-12 traszDrop unused 'p' argument to nfsv4_gidtostr().
2019-03-12 traszDrop unused 'p' argument to nfsv4_strtouid().
2019-03-12 traszDrop unused 'p' argument to nfsv4_uidtostr().
2019-03-12 traszDrop unused 'p' argument to nfsrv_getuser().
2019-03-11 ngieMFhead@r345025
2019-03-11 sjgAdd _PC_ACL_* to vop_stdpathconf
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-08 asomersfuse(4): add dtrace probe for illegal short writes
2019-03-07 cyMFV r344878:
2019-03-07 cemfuse: switch from DFLTPHYS/MAXBSIZE to maxcachebuf
2019-03-06 cemFUSE: Prevent trivial panic
2019-03-05 ngieMFhead@r344786
2019-03-05 asomersfuse(4): add tests related to FUSE_MKNOD
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-04 traszDon't pass td to nfsvno_open().
2019-03-04 traszDon't pass td to nfsvno_createsub().
2019-03-04 traszDon't pass td to nfsd_fhtovp(), it's unused.
2019-03-04 traszPush down the thread argument in NFS server code, using...
2019-03-04 traszPush down td in nfsrvd_dorpc() - make it use curthread...
2019-03-04 fsuFix double free in case of mount error.
2019-03-04 fsuDo not read the on-disk inode in case of vnode allocation.
2019-03-04 fsuFix integer overflow possibility.
2019-03-04 fsuDo not panic if inode bitmap is corrupted.
2019-03-04 fsuValidate block bitmaps.
2019-03-04 fsuAdd additional on-disk inode checks.
2019-03-04 fsuMake superblock reading logic more strict.
2019-03-01 asomersFix typos from r344664
2019-02-28 asomersfuse(4): convert debug printfs into dtrace probes
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-21 cemfuse: Fix a regression introduced in r337165
2019-02-20 mmacyPFS: Bump NAMELEN and don't require clients to be sleepable
2019-02-20 cemFuse: whitespace and style(9) cleanup
2019-02-20 cemfuse: add descriptions for remaining sysctls
2019-02-19 traszWork around the "nfscl: bad open cnt on server" assertion
2019-02-19 ngieMFhead@r344270
2019-02-15 cemFUSE: Refresh cached file size when it changes (lookup)
2019-02-15 cemFUSE: The FUSE design expects writethrough caching
2019-02-15 cemFUSE: Only "dirty" cached file size when data is dirty
2019-02-15 cemFUSE: Respect userspace FS "do-not-cache" of path compo...
2019-02-15 cemFUSE: Respect userspace FS "do-not-cache" of file attri...
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-08 kibUn null_vptocnp(), cache vp->v_mount and use it for...
2019-02-08 kibBefore using VTONULL(), check that the covered vnode...
2019-02-08 kibSome style for nullfs_mount(). Also use bool type...
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-25 pfgext2fs: Add some extra consistency checks for the super...
2019-01-22 dimMerge ^/head r343202 through r343319.
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
next