]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Merge from vmcontention
[FreeBSD/FreeBSD.git] / sys / fs /
2013-02-08 attilioMerge from vmcontention
2013-02-07 attilioMerge from vmcontention
2013-02-06 attilioMerge from vmcontention
2013-02-06 attilioRevert previously added locking to tmpfs_mapped{read...
2013-02-06 attilioReduce diffs against HEAD:
2013-02-06 attilioMerge from vmcontention
2013-02-06 attilioMFC
2013-02-05 pfgext2fs: move assignment where it is not dead.
2013-02-05 pfgext2fs: Remove unused em_e2fsb definition..
2013-02-05 pfgext2fs: Remove useless rootino local variable.
2013-02-05 pfgext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
2013-02-05 pfgext2fs: Use nitems().
2013-02-05 pfgext2fs: Use EXT2_LINK_MAX instead of LINK_MAX
2013-02-04 attilioMerge from vmcontention
2013-02-04 attilioMFC
2013-02-04 attilioReduce differences with HEAD.
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
2013-02-02 pfgext2fs: general cleanup.
2013-02-01 sjgMerge bmake-20130123
2013-02-01 kibThe MSDOSFSMNT_WAITONFAT flag is bogus and broken....
2013-02-01 kibBackup FATs were sometimes marked dirty by copying...
2013-02-01 kibThe directory entry for dotdot was corrupted in the...
2013-02-01 kibThe mountmsdosfs() function had an insane sanity test...
2013-02-01 kibFix a backwards comment in markvoldirty().
2013-02-01 kibAssert that the mbuf in the chain has sane length....
2013-01-27 kibBe conservative and do not try to consume more bytes...
2013-01-26 pfgClean some 'svn:executable' properties in the tree.
2013-01-26 pfgCosmetical off-by-one
2013-01-25 jhbFurther cleanups to use of timestamps in NFS:
2013-01-23 pfgext2fs: fix a check for negative block numbers.
2013-01-22 pfgext2fs: make some inode fields match the ext2 spec.
2013-01-22 pfgext2fs: temporarily disable the reallocation code.
2013-01-19 neelMerge projects/bhyve to head.
2013-01-18 delphijMake it possible to force async at server side on new...
2013-01-18 pfgext2fs: Add some DOINGASYNC check to match ffs.
2013-01-18 jhbUse vfs_timestamp() to set file timestamps rather than...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 jhbRemove a no-longer-used variable after the previous...
2013-01-17 neelIFC @ r245509
2013-01-16 jhbUse the VA_UTIMES_NULL flag to detect when NULL was...
2013-01-16 kibRemove the filtering of the acceptable mount options...
2013-01-15 jhb- More properly handle interrupted NFS requests on...
2013-01-14 kibThe current default size of the nullfs hash table used...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-10 kibWhen nullfs mount is forcibly unmounted and nullfs...
2013-01-09 attilioMFC
2013-01-09 neelIFC @ r245178
2013-01-08 baptAdd support for IO_APPEND flag in fuse
2013-01-07 pfgext2fs: cleanup de dinode structure.
2013-01-06 glebtmpfs: Replace directory entry linked list with RB...
2013-01-04 neelIFC @ r244983.
2013-01-04 kibFix reversed condition in the assertion.
2013-01-03 kibAdd the "nocache" nullfs mount option, which disables...
2013-01-03 kibRemove the last use of the deprecated MNT_VNODE_FOREACH...
2012-12-26 attilioMFC
2012-12-23 kibDo not force a writer to the devfs file to drain the...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-20 pfgMore constant renaming in preparation for newer features.
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-11 attilioMFC
2012-12-09 rmacklemAdd "nfsstat -m" support for the two new NFS mount...
2012-12-08 rmacklemMove the NFSv4.1 client patches over from projects...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-05 glebius Mechanically substitute flags from historic mbuf...
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 rmacklemAdd an nfssvc() option to the kernel for the new NFS...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-28 pfgUpdate some definitions or make them match NetBSD's...
2012-11-28 pfgPartially bring r242520 to ext2fs.
2012-11-26 davide- smbfs_rename() might return an error value without...
2012-11-22 davide- Remove reset of vpp pointer in some places as long...
2012-11-22 davideUntil now, smbfs_fullpath() computed the full path...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-20 kibRemove the check and panic for an impossible condition...
2012-11-19 attilior16312 is not any longer real since many years (likely...
2012-11-17 neelIFC @ r243164
2012-11-16 kibIn pget(9), if PGET_NOTWEXIT flag is not specified...
2012-11-16 sjgMerge bmake-20121111
2012-11-14 kibRemove M_USE_RESERVE from the devfs cdp allocator,...
2012-11-14 davideGet rid of some old debug code. It provides checks...
2012-11-14 davideFix the lookup in the DOTDOT case in the same way as...
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-10 attilio- Protect mnt_data and mnt_flags under the mount interlock
2012-11-09 attilioComplete MPSAFE VFS interface and remove MNTK_MPSAFE...
2012-11-08 attilio- Current caching mode is completely broken because...
2012-11-05 attiliofuse_io* must be able to crunch also VDIR vnodes.
2012-11-03 attilioFix a bug where operations was carried on even if not...
2012-11-02 kibThe r241025 fixed the case when a binary, executed...
2012-10-31 davide- Do not put in the mntqueue half-constructed vnodes.
2012-10-31 davideFix panic due to page faults while in kernel mode,...
2012-10-31 davideChange the code to use %jd as printf() placeholder...
2012-10-25 davideFix build in case we have SMBVDEBUG turned on.
2012-10-25 davide- Remove the references to the deprecated zalloc kernel...
2012-10-22 attilioMFC
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 kibRemove the support for using non-mpsafe filesystem...
2012-10-22 eadlerremove duplicate semicolons where possible.
next