]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Refactor the VAP transmit path code into a utility function that both
[FreeBSD/FreeBSD.git] / sys / fs /
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-26 avgmake path matching in devfs rules consistent and sane...
2013-07-25 pfgext2fs: Return EINVAL for negative uio_offset as in...
2013-07-25 pfgext2fs: Drop a check that wan't supposed to be in r253651.
2013-07-25 pfgext2fs: Don't assume that on-disk format of a directory...
2013-07-24 pfgfuse: revert kernel_header update.
2013-07-23 nwhitehorntmpfs works perfectly fine with -o union -- there is...
2013-07-20 rmacklemThe NFSv4 server incorrectly assumed that the high...
2013-07-20 pfgfuse: revert birthtime support.
2013-07-20 pfgAdjust outsizes:
2013-07-20 pfgAdjust outsizes:
2013-07-15 pfgUpdate fuse_kernel header.
2013-07-13 pfgAdd creation timestamp (birthtime) support for fuse.
2013-07-12 pfgAdd creation timestamp (birthtime) support for fuse.
2013-07-10 pfgImplement 1003.1-2001 pathconf() keys.
2013-07-09 pfgReinstate the assertion from r253045.
2013-07-09 pfgEnhancement when writing an entire block of a file.
2013-07-09 rmacklemAdd support for host-based (Kerberos 5 service principa...
2013-07-08 pfgAvoid a panic and return EINVAL instead.
2013-07-07 pfgImplement SEEK_HOLE/SEEK_DATA for ext2fs.
2013-07-07 pfgFix some typos.
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-06 pfgInitial implementation of the HTree directory index.
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-07-04 kibThe tvp vnode on rename is usually unlinked. Drop...
2013-07-03 davide- Fix double frees/user after free.
2013-07-03 rmacklemA problem with the old NFS client where large writes...
2013-06-30 pfgext2fs: Use the complete random() range in i_gen.
2013-06-29 pfgBring some updates from ufs_lookup to ext2fs.
2013-06-28 davideProperly use v_data field. This magically worked (even...
2013-06-28 davideGarbage collect an useless check. smp should be never...
2013-06-28 davidePlug a couple of leakages in smbfs_lookup().
2013-06-26 pfgMinor sorting.
2013-06-23 pfgDefine and use e2fs_lbn_t in ext2fs.
2013-06-22 rmacklemFix r252074 so that it builds on 64bit arches.
2013-06-21 rmacklemThe NFSv4.1 LayoutCommit operation requires a valid...
2013-06-21 rmacklemWhen the NFSv4.1 client is writing to a pNFS Data Serve...
2013-06-21 rmacklemSince some NFSv4 servers enforce the requirement for...
2013-06-20 pfgRename some prefixes in the Block Group Descriptor...
2013-06-18 pfgMore ext2fs header cleanups:
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-17 pfgRename remaining DIAGNOSTIC to INVARIANTS.
2013-06-16 pfgRe-sort ext2fs headers to make things easier to find.
2013-06-13 pfgRelax some unnecessary unsigned type changes in ext2fs.
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 pfgTurn DIAGNOSTICs to INVARIANTS in ext2fs.
2013-06-11 pfgs/file system/filesystem/g
2013-06-09 pfge2fs_bpg and e2fs_isize are always unsigned.
2013-06-07 alcAdd missing VM object unlocks in an error case.
2013-06-06 alcDon't busy the page unless we are likely to release...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 alcRelax the vm object locking. Use a read lock.
2013-06-04 alcEliminate unnecessary vm object locking from tmpfs_noca...
2013-06-03 pfgext2fs: space vs tab.
2013-06-03 pfgext2fs: Small cosmetic fixes.
2013-06-03 pfgext2fs: Update Block Group Descriptor struct.
2013-05-31 jeff - Convert the bufobj lock to rwlock.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-30 kibAssert that OBJ_TMPFS flag on the vm object for the...
2013-05-28 rmacklemPost-r248567, there were times when the client would...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 kibDo not leak the NULLV_NOUNLOCK flag from the nullfs_unl...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-15 desFix typo in comment.
2013-05-12 rmacklemAdd support for the eofflag to nfs_readdir() in the...
2013-05-12 eadlerFix several typos
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 jillesfdescfs: Supply a real value for d_type in readdir.
2013-05-11 kib- Fix nullfs vnode reference leak in nullfs_reclaim_low...
2013-05-06 kibAvoid deactivating the page if it is already on a queue...
2013-05-04 davideChange VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLO...
2013-05-04 davideOverhaul locking in netsmb, getting rid of the obsolete...
2013-05-04 davideCompletely rewrite the interface to smbdev switching...
2013-05-02 kibThe fsync(2) call should sync the vnode in such way...
2013-05-02 kibFix the v_object leak for non-regular tmpfs vnodes.
2013-05-02 kibFor the new regular tmpfs vnode, v_object is initialize...
2013-05-02 kibThe page read or written could be wired. Do not requeu...
2013-04-29 desFix a bug that allows NFS clients to issue READDIR...
2013-04-28 kibRework the handling of the tmpfs node backing swap...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-18 rmacklemWhen an NFS unmount occurs, once vflush() writes the...
2013-04-18 rmacklemBoth NFS clients can deadlock when using the "rdirplus...
2013-04-17 kenMove the NFS FHA (File Handle Affinity) code from sys...
2013-04-17 kenRevamp the old NFS server's File Handle Affinity (FHA...
2013-04-17 gabor- Correct spelling in comments
2013-04-17 gabor- Correct mispellings of the word necessary
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-06 jeffPrepare to replace the buf splay with a trie:
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
next