sys/vfs/msdosfs: Sync with FreeBSD (non functional diffs)
[dragonfly.git] / sys / vfs /
2018-12-08 Matthew Dillonhammer2 - Add HAMMER2_IO_DEBUG
2018-12-07 Matthew Dillonhammer2 - stabilization
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 7/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 6/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 5/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 4/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 3/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 2/N
2018-12-05 Matthew Dillonhammer2 - refactor filesystem sync 1/N
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-11-13 Matthew Dillonkernel - Fix SMP race in procfs
2018-10-31 Sascha Wildnerkernel/{hammer2,tmpfs}: Fix ENOTDIR/EISDIR logic.
2018-10-31 Matthew Dillontmpfs - Use atomic_fetchadd_long() to allocate inode...
2018-10-20 Matthew Dillonkernel - Remove two debug messages
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-10-02 Matthew Dillonkernel - Remove duplicate TRIM, only trim with the...
2018-09-26 Sascha Wildnerkernel/ufs: Fix -Wundef.
2018-09-26 Sascha Wildnerkernel/ntfs: Fix -Wundef.
2018-09-20 Imre Vadásznfs - Avoid memory leakage when unloading the nfs module.
2018-08-29 Matthew Dillontmpfs - Fix rare deadlock
2018-08-18 Matthew Dillonhammer2 - Add the vfs.hammer2.cluster_write sysctl...
2018-08-13 Matthew Dillonhammer2 - Shift inode xop functions into hammer2_xop.c
2018-08-13 Matthew Dillonhammer2 - Remote xop implementation part 1
2018-08-12 Tomohiro Kusumisys/vfs/autofs: Change u_xxx -> unsigned xxx
2018-08-07 Sascha WildnerFix up more files for the <net/if.h> / <net/if_var...
2018-08-05 Aaron LI<net/if.h>: Do not include <net/if_var.h> for _KERNEL
2018-08-03 Aaron LIdevfs: Minor style fixes
2018-08-01 Matthew Dillonhammer2 - Add destroy-inum directive
2018-07-30 Matthew Dillonhammer2 - Do not assert when shifting around error...
2018-07-26 Tomohiro Kusumisys/vfs/autofs: Make {test,nlookup}_fs_root() return...
2018-07-26 Tomohiro Kusumisys/vfs/autofs: Cleanup
2018-07-24 Tomohiro Kusumisys/vfs/autofs: Cleanups
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-05 Tomohiro Kusumisys/vfs/hammer: Cleanup CRC functions
2018-06-30 Tomohiro Kusumisys/kern: Make condvar(9) support mutex(9)
2018-06-24 Tomohiro Kusumisys/vfs/autofs: Install vnops after root dir is initialized
2018-06-24 Tomohiro Kusumisys/vfs/autofs: Don't dereference vnode pointer if...
2018-06-24 Tomohiro Kusumisys/vfs/autofs: Simplify vfs_root()
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-12 Tomohiro Kusumisys/vfs/autofs: Change autofs_softc::sc_lock to use...
2018-06-11 Tomohiro Kusumisys/vfs/autofs: Add Copyright
2018-06-11 Tomohiro Kusumisys/vfs/autofs: #if0 unsupported vfs.autofs.mount_on_stat
2018-06-10 Tomohiro Kusumisys/vfs/autofs: Add VFCF_MPSAFE
2018-06-10 Tomohiro Kusumisys/vfs/autofs: Drop VFCF_NETWORK
2018-06-10 Tomohiro Kusumisys/vfs/autofs: Drop unneeded bzero on node/request...
2018-06-08 Aaron LIhammer2: do not print error=0x0000 on bulkfree
2018-05-27 Matthew Dillonhammer2 - Fix missing initialization (fix broken root...
2018-05-27 Matthew Dillonhammer2 - Be a be more verbose in the mount and getroot...
2018-05-26 Matthew Dillonhammer2 - Fix focus vs modify race
2018-05-26 Matthew Dillonhammer2 - remove hammer2_cluster_wdata()
2018-05-24 Matthew Dillonhammer2 - Fix kmalloc pool blowout on low-memory machines
2018-05-21 Matthew Dillonhammer2 - Beef up bulkfree buffering
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-12 Matthew Dillontmpfs - Fix tmpfs_fid, fix NFS exports
2018-05-07 Sascha Wildnerkernel/nfs: Use the correct prototype for sys_nfssvc().
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-04-28 Matthew Dillonhammer - Add missing lock
2018-04-23 Matthew Dillontmpfs - Move dnode lock to improve unlink performance
2018-04-22 Matthew Dillonkernel - per-thread fd cache, p_fd lock bypass
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Use ksnprintf() (sync with NetBSD)
2018-04-20 Tomohiro Kusumisys/vfs/autofs: Fix a comment
2018-04-18 Matthew Dillonhammer2 - Add vfs.hammer2.limit_dirty_inodes
2018-04-10 Tomohiro Kusumisys/vfs/autofs: Use d_xxx_t typedefs for /dev/autofs
2018-04-07 Sascha Wildnerufs: Rename a number of UFS constants throughout the...
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-30 Matthew Dillonkernel - Fix UFS bug on filesystem full conditions
2018-03-27 Sascha Wildnerkernel/{ext2,u}fs: Remove unused 'in_exists' from struc...
2018-03-26 Tomohiro Kusumisys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD)
2018-03-24 Tomohiro Kusumisys/vfs/autofs: Revert 1bfb99b1b1("prevent assert on...
2018-03-23 Sascha Wildnerkernel/devfs: Use 1UL << ... in bitmap bit operations.
2018-03-22 Matthew Dillonkernel - devfs cleanup
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-19 Matthew Dillonkernel - Implement QUICKHALT shortcut for unmounting...
2018-03-19 Matthew Dillondevfs - Fix a few more issues (3)
2018-03-19 Matthew Dillondevfs - Fix a few more issues (2)
2018-03-18 Matthew Dillondevfs - Fix a few more issues
2018-03-17 Matthew Dillondevfs - Fix a few issues
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag (2)
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonhammer - Fix bugs, fix serious snapshot bug, flush...
2018-03-17 Matthew Dillonhammer2 - More involved refactoring of chain_repparent...
2018-03-17 Matthew Dillonhammer2 - Refactor LRU chain recycling
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilizat...
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilization
2018-03-06 Tomohiro Kusumisys/vfs/autofs: Cleanups
2018-02-28 Sascha Wildner<vfs/hammer2/hammer2.h>: Expose VTOI() with _KERNEL_STR...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync() (2)
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync()
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Remove AUTOFS_ASSERT_*LOCKED()
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Change autofs_mount::am_lock to use...
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Change autofs_node::an_vnode_lock to...
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Remove #if0'd export related code
next