]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
MFV r247575:
[FreeBSD/FreeBSD.git] / sys / fs /
2013-03-01 Xin LIMFV r247575:
2013-03-01 Martin MatuskaMFV r247316:
2013-02-27 Martin MatuskaMFV 247176, 247178, 247315:
2013-02-26 Alan CoxEliminate a duplicate #include.
2013-02-26 Attilio RaoMerge from vmobj-rwlock branch:
2013-02-26 Xin LIUpdate base system libexpat to 2.1.0.
2013-02-25 Martin MatuskaMFV v242732:
2013-02-23 Martin MatuskaMFV r246653:
2013-02-21 John BaldwinFurther refine the handling of stop signals in the...
2013-02-21 Warner LoshThe request queue is already locked, so we don't need...
2013-02-18 Gregory Neil ShapiroMerge sendmail 8.14.6 errata issue
2013-02-17 Konstantin BelousovDo not update the fsinfo block on each update of any...
2013-02-15 Dag-Erling SmørgravUpgrade to 1.6.16
2013-02-15 Jung-uk KimMerge ACPICA 20130214.
2013-02-15 Dag-Erling SmørgravImport LDNS and build it as an internal library.
2013-02-14 Baptiste DaroussinRevert r246791 as it needs a security review first
2013-02-14 Baptiste DaroussinAllow fdescfs to be mounted from inside a jail
2013-02-13 Jung-uk KimMerge OpenSSL 1.0.1e.
2013-02-11 Martin MatuskaMFV r246633:
2013-02-11 Martin MatuskaMFV r246394:
2013-02-11 Martin MatuskaMFV r246392:
2013-02-11 Martin MatuskaMFV r246390:
2013-02-10 Pedro F. Giffuniext2fs: Use prototype declarations for function definitions
2013-02-10 Martin MatuskaMFV r246388:
2013-02-10 Attilio RaoRemove a racy checks on resident and cached pages for
2013-02-09 Xin LIMFV r245512:
2013-02-08 Pedro F. Giffuniext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_...
2013-02-08 Pedro F. Giffuniext2fs: make e2fs_maxcontig local and remove tautologic...
2013-02-08 Pedro F. GiffuniRemove unused MAXSYMLINKLEN macro.
2013-02-07 David ChisnallImport new libc++ to head. Various small fixes and...
2013-02-07 Konstantin BelousovStop translating the ERESTART error from the open(2...
2013-02-06 John BaldwinRework the handling of stop signals in the NFS client...
2013-02-05 Pedro F. Giffuniext2fs: move assignment where it is not dead.
2013-02-05 Pedro F. Giffuniext2fs: Remove unused em_e2fsb definition..
2013-02-05 Pedro F. Giffuniext2fs: Remove useless rootino local variable.
2013-02-05 Pedro F. Giffuniext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
2013-02-05 Pedro F. Giffuniext2fs: Use nitems().
2013-02-05 Pedro F. Giffuniext2fs: Use EXT2_LINK_MAX instead of LINK_MAX
2013-02-02 Pedro F. Giffuniext2fs: general cleanup.
2013-02-01 Simon J. GerratyMerge bmake-20130123
2013-02-01 Konstantin BelousovThe MSDOSFSMNT_WAITONFAT flag is bogus and broken....
2013-02-01 Konstantin BelousovBackup FATs were sometimes marked dirty by copying...
2013-02-01 Konstantin BelousovThe directory entry for dotdot was corrupted in the...
2013-02-01 Konstantin BelousovThe mountmsdosfs() function had an insane sanity test...
2013-02-01 Konstantin BelousovFix a backwards comment in markvoldirty().
2013-02-01 Konstantin BelousovAssert that the mbuf in the chain has sane length....
2013-01-28 Jung-uk KimMerge two bug fixes from the vendor branch.
2013-01-27 Konstantin BelousovBe conservative and do not try to consume more bytes...
2013-01-26 Pedro F. GiffuniClean some 'svn:executable' properties in the tree.
2013-01-26 Pedro F. GiffuniCosmetical off-by-one
2013-01-25 John BaldwinFurther cleanups to use of timestamps in NFS:
2013-01-23 Pedro F. Giffuniext2fs: fix a check for negative block numbers.
2013-01-22 Pedro F. Giffuniext2fs: make some inode fields match the ext2 spec.
2013-01-22 Pedro F. Giffuniext2fs: temporarily disable the reallocation code.
2013-01-21 David ChisnallImport new fix from libcxxrt. This fixes the case...
2013-01-19 Neel NatuMerge projects/bhyve to head.
2013-01-18 Andrew TurnerImport compiler-rt r172839.
2013-01-18 Xin LIMake it possible to force async at server side on new...
2013-01-18 Pedro F. Giffuniext2fs: Add some DOINGASYNC check to match ffs.
2013-01-18 John BaldwinUse vfs_timestamp() to set file timestamps rather than...
2013-01-17 Jung-uk KimMerge ACPICA 20130117.
2013-01-17 John BaldwinRemove a no-longer-used variable after the previous...
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Xin LIMFV r245510:
2013-01-16 John BaldwinUse the VA_UTIMES_NULL flag to detect when NULL was...
2013-01-16 Konstantin BelousovRemove the filtering of the acceptable mount options...
2013-01-15 John Baldwin- More properly handle interrupted NFS requests on...
2013-01-14 Konstantin BelousovThe current default size of the nullfs hash table used...
2013-01-11 David ChisnallMerge new version of libcxxrt. This brings in three...
2013-01-10 Konstantin BelousovWhen nullfs mount is forcibly unmounted and nullfs...
2013-01-09 Neel NatuIFC @ r245178
2013-01-08 Baptiste DaroussinAdd support for IO_APPEND flag in fuse
2013-01-07 Pedro F. Giffuniext2fs: cleanup de dinode structure.
2013-01-06 Gleb Kurtsoutmpfs: Replace directory entry linked list with RB...
2013-01-04 Neel NatuIFC @ r244983.
2013-01-04 Konstantin BelousovFix reversed condition in the assertion.
2013-01-03 Konstantin BelousovAdd the "nocache" nullfs mount option, which disables...
2013-01-03 Konstantin BelousovRemove the last use of the deprecated MNT_VNODE_FOREACH...
2013-01-03 Xin LIMFV: one-true-awk 20121220.
2013-01-02 Xin LIMFV r244973:
2012-12-29 Gregory Neil ShapiroMerge sendmail 8.14.6 to HEAD
2012-12-23 Konstantin BelousovDo not force a writer to the devfs file to drain the...
2012-12-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.2 release.
2012-12-22 Martin MatuskaMFV r244559:
2012-12-21 Brooks DavisAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-20 Pedro F. GiffuniMore constant renaming in preparation for newer features.
2012-12-18 Brooks DavisReplace our implementation of the vis(3) and unvis...
2012-12-15 Robert WatsonMerge OpenBSM 1.2-alpha3 from the vendor branch to...
2012-12-15 Martin MatuskaMFV r244245:
2012-12-09 Rick MacklemAdd "nfsstat -m" support for the two new NFS mount...
2012-12-08 Rick MacklemMove the NFSv4.1 client patches over from projects...
2012-12-07 Erwin LansingUpdate to 9.8.4-P1.
2012-12-05 Gleb Smirnoff Mechanically substitute flags from historic mbuf...
2012-12-04 Neel NatuIFC @r243836
2012-12-03 Dimitry AndricUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-03 Xin LIMFV: less v456.
2012-12-02 Rick MacklemAdd an nfssvc() option to the kernel for the new NFS...
2012-12-01 Robert WatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-29 David ChisnallMerge new libc++ into head.
2012-11-28 Pedro F. GiffuniUpdate some definitions or make them match NetBSD's...
next