]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Fix LOCAL_MODULES and improve the make output.
[FreeBSD/FreeBSD.git] / sys / fs /
2019-08-01 kibTry to decrease the number of bugs in unionfs after...
2019-07-29 markjAvoid relying on header pollution from sys/refcount.h.
2019-07-07 fsuAdd additional check for 'blocks per group' and 'fragme...
2019-07-07 fsuRemove ufs fragments logic.
2019-07-07 fsuRemove unneeded mount point unlock call.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-25 hselaskyFree all allocated unit IDs in cuse(3) after the client...
2019-06-25 hselaskyFix for deadlock situation in cuse(3)
2019-06-25 impReplay r349334 by markj accidentally reverted by r349352
2019-06-25 impRemove NAND and NANDFS support
2019-06-24 markjRemove a lingering use of splbio().
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-05 kibManually clear text references on reclaim for nullfs...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-31 rmacklemGet rid of extraneous initialization.
2019-05-31 rmacklemClean up silly code case.
2019-05-28 johalunpseudofs: Ignore unsupported commands in vop_setattr.
2019-05-24 asomersRemove "struct ucred*" argument from vtruncbuf
2019-05-21 cemInclude ktr.h in more compilation units
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
next