rtld - Use kern.tls_extra
[dragonfly.git] / sys / vfs /
2020-03-05 Matthew Dillontmpfs - Fix bug last commit
2020-03-04 Matthew Dillontmpfs - Fix minor deadlock, refactor tn_links
2020-03-04 Matthew Dillonkernel - Rename spinlock counter trick API
2020-03-03 Matthew Dillonkernel - Normalize the vx_*() vnode interface
2020-03-03 Matthew Dillontmpfs - Close a whole in tmpfs_vop_nremove()
2020-02-24 Matthew Dillonnfs - Strip out cr_prison from cached creds
2020-02-23 Matthew Dillontmpfs - Fix races in tmpfs_nrename() and tmpfs_nrmdir()
2020-02-23 Matthew Dillontmpfs - Cleanup, refactor tmpfs_alloc_vp()
2020-02-15 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS234'
2020-02-15 Matthew Dillondevfs - Clean up some SMP inefficiencies
2020-02-14 Matthew Dillonkernel - Rejigger mount code to add vfs_flags in struct...
2020-02-13 Matthew Dillonkernel - Improve tmpfs support
2020-02-13 Matthew Dillontmpfs - Improve write clustering
2020-02-12 Matthew Dillontmpfs - Flush and recycle pages quickly during heavy...
2020-02-11 Matthew Dillontmpfs - Cycle through buffer cache when pageout daemon...
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-02-10 Sascha WildnerMerge branch 'vendor/OPENBSD_LIBM'
2020-01-30 Matthew Dillonhammer2 - Fix inode & chain limits, improve flush pipeline.
2020-01-24 Sascha Wildnerkernel/ntfs: Fix lockinit() flags.
2020-01-24 Matthew Dillonkernel - Fix missing lock in devfs
2020-01-19 Sascha WildnerMerge branch 'vendor/FLEX'
2020-01-07 zrjMerge branch 'vendor/GDB'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-20 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-12-08 Tomohiro Kusumisys/vfs/msdosfs: Minor msdosfs_readdir() sync up with...
2019-12-08 Matthew Dillonhammer2 - Fix chain->error case in hammer2_chain_lookup()
2019-12-08 Matthew Dillonhammer2 - Rename 'bcopy' variable to 'bsave'
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate...
2019-12-02 Matthew Dillondevfs - Ensure lock held around devfs_cdev_terminate()
2019-12-02 Antonio Huete Jimenezjail: Simplify a bit by using the new BIT64 sysctl...
2019-12-01 Sascha WildnerRename some functions to better names.
2019-12-01 Sascha Wildner<sys/types.h>: Get rid of udev_t.
2019-11-24 Matthew Dillontmpfs - Make tmpfs_move_pages() more robust
2019-11-23 Tomohiro Kusumisys/vfs/autofs: Minor cleanup to sync with NetBSD
2019-11-23 Tomohiro Kusumisys/vfs/autofs: Fix a comment on autofs_mount_info
2019-11-19 Matthew Dillonhammer2 - Finally fix the 'file winds up with some...
2019-11-17 Tomohiro Kusumisys/vfs/msdosfs: Fix ->de_fndcnt calculation on lookup
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Unmount on update_mp() failure if...
2019-11-16 Tomohiro Kusumisys/vfs/fuse: Add note to sys/vfs/fuse/fuse_abi.h
2019-11-16 Tomohiro Kusumiautofs: Change email address (sync with FUSE and others)
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Fix comment on locking on rename(2)
2019-11-16 Tomohiro Kusumisys/vfs/msdosfs: Sync VFS lock assertion with FreeBSD
2019-11-14 zrjkernel: Stop using <stdint.h> during kernel build.
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Allow deupdat() against non root directory
2019-11-14 Sascha WildnerRevert "sys/vfs/msdosfs: Correct _PC_FILESIZEBITS value"
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Correct _PC_FILESIZEBITS value
2019-11-15 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded mbnambuf...
2019-11-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Assume up to 8192 bytes sector for BPB
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Return EBUSY on lookup on delete/renam...
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Sync minor styles with FreeBSD
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Allow B_CLUSTEROK in deupdat()
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Don't use MSDOSFSMNT_WAITONFAT
2019-11-14 Tomohiro Kusumisys/vfs/msdosfs: Include FAT headers via <vfs/msdosfs...
2019-11-12 Matthew Dillonkernel - Fix first-lwp access race vs process creation
2019-11-12 Matthew Dillonkernel and libc - Reimplement lwp_setname*() using...
2019-11-12 Tomohiro Kusumisys/vfs: Use IO_SEQSHIFT
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Fix va_fileid casts
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Save/restore fatchain cache in VOP_BMAP()
2019-11-12 Tomohiro Kusumisys/vfs/msdosfs: Support vfs clustering
2019-11-12 Matthew Dillonkernel - Repurpose td_tracker
2019-11-10 Tomohiro Kusumisys/vfs/msdosfs: Need to explicitly set bp to NULL
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Cleanup before implementing vfs clustering
2019-11-09 Tomohiro Kusumisys/vfs/msdosfs: Fix regression from cleanup commit...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Remove BPB_TotSec16 test for FAT32...
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Fix comments on corrupted fs
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Fix typo
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Add/use DOINGASYNC()
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Support async mount (delayed write)
2019-11-08 Tomohiro Kusumisys/vfs/msdosfs: Avoid "." corruption on rename(2)
2019-11-07 Tomohiro Kusumisys/vfs/msdosfs: Improve fsync(2) behavior
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove seemingly unneeded unlock/reloc...
2019-11-06 Tomohiro Kusumisys/vfs/msdosfs: Remove unrelated comment on rmdir
2019-11-05 Tomohiro Kusumisys/vfs/msdosfs: Sync debug prints with FreeBSD
2019-11-03 François Tigeotdevfs: Add a vnode pointer argument to dev_dopen()
2019-11-01 zrjkernel/hammer2: Make C_HASHTABLE static.
2019-10-31 zrjkernel/vfs: Consistently check if MALLOC_DECLARE was...
2019-10-31 zrjkernel: Remove explicit dependencies on <sys/malloc...
2019-10-31 zrj<sys/sysref.h>: Switch to lighter <sys/_malloc.h> header.
2019-10-31 zrj<sys/slaballoc.h>: Switch to lighter <sys/_malloc.h...
2019-10-31 zrjkernel: Minor whitespace cleanup in few sources.
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Drop redundant ->uio_offset limit...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove DragonFly specific macro de_off...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove DragonFly specific macro de_off...
2019-10-25 Tomohiro Kusumisys/vfs/msdosfs: Remove confusing code on cluster#
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Remove obsolete comment
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Fix comment on symlink
2019-10-24 Tomohiro Kusumisys/vfs/msdosfs: Remove VREG/VDIR support from msdosfs_...
2019-10-24 zrjkernel: Cleanup <sys/uio.h> issues.
2019-10-23 Tomohiro KusumiRevert "world/kernel: Use the roundup2() macro in vario...
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown2() macro in various...
2019-10-23 Sascha Wildnerworld/kernel: Use the rounddown() macro in various...
2019-10-23 Sascha Wildnerworld/kernel: Use the roundup2() macro in various places.
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: msdosfs_read()/msdosfs_write() fixes
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix comments in msdosfs_setattr()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix style bugs
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Don't sync update on msdosfs_setattr()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: uniqdosname() assumes 12 bytes char[]
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Don't set DE_ACCESS on read if readonl...
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Avoid loop after bread()
next