]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate()
[FreeBSD/FreeBSD.git] / sys / fs /
2010-10-22 Rick MacklemModify the file handle hash function in the experimenta...
2010-10-21 Rick MacklemModify the experimental NFS server in a manner analagous to
2010-10-19 Rick MacklemFix the type of the 3rd argument for nm_getinfo so...
2010-10-19 Rick MacklemModify the NFS clients and the NLM so that the NLM...
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-18 Kevin LoFix a possible race where the directory dirent is moved...
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-13 Rui PauloIgnore the return value of DE_INTERNALIZE().
2010-10-12 Andriy Gapontmpfs + sendfile: do not produce partially valid pages...
2010-10-12 Jaakko HeinonenFormat prototypes to follow style(9) more closely.
2010-10-11 Rick MacklemTry and make the nfsrv_localunlock() function in the...
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-10 Konstantin BelousovThe r184588 changed the layout of struct export_args...
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-08 Konstantin BelousovAdd a comment describing the reason for calling cache_p...
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-07 Konstantin BelousovThe msdosfs lookup is case insensitive. Several aliases...
2010-10-02 Alan CoxM_USE_RESERVE has been deprecated for a decade. Elimin...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-27 Jaakko HeinonenAdd a new function devfs_dev_exists() to be able to...
2010-09-27 Jaakko HeinonenAdd reference counting for devfs paths containing user...
2010-09-21 Jaakko HeinonenModify devfs_fqpn() for future use in devfs path refere...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-19 Rick MacklemFix nfsrv_freeallnfslocks() in the experimental NFSv4...
2010-09-19 Rick MacklemFix the experimental NFSv4 server so that it performs...
2010-09-18 Jaakko Heinonen- For consistency, remove "." and ".." entries from...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-15 Jaakko HeinonenRemove empty devfs directories automatically.
2010-09-15 Andriy Gapontmpfs, zfs + sendfile: mark page bits as valid after...
2010-09-10 Rick MacklemThis patch applies one of the two fixes suggested by
2010-09-10 Rick MacklemFix the NFSVNO_CMPFH() macro in the experimental NFS...
2010-09-09 Rick MacklemFix the experimental NFS client so that it doesn't...
2010-09-07 Ivan VorasAvoid "Entry can disappear before we lock fdvp" panic.
2010-09-07 John BaldwinStore the full timestamp when caching timestamps of...
2010-09-05 Daichi GOTOAllowed unionfs to use whiteout not supporting file...
2010-09-05 Rick MacklemChange the code in ncl_bioread() in the experimental NFS
2010-09-05 Rick MacklemDisable use of the NLM in the experimental NFS client...
2010-09-01 Ulf Lilleengen- Remove duplicate comment.
2010-08-31 Rick MacklemAdd a null_remove() function to nullfs, so that the...
2010-08-28 Rick MacklemAdd acquisition of a reference count on nfsv4root_lock...
2010-08-28 Rick MacklemThe timer routine in the experimental NFS server did...
2010-08-26 Jaakko HeinonenSet de_dir for user created symbolic links. This will...
2010-08-25 Edward Tomasz Napi... Revert r210194, adding a comment explaining why calls...
2010-08-25 Jaakko HeinonenCall devfs_populate_vp() from devfs_getattr(). It was...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 Jaakko HeinonenIntroduce and use devfs_populate_vp() to unlock a vnode...
2010-08-22 Ed SchoutenAdd support for whiteouts on tmpfs.
2010-08-20 John BaldwinAdd dedicated routines to toggle lockmgr flags such...
2010-08-19 Jaakko HeinonenCall dev_rel() in error paths.
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-12 Jaakko HeinonenAllow user created symbolic links to cover device files...
2010-08-07 Robert WatsonProperly bounds check ioctl/pioctl data arguments for...
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-06 Konstantin BelousovEnable shared lookups and externed shared ops for devfs.
2010-08-06 Konstantin BelousovAdd new make_dev_p(9) flag MAKEDEV_ETERNAL to inform...
2010-08-06 Konstantin BelousovEnable shared locks for the devfs vnodes. Honor the...
2010-08-06 Konstantin BelousovInitialize VV_ISTTY vnode flag on the devfs vnode creat...
2010-08-03 Rick MacklemModify the return value for nfscl_mustflush() from...
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-24 Rick MacklemMove sys/nfsclient/nfs_lock.c into sys/nfs and build...
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rick MacklemFor the experimental NFSv4 server's dumplocks operation...
2010-07-19 Rui PauloMFV:
2010-07-18 Rick MacklemAdd a call to nfscl_mustflush() in nfs_close() of the...
2010-07-18 Edward Tomasz Napi... Fix build.
2010-07-18 Rick MacklemChange the nfscl_mustflush() function in the experiment...
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-17 Edward Tomasz Napi... Remove updating process count by unionfs. It serves...
2010-07-16 Rick MacklemPatch the experimental NFSv4 server so that it acquires...
2010-07-16 John BaldwinRevert the previous commit. The race is not applicable...
2010-07-16 John BaldwinWhen the MNTK_EXTENDED_SHARED mount option was added...
2010-07-16 Rick MacklemDelete comments related to soft clock interrupts that...
2010-07-15 John BaldwinRetire the NFS access cache timestamp structure. It...
2010-07-15 John BaldwinMerge 208603, 209946, and 209948 to the new NFS client:
2010-07-15 Rick MacklemThis patch fixes a bug in the experimental NFSv4 server...
2010-07-13 Rick MacklemFor the experimental NFSv4 client, make sure that attri...
2010-07-13 Rick MacklemFor the experimental NFSv4 client, do not use cached...
2010-07-13 Rick MacklemFix a bogus comment that mentions lru lists that don...
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-06-22 Andriy Gaponudf_vnops: cosmetic followup to r208671 - better lookin...
2010-06-18 Alan CoxEliminate unnecessary page queues locking.
2010-06-16 Alan CoxEliminate unnecessary page queues locking.
2010-06-15 Rick MacklemAdd MODULE_DEPEND() macros to the experimental NFS...
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-13 Konstantin BelousovIn NFS clients, instead of inconsistently using #ifdef
2010-06-11 Andriy Gaponfix a few cases where a string is passed via format...
2010-06-09 Roman DivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-09 Jaakko HeinonenAdd a new function devfs_parent_dirent() for resolving...
2010-06-01 Jaakko HeinonenDon't try to call cdevsw d_close() method when devfs_cl...
2010-05-31 Andriy Gaponudf_readlink: fix malloc call with uninitialized size...
2010-05-20 Doug BartonUpgrade to 9.6.2-P2, which addresses the following;
2010-05-18 Rick MacklemAllow the experimental NFSv4 client to use cached attri...
2010-05-17 Rick MacklemAdd a sanity check for a negative args.fhsize to the...
2010-05-16 Konstantin BelousovDisable bypass for the vop_advlockpurge(). The vop...
2010-05-10 Edwin GroothuisMFV of tzdata2010j, r207896
2010-05-10 Konstantin BelousovThe thread_unsuspend() requires both process mutex...
next