]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Fix up kernel sources to be ready for a 64-bit ino_t.
[FreeBSD/FreeBSD.git] / sys / fs /
2012-09-27 mdfFix up kernel sources to be ready for a 64-bit ino_t.
2012-09-20 rmacklemModify the NFSv4 client so that it can handle owner
2012-09-15 edPrefer __containerof() above member2struct().
2012-09-13 kibThe deadfs VOPs for vop_ioctl and vop_bmap call itself...
2012-09-12 kevloAdd VFCF_READONLY flag that indicates ntfs and xfs...
2012-09-11 kevloPrevent nump NULL pointer dereference in bmap_getlbns()
2012-09-11 kevloFix style nit
2012-09-09 rmacklemAdd a simple printf() based debug facility to the new...
2012-09-09 kibAllow shared lookups for nullfs mounts, if lower filesy...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-24 pfgAdd some basic definitions for a future htree implement...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 kevloFix typo
2012-08-17 mjgRemove unused member of struct indir (in_exists) from...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 hselaskyStreamline use of cdevpriv and correct some corner...
2012-08-14 kibDo not leave invalid pages in the object after the...
2012-08-08 andrewImport compiler-rt r160957.
2012-08-05 kibAfter the PHYS_TO_VM_PAGE() function was de-inlined...
2012-08-04 kibReduce code duplication and exposure of direct access...
2012-08-04 kibThe header uma_int.h is internal uma header, unused...
2012-07-31 davidxuI am comparing current pipe code with the one in 8...
2012-07-31 davidxuWhen a thread is blocked in direct write state, it...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 kevloUse NULL instead of 0 for pointers
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-16 bruefferSimply error handling by moving the allocation of np...
2012-07-15 bruefferSave a bzero() by using M_ZERO.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-10 attilioRemove a check on MNTK_UPDATE that is not really necess...
2012-07-10 attilio- Remove the unused and not completed write support...
2012-07-03 kevloFix a typo
2012-07-02 kibExtend the KPI to lock and unlock f_offset member of...
2012-07-02 kibDo not override an error from uiomove() with (non-...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
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...
next