]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Decompose linkat()/renameat() rights to source and target.
[FreeBSD/FreeBSD.git] / sys / fs /
2015-08-24 traszMake it possible to forcibly unmount devfs.
2015-08-23 traszAfter r286237 it should be fine to call vgone(9) on...
2015-08-14 rmacklemFor the case where an NFSv4.1 ExchangeID operation...
2015-08-06 jhbThe changes that introduced fo_mmap() treated all chara...
2015-08-05 cemnfsclient: Protest loudly when GETATTR responses are...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 rmacklemThis patch fixes a problem where, if the NFSv4 server...
2015-07-29 jeff - Remove some dead code copied from ffs.
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-26 bruefferIn tmpfs_chtimes(), remove checks on the nanosecond...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-18 kibThe si_status field of the siginfo_t, provided by the...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 markjCheck suspendability on the mountpoint returned by...
2015-07-05 mjgfd: make 'rights' a manadatory argument to fget* functions
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-03 rmacklemIf a "principal" argument isn't provided for a Kerberiz...
2015-07-03 rmacklemAlex Burlyga reported a POLA violation for the new...
2015-06-30 markmHuge cleanup of random(4) code.
2015-06-19 kibRestore the td_cookie value for the tmpfs directory...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-17 glebiuso Un-inline vm_pager_get_pages(), vm_pager_get_pages_as...
2015-06-16 mjgReplace struct filedesc argument in getvnode with struc...
2015-06-13 sjgAdd META_MODE support.
2015-06-12 glebiusMake KPI of vm_pager_get_pages() more strict: if a...
2015-06-10 delphijMFV r284234:
2015-06-10 mjgImplement lockless resource limits.
2015-06-06 markjunionfs: fix suspendability check bugs
2015-06-04 jhbAdd a new file operations hook for mmap operations...
2015-06-02 vangyzenProvide vnode in memory map info for files on tmpfs
2015-06-01 delphijClear p_stops upon PROCFS_CTL_DETACH, similar to r283889.
2015-05-29 rmacklemMake the NFS server use shared vnode locks for a few...
2015-05-28 pfgProvide VOP_GETPAGES_ASYNC() for extfs.
2015-05-27 rmacklemMake the size of the hash tables used by the NFSv4...
2015-05-27 kibCurrently, softupdate code detects overstepping on...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-24 dchaginHide vfs.pfs.trace variable if it is not used.
2015-05-23 rmacklemThe NFS client generated directory block(s) with d_file...
2015-05-22 jkimCALLOUT_MPSAFE has lost its meaning since r141428,...
2015-05-22 jhbAlways set p_oppid when attaching to an existing proces...
2015-05-21 rmacklemThe NFS client wasn't handling getdirentries(2) request...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-14 mavDo not promote large async writes to sync.
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-01 gjbMFH: r281855-r282312
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-25 rmacklemFix the NFS server's handling of a bogus NFSv2 ROOT...
2015-04-25 rmacklemMAXBSIZE defines both the largest UFS block size and the
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-20 gjbMFH: r281668 through r281783
2015-04-20 pfgPrevent a double free.
2015-04-19 pfgnfsrpc_createv4: fix double free.
2015-04-19 mavChange wcommitsize default from one empirical value...
2015-04-19 traszReplace "new NFS" with just "NFS" in some sysctl descri...
2015-04-17 pfgDrop experimental dir_index support.
2015-04-16 rmacklemmav@ has found that NFS servers exporting ZFS file...
2015-04-16 ngieMFhead @ r281584
2015-04-15 rmacklemFile systems that do not use the buffer cache (such...
2015-04-10 willtmpfs_getattr(): Return more correct allocated byte...
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-05 kibDo not call msdosfs_sync() on the read-only msdosfs...
2015-04-05 kibAssert that an msdosfs mount is not read-only when...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-01 kibRefine r280308. Do not completely disable timestamping...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-25 gjbMFH: r278968-r280640
2015-03-22 kibmsdosfs: mark unused compat-mount fields
2015-03-21 delphijDisable timestamping on devfs read/write operations...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-17 glebiuso Enhance vm_pager_free_nonreq() function:
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 jkimFix white spaces.
2015-03-02 traszMake fuse(4) respect FOPEN_DIRECT_IO. This is required...
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-01 impnandfs_meta_bread() calls bread() which can set bp...
2015-02-28 kanDo not leak 'copy' buffer if bmap_truncate_indirect...
2015-02-28 kibSome fixes for fdescfs lookup code.
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 kibThe VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
next