Add qsort_s(3). Apart from the constraints, it also makes it easier
[freebsd.git] / sys / fs /
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-17 mjgvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-16 mjgunionfs: use MNTK_NOMSYNC
2020-01-15 mjgtmpfs: add missing CLTFLAG_MPSAFE annotation
2020-01-15 mjgnfs: add missing CLTFLAG_MPSAFE annotations
2020-01-15 mjgfusefs: add missing CLTFLAG_MPSAFE annotation
2020-01-13 vangyzenAdd missing comma in nfsv4_errstr
2020-01-13 mjgvfs: rework vnode list management
2020-01-13 mjgvfs: add per-mount vnode lazy list and use it for defer...
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 mjgunionfs: fix up VOP_UNLOCK use after flags stopped...
2020-01-01 mjgmsdos: vgone unconstructed vnode before vputing it
2020-01-01 mjgmsdosfs: add a missing MNT_VNODE_FOREACH_ALL_ABORT...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-28 markjRemove page locking for queue operations.
2019-12-26 rmacklemChange NFSv4.1 and NFSv4.2 error strings to start with...
2019-12-25 rmacklemAdd NFSv4.1 and NFSv4.2 errors to nfsv4_errstr.h.
2019-12-25 rmacklemFix nfsmount() so that it will return NFSERR_MINORVERMI...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-19 dougmIncluding <sys/tmpfs.h> into non-kernel software leads...
2019-12-16 mjgvfs: flatten vop vectors
2019-12-15 jeffAdd a deferred free mechanism for freeing swap space...
2019-12-13 rmacklemSilence some "might not be initialized" warnings for...
2019-12-13 rmacklemAdd some more initializations to quiet riscv build.
2019-12-13 rmacklemFix the build for MAC not defined and a couple of might...
2019-12-12 rmacklemAdd support for NFSv4.2 to the NFS client and server.
2019-12-11 mjgvfs: locking primitives which elide ->v_vnlock and...
2019-12-08 mjgvfs: introduce v_irflag and make v_type smaller
2019-12-08 rmacklemDelete an unused external declaration.
2019-12-08 rmacklemFix kernel handling of a NFSERR_MINORVERSMISMATCH NFSv4...
2019-12-07 rmacklemAdd some definitions for NFSv4.2 which will be used...
2019-12-07 rmacklemSet the XATTRSUPPORT attribute bit for NFSv4.2, always...
2019-12-06 rmacklemAdd a couple of definitions for NFSv4.2 and update...
2019-12-06 rmacklemAdd some definitions for NFSv4.2 which will be used...
2019-12-05 mjgnullfs: locklessly check for entries in null_hashget
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-05 kibStop using per-mount tmpfs zones.
2019-12-04 rmacklemAdd some definitions for NFSv4.2 which will be used...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-01 mjgtmpfs: use proper macros for permission values in tmpfs...
2019-11-30 kevanstty: implement TIOCNOTTY
2019-11-30 mjgdevfs: introduce a per-dev lock to protect ->si_devsw
2019-11-30 mjgtmpfs: add fast path to tmpfs_access for common case...
2019-11-29 kibIn nfs_lock(), recheck vp->v_data after lock before...
2019-11-28 rmacklemFix two races while handling nfsuserd daemon start...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 kibtmpfs: resolve deadlock between rename and unmount.
2019-11-22 rmacklemFix the pNFS server's reporting of SpaceUsed (va_bytes).
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 mjgvfs: change si_usecount management to count used vnodes
2019-11-19 jeffSimplify anonymous memory handling with an OBJ_ANON...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 philImport libxo-1.3.0:
2019-10-29 jeffReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-22 mjgpseudofs: hashed vncache
2019-10-22 kibFix interface between nfsclient and vnode pager.
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-15 jeff(4/6) Protect page valid with the busy lock.
2019-10-15 jeff(1/6) Replace busy checks with acquires where it is...
2019-10-13 mjgtmpfs: use MNTK_NOMSYNC
2019-10-13 mjgpseudofs: use MNTK_NOMSYNC
2019-10-13 mjgnullfs: use MNTK_NOMSYNC
2019-10-13 mjgdevfs: use MNTK_NOMSYNC
2019-10-11 kibdevfs_vptocnp(): correct the component name when node...
2019-10-11 kibPlug the rest of undef behavior places that were missed...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-06 mjgnfsclient: add root vnode caching
2019-10-06 mjgtmpfs: add root vnode caching
2019-10-06 mjgdevfs: add root vnode caching
2019-10-05 mjgdevfs: plug redundant bwillwrite avoidance
2019-10-03 kibtmpfs_readdir(): unlock the locked node.
2019-10-03 kibtmpfs_rename: style.
2019-10-03 kibRemove unnecessary vm/vm_page.h and vm/vm_pager.h inclu...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 rmacklemReplace all mtx_assert() calls for n_mtx and ncl_iod_mu...
2019-09-24 rmacklemReplace all mtx_lock()/mtx_unlock() on the iod lock...
2019-09-24 rmacklemReplace all mtx_lock()/mtx_unlock() on n_mtx with the...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-20 kevansmsdosfs: do not deget unlinked denodes
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 kibFurther refine r352393, only call vnode_pager_setsize...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 mjgvfs: convert struct mount counters to per-cpu
2019-09-16 asomersFix an off-by-one error from r351961
2019-09-16 asomersfusefs: fix some minor issues with fuse_vnode_setparent
2019-09-16 kibnfscl_loadattrcache: fix rest of the cases to not call
2019-09-14 traszMake pseudofs(9) create directory entries in order...
2019-09-13 dimMerge ^/head r352105 through r352307.
next