]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
(ab)Use the firmware API to store away EEPROM calibration data for
[FreeBSD/FreeBSD.git] / sys / fs /
2012-04-13 jhApply changes from r234103 to ext2fs:
2012-04-11 jhRestore the blank line incorrectly removed in r234104.
2012-04-10 jhApply changes from r233787 to ext2fs:
2012-04-09 attilio- Introduce a cache-miss optimization for consistency...
2012-04-08 mckusickAdd I/O accounting to msdos filesystem.
2012-04-07 glebtmpfs supports only INT_MAX nodes due to limitations...
2012-04-07 glebAdd vfs_getopt_size. Support human readable file system...
2012-04-07 glebAdd reserved memory limit sysctl to tmpfs.
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-17 kibAdd sysctl vfs.nfs.nfs_keep_dirty_on_error to switch...
2012-03-14 glebPrevent tmpfs_rename() deadlock in a way similar to UFS
2012-03-14 glebDon't enforce LK_RETRY to get existing vnode in tmpfs_a...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-13 kevloUse NULL instead of 0
2012-03-11 kibUpdate comment.
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 pfgAdd support for ns timestamps and birthtime to the...
2012-03-08 jhbAdd KTR_VFS traces to track modifications to a vnode...
2012-03-07 kibThe pipe_poll() performs lockless access to the vnode...
2012-03-05 kibApply inlined vn_vget_ino() algorithm for ".." lookup...
2012-03-04 kibRemove unneeded cast to u_int. The values as small...
2012-03-04 kevloRemove unnecessary casts
2012-03-04 kevloClean up style(9) nits
2012-03-03 rmacklemThe name caching changes of r230394 exposed an intermit...
2012-03-03 rmacklemPost r230394, the Lookup RPC counts for both NFS client...
2012-03-02 jhbSimilar to the fixes in 226967 and 226987, purge any...
2012-03-02 kibDo not expose unlocked unconstructed nullfs vnode on...
2012-03-01 rmacklemFix the NFS clients so that they use copyin() instead...
2012-02-29 mmAdd "export" to devfs_opts[] and return EOPNOTSUPP...
2012-02-29 kibAllow shared locks for reads when lower filesystem...
2012-02-29 kibDocument that null_nodeget() cannot take shared-locked...
2012-02-29 kibIn null_reclaim(), assert that reclaimed vnode is fully...
2012-02-29 kibAlways request exclusive lock for the lower vnode in...
2012-02-29 kibMove the code to destroy half-contructed nullfs vnode...
2012-02-29 kibMerge a split multi-line comment.
2012-02-29 mmAdd procfs to jail-mountable filesystems.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-24 kevloRemove an unused structure and unnecessary cast
2012-02-24 kevloCheck if the user has necessary permissions on the...
2012-02-23 mmTo improve control over the use of mount(8) inside...
2012-02-23 kmacymerge pipe and fifo implementations
2012-02-23 rmacklemhrs@ reported a panic to freebsd-stable@ under the...
2012-02-22 kibUse DOINGASYNC() to test for async allowance, to honor...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-20 kevloRemove an unnecessary cast.
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 rmacklemDelete a couple of out of date comments that are no...
2012-02-14 tijlReplace PRIdMAX with "jd" in a printf call. Cast the...
2012-02-10 edMerge si_name and __si_namebuf.
2012-02-09 mmAllow mounting nullfs(5) inside jails.
2012-02-09 mmAdd support for mounting devfs inside jails.
2012-02-09 mmIntroduce the "ruleset=number" option for devfs(5)...
2012-02-07 pfgUpdate the data structures with some fields reserved for
2012-02-07 rmacklemr228827 fixed a problem where copying of NFSv4 open...
2012-02-06 jhbRename cache_lookup_times() to cache_lookup() and retir...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 rmacklemWhen a "mount -u" switches an NFS mount point from...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-27 rmacklemA problem with respect to data read through the buffer...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-26 rmacklemRevert r230516, since it doesn't really fix the problem.
2012-01-25 kibFix remaining calls to cache_enter() in both NFS client...
2012-01-25 jhbAdd a timeout on positive name cache entries in the...
2012-01-25 rmacklemIf a mount -u is done to either NFS client that switches it
2012-01-20 jhbClose a race in NFS lookup processing that could result...
2012-01-20 rmacklemMartin Cracauer reported a problem to freebsd-current...
2012-01-18 reaSubject: NULLFS: properly destroy node hash
2012-01-17 kevloReturn EOPNOTSUPP since we only support update mounts...
2012-01-17 mckusickMake sure all intermediate variables holding mount...
2012-01-16 kevloAdd nfs export support to tmpfs(5)
2012-01-16 alcWhen tmpfs_write() resets an extended file to its origi...
2012-01-15 trocinyAbrogate nchr argument in proc_getargv() and proc_geten...
2012-01-15 uqsConvert files to UTF-8
2012-01-14 alcNeither tmpfs_nocacheread() nor tmpfs_mappedwrite(...
2012-01-14 rmacklemTai Horgan reported via email that there were two places in
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 rmacklemjwd@ reported via email that the "CacheSize" field...
2012-01-08 alcCorrect an error of omission in the implementation...
2012-01-08 rmacklemopt_inet6.h was missing from some files in the new...
2012-01-06 jhr222004 changed sbuf_finish() to not clear the buffer...
2012-01-06 jhCheck the return value of sbuf_finish() in pfs_readlink...
2012-01-05 dimIn sys/fs/nullfs/null_subr.c, in a KASSERT, output...
2012-01-03 kibDo the vput() for the lowervp in the null_nodeget(...
2012-01-03 kibDocument the state of the lowervp vnode for null_nodeget().
2012-01-03 pfgMinor cleanups to ntfs code
2012-01-03 alcDon't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_map...
2012-01-02 edUse strchr() and strrchr().
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 edMigrate ufs and ext2fs from skpc() to memcchr().
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 kevloDiscard local array based on return values.
2011-12-23 rmacklemDuring investigation of an NFSv4 client crash reported...
next