]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Provide better description for vfs.tmpfs.memory_reserved sysctl.
[FreeBSD/FreeBSD.git] / sys / fs /
2012-04-15 Gleb KurtsouProvide better description for vfs.tmpfs.memory_reserve...
2012-04-13 Jaakko HeinonenApply changes from r234103 to ext2fs:
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-11 Jaakko HeinonenRestore the blank line incorrectly removed in r234104.
2012-04-10 Jaakko HeinonenApply changes from r233787 to ext2fs:
2012-04-09 Attilio Rao- Introduce a cache-miss optimization for consistency...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-08 Kirk McKusickAdd I/O accounting to msdos filesystem.
2012-04-07 Gleb Kurtsoutmpfs supports only INT_MAX nodes due to limitations...
2012-04-07 Gleb KurtsouAdd vfs_getopt_size. Support human readable file system...
2012-04-07 Gleb KurtsouAdd reserved memory limit sysctl to tmpfs.
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-28 Jung-uk KimMFV: r233615
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-17 Konstantin BelousovAdd sysctl vfs.nfs.nfs_keep_dirty_on_error to switch...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 Gleb KurtsouPrevent tmpfs_rename() deadlock in a way similar to UFS
2012-03-14 Gleb KurtsouDon't enforce LK_RETRY to get existing vnode in tmpfs_a...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-13 Kevin LoUse NULL instead of 0
2012-03-11 Konstantin BelousovUpdate comment.
2012-03-11 Konstantin BelousovRemove fifo.h. The only used function declaration from...
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 Pedro F. GiffuniAdd support for ns timestamps and birthtime to the...
2012-03-08 John BaldwinAdd KTR_VFS traces to track modifications to a vnode...
2012-03-07 Konstantin BelousovThe pipe_poll() performs lockless access to the vnode...
2012-03-05 Konstantin BelousovApply inlined vn_vget_ino() algorithm for ".." lookup...
2012-03-04 Konstantin BelousovRemove unneeded cast to u_int. The values as small...
2012-03-04 Kevin LoRemove unnecessary casts
2012-03-04 Kevin LoClean up style(9) nits
2012-03-03 Rick MacklemThe name caching changes of r230394 exposed an intermit...
2012-03-03 Rick MacklemPost r230394, the Lookup RPC counts for both NFS client...
2012-03-02 John BaldwinSimilar to the fixes in 226967 and 226987, purge any...
2012-03-02 Konstantin BelousovDo not expose unlocked unconstructed nullfs vnode on...
2012-03-01 Rick MacklemFix the NFS clients so that they use copyin() instead...
2012-02-29 Martin MatuskaAdd "export" to devfs_opts[] and return EOPNOTSUPP...
2012-02-29 Konstantin BelousovAllow shared locks for reads when lower filesystem...
2012-02-29 Konstantin BelousovDocument that null_nodeget() cannot take shared-locked...
2012-02-29 Konstantin BelousovIn null_reclaim(), assert that reclaimed vnode is fully...
2012-02-29 Konstantin BelousovAlways request exclusive lock for the lower vnode in...
2012-02-29 Konstantin BelousovMove the code to destroy half-contructed nullfs vnode...
2012-02-29 Konstantin BelousovMerge a split multi-line comment.
2012-02-29 Martin MatuskaAdd procfs to jail-mountable filesystems.
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-24 Kevin LoRemove an unused structure and unnecessary cast
2012-02-24 Kevin LoCheck if the user has necessary permissions on the...
2012-02-23 Martin MatuskaTo improve control over the use of mount(8) inside...
2012-02-23 Kip Macymerge pipe and fifo implementations
2012-02-23 Rick Macklemhrs@ reported a panic to freebsd-stable@ under the...
2012-02-22 Konstantin BelousovUse DOINGASYNC() to test for async allowance, to honor...
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-21 Konstantin BelousovFix found places where uio_resid is truncated to int.
2012-02-20 Kevin LoRemove an unnecessary cast.
2012-02-17 Bjoern A. ZeebMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-16 Rick MacklemDelete a couple of out of date comments that are no...
2012-02-14 Tijl CoosemansReplace PRIdMAX with "jd" in a printf call. Cast the...
2012-02-10 Ed SchoutenMerge si_name and __si_namebuf.
2012-02-09 Martin MatuskaAllow mounting nullfs(5) inside jails.
2012-02-09 Martin MatuskaAdd support for mounting devfs inside jails.
2012-02-09 Martin MatuskaIntroduce the "ruleset=number" option for devfs(5)...
2012-02-07 Pedro F. GiffuniUpdate the data structures with some fields reserved for
2012-02-07 Rick Macklemr228827 fixed a problem where copying of NFSv4 open...
2012-02-06 John BaldwinRename cache_lookup_times() to cache_lookup() and retir...
2012-02-06 Konstantin BelousovCurrent implementations of sync(2) and syncer vnode...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-03 Bjoern A. ZeebAdd multi-FIB IPv6 support to the core network stack...
2012-01-31 Rick MacklemWhen a "mount -u" switches an NFS mount point from...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-27 Rick MacklemA problem with respect to data read through the buffer...
2012-01-26 Rick MacklemRevert r230516, since it doesn't really fix the problem.
2012-01-25 Konstantin BelousovFix remaining calls to cache_enter() in both NFS client...
2012-01-25 John BaldwinAdd a timeout on positive name cache entries in the...
2012-01-25 Rick MacklemIf a mount -u is done to either NFS client that switches it
2012-01-20 John BaldwinClose a race in NFS lookup processing that could result...
2012-01-20 Rick MacklemMartin Cracauer reported a problem to freebsd-current...
2012-01-18 Eygene RyabinkinSubject: NULLFS: properly destroy node hash
2012-01-17 Kevin LoReturn EOPNOTSUPP since we only support update mounts...
2012-01-17 Kirk McKusickMake sure all intermediate variables holding mount...
2012-01-16 Kevin LoAdd nfs export support to tmpfs(5)
2012-01-16 Alan CoxWhen tmpfs_write() resets an extended file to its origi...
2012-01-15 Mikolaj GolubAbrogate nchr argument in proc_getargv() and proc_geten...
2012-01-15 Ulrich SpörleinConvert files to UTF-8
2012-01-14 Alan CoxNeither tmpfs_nocacheread() nor tmpfs_mappedwrite(...
2012-01-14 Rick MacklemTai Horgan reported via email that there were two places in
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-11 Rick Macklemjwd@ reported via email that the "CacheSize" field...
2012-01-08 Alan CoxCorrect an error of omission in the implementation...
2012-01-08 Rick Macklemopt_inet6.h was missing from some files in the new...
2012-01-06 Jaakko Heinonenr222004 changed sbuf_finish() to not clear the buffer...
2012-01-06 Jaakko HeinonenCheck the return value of sbuf_finish() in pfs_readlink...
2012-01-05 Dimitry AndricIn sys/fs/nullfs/null_subr.c, in a KASSERT, output...
next