]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Remove an unused structure and unnecessary cast
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2011-12-22 kevloDiscarding local array based on return values
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-21 rmacklemjwd@ reported a problem via email where the old NFS...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-16 pfgStyle cleanups by jh@.
2011-12-16 rmacklemPatch the new NFS server in a manner analagous to r2285...
2011-12-15 pfgBring in reallocblk to ext2fs.
2011-12-14 pfgMerge ext2_readwrite.c into ext2_vnops.c as done in...
2011-12-09 jhbExplicitly use curthread while manipulating td_fpop...
2011-12-04 kibInitialize fifoinfo fi_wgen field on open. The only...
2011-12-04 rmacklemThis patch adds a sysctl to the NFSv4 server which...
2011-12-03 rmacklemPost r223774, the NFSv4 client no longer has multiple...
2011-12-01 jhbEnhance the sequential access heuristic used to perform...
2011-11-30 kibRename vm_page_set_valid() to vm_page_set_valid_range().
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-27 kevloAdd unicode support to ntfs
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 trocinyIn procfs_doproccmdline() if arguments are not cashed...
2011-11-22 ivorasAvoid panics from recursive rename operations. Not...
2011-11-22 kibPut all the messages from msdosfs under the MSDOSFS_DEB...
2011-11-22 rmacklemThis patch enables the new/default NFS server's use...
2011-11-21 delphijImprove the way to calculate available pages in tmpfs:
2011-11-21 rmacklemClean up some cruft in the NFSv4 client left over from the
2011-11-20 rmacklemAdd two arguments to the nfsrpc_rellockown() function...
2011-11-20 rmacklemSince the nfscl_cleanup() function isn't used by the...
2011-11-20 rmacklemPost r223774 the NFSv4 client never uses the linked...
2011-11-19 kibExisting VOP_VPTOCNP() interface has a fatal flow that...
2011-11-19 kibDo not use NULLVPTOLOWERVP() in the null_print(). If...
2011-11-19 kibUse the plain panic calls, without additional printing...
2011-11-18 kevloAdd unicode support to msdosfs and smbfs; original...
2011-11-16 kibFix build, use %d for int value formatting.
2011-11-16 phoHandle invalid large values for getdirentries(2) data...
2011-11-15 rmacklemModify the new NFS client so that nfs_fsync() only...
2011-11-15 phoRemoved extra PRELE() call.
2011-11-15 rmacklemMove the setting of the default value for nm_wcommitsize to
2011-11-14 jhbFinish making 'wcommitsize' an NFS client mount option.
2011-11-14 jhbSync with the old NFS client: Remove an obsolete comment.
2011-11-14 rmacklemSince NFSv4 byte range locking only works for regular...
2011-11-13 rmacklemMove the assignment of default values for some mount...
next