drm/linux: Make fence contexts 64 bit
[dragonfly.git] / sys / vfs /
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()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Rewrite msdosfs_readdir()
2019-10-23 Tomohiro Kusumisys/vfs/msdosfs: Fix FAT32 dotdot dirent corruption
2019-10-23 Tomohiro Kusumisys/kern: Add init_va_filerev()
2019-10-20 Sascha Wildnerkernel/hammer2: Remove -DSMP from Makefile. It is no...
2019-10-19 Tomohiro Kusumisys/vfs/msdosfs: Drop nonexistent msdosfs_mountroot...
2019-10-19 Tomohiro Kusumisys/vfs/msdosfs: Add nop MSDOSFS_LOCK_MP()
2019-10-19 Sascha WildnerFix some typos: enought -> enough
2019-10-17 Sascha WildnerMerge branch 'vendor/ZLIB'
2019-10-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-13 Sascha Wildnerworld/kernel: Use the howmany() macro in various places.
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Sync comments on cluster macros with...
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Style bugs
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Sync a comment on cdev_t with FreeBSD
2019-10-12 Tomohiro Kusumisys/vfs/msdosfs: Fix detrunc() twice
2019-10-11 Tomohiro Kusumisys/vfs/msdosfs: Fix a serious off by 1 for cluster...
2019-10-11 Tomohiro Kusumisys/vfs/msdosfs: Use howmany()
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-10 Tomohiro Kusumisys/vfs/msdosfs: Spelling fixes
2019-10-10 Tomohiro Kusumisys/vfs/msdosfs: Rename DOS_FILESIZE_MAX -> MSDOSFS_FIL...
2019-10-09 Tomohiro Kusumisys/vfs/msdosfs: Use vop_stdpathconf()
2019-10-09 Tomohiro Kusumisys/vfs/msdosfs: Remove unused msdosfs_args::magic
2019-10-09 Tomohiro Kusumisys/vfs/msdosfs: vrecycle() vnode with SLOT_EMPTY
2019-10-09 Tomohiro Kusumisys/vfs/msdosfs: Use vfs_timestamp()
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: Don't rely on FSInfo for next free...
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: FSInfo size handling is completely...
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: Rename de_bntodoff() to de_bn2doff()
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: Remove redundant macro xcntodoff()
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: Rename xcntobn() back to cntobn()
2019-10-07 Tomohiro Kusumisys/vfs/msdosfs: Add markvoldirty()
2019-10-06 Tomohiro Kusumisys/vfs/msdosfs: usemap_free() after fatentry()
2019-10-06 zrjkernel: Make chflags syscalls argument types consistent...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Fix panic on corrupted fs in pcbmap()
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Invalid filesystem might brelse(bp...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Change the return on impossible condit...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Ensure cluster allocation is within...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Style
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Verify BPB_Media value in FAT[0] in...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Properly update ClnShutBitMask in...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Clear cluster bitmap on chainalloc...
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: Add clusteralloc1()
2019-10-05 Tomohiro Kusumisys/vfs/msdosfs: ANSIfy sys/fs/msdosfs
2019-10-04 Tomohiro Kusumisys/vfs/msdosfs: Use struct dirent
2019-10-04 Tomohiro Kusumisys/vfs/msdosfs: Remove diff noises vs FreeBSD from...
2019-10-04 Tomohiro Kusumisys/vfs/msdosfs: Long names of files are created incorr...
2019-10-04 Tomohiro Kusumisys/vfs/msdosfs: Prevent buffer overflow when expanding...
2019-10-03 Tomohiro Kusumisys/vfs/msdosfs: Use __DECONST()
2019-10-04 Tomohiro Kusumisys/vfs/msdosfs: Discarding local array based on return...
2019-10-03 Tomohiro Kusumisys/vfs/msdosfs: Fixes for undefined behavior
2019-10-03 Tomohiro Kusumisys/vfs/msdosfs: Avoid excessive flushing of FSInfo...
2019-10-03 Tomohiro Kusumisys/vfs/msdosfs: Use FSInfo instead of random# on clust...
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Add FULL_RUN for (u_int)-1
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Fix loading msdos_iconv.ko
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Fix build break on LINT64 by 411df81600
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Assert mount is not read-only when...
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Add assertions for FAT bitmap state
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Remove unused global statistic about...
2019-10-02 Tomohiro Kusumisys/vfs/msdosfs: Remove unused find_lcode()
2019-10-01 Tomohiro Kusumisys/vfs/msdosfs: Mount msdosfs with longnames support...
2019-10-01 Tomohiro Kusumisys/vfs/msdosfs: Fix wrong memcpy(3) usage
2019-10-01 Tomohiro Kusumisys/vfs/msdosfs: Extend fatcache size for extend write...
2019-10-01 Tomohiro Kusumisys/vfs/hammer2: Use correct typedef for uint64_t for...
2019-09-30 Tomohiro Kusumisys/vfs/msdosfs: msdos_iconv -> msdosfs_iconv (minimize...
2019-09-29 Matthew Dillonhammer2 - Add emergency mode to allow recovery of ENOSP...
2019-09-29 Tomohiro Kusumisbin/hammer2: Add sbin/hammer2/hammer2_subs.h
2019-09-29 Matthew Dillonhammer2 - Fix pfs-delete panic
2019-09-28 Matthew Dillonhammer2 - Optimize hammer2 support threads and dispatch
2019-09-26 Tomohiro Kusumisys/vfs/msdosfs: Reduce size of struct defid
2019-09-26 Tomohiro Kusumisys/vfs/msdosfs: Whitespace fixes (minimize diff noises...
2019-09-25 Tomohiro Kusumisys/vfs/msdosfs: Use timespec2fattime()/fattime2timespec()
2019-09-24 Tomohiro Kusumisys/vfs/msdosfs: b*() -> mem*() (sync with FreeBSD...
2019-09-24 Tomohiro Kusumisys/vfs/msdosfs: Minimize diff vs FreeBSD
2019-09-16 Tomohiro Kusumisys/vfs/hammer2: hammer2_chain_t is unneeded for dummy...
2019-09-16 Tomohiro Kusumisys/vfs/hammer2: Cleanup freemap index calculation
2019-09-14 Matthew Dillonnfs - Fix utimes() bugs in NFS
2019-09-14 Matthew Dillontmpfs - Close rare vnode recycle race
2019-09-13 Matthew Dillonworld - More ABI breakage
2019-09-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-09-10 Tomohiro Kusumisbin/mount_msdos: Bring in FreeBSD/Git 0c5ae3a9 (add...
2019-09-08 Tomohiro Kusumisys/vfs/msdosfs: Bring back EXBOOTSIG2 (unbreak lib...
2019-09-08 Roy MarplesMerge branch 'vendor/OPENRESOLV' with the following...
2019-09-07 Tomohiro Kusumisys/vfs/msdosfs: Sync with FreeBSD (non functional...
next