]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
All xscale ports are armeb, so mark it here. This should reduce universe
[FreeBSD/FreeBSD.git] / sys / fs /
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-21 kibEnable deadlock avoidance code for NFS client.
2012-06-18 rmacklemFix the NFSv4 client for the case where mmap'd files are
2012-06-17 rmacklemMove the nfsrpc_close() call in ncl_reclaim() for the...
2012-06-06 kibImprove handling of uiomove(9) errors for the NFS client.
2012-05-30 kibCapitalize start of sentence.
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 marcelCatch a corner case where ssegs could be 0 and thus...
2012-05-27 edFix style and consistency:
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-25 glebUse C99-style initialization for struct dirent in prepa...
2012-05-24 mavRevert devfs part of r235911. I was unaware about old...
2012-05-24 mavMFprojects/zfsd:
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-17 rmacklemA problem with the NFSv4 server was reported by Andrew...
2012-05-17 gberImport work done under project/nand (@235533) into...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-16 pfgFix a couple of issues that appear to be inherited...
2012-05-16 glebSkip directory entries with zero inode number during...
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 rmacklemFix two cases in the new NFS server where a tsleep...
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 rmacklemPR# 165923 reported intermittent write failures for...
2012-05-10 pluknetFix mount interlock oversights from the previous change...
2012-05-08 jwdUse the common api helper routine instead of freeing...
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 daichifixed a unionfs_readdir math issue
2012-05-01 daichi- fixed a vnode lock hang-up issue.
2012-04-27 rmacklemIt was reported via email that some non-FreeBSD NFS...
2012-04-27 rmacklemFix a leak of namei lookup path buffers that occurs...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 traszRemove unused thread argument to vrecycle().
2012-04-23 traszRemove unused thread argument from vtruncbuf().
2012-04-20 mckusickThis change creates a new list of active vnodes associa...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-18 jhReturn EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT...
2012-04-17 mckusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-16 jhSync tmpfs_chflags() with the recent changes to UFS:
2012-04-16 jhtmpfs: Allow update mounts only for certain options.
2012-04-15 glebProvide better description for vfs.tmpfs.memory_reserve...
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.
next