]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
- Merge in OFED 1.5.3 from projects/ofed/head
[FreeBSD/FreeBSD.git] / sys / fs /
2011-03-18 Hajimu UMEMOTOImport openresolv from vendor branch, actually.
2011-03-17 Jung-uk KimMerge ACPICA 20110316.
2011-03-16 Edwin GroothuisMFV of r219685, tzdata2011d
2011-03-12 David SchultzMerge gdtoa-20110304.
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Edwin GroothuisMFV of tzdata2011c, r219409
2011-03-01 Edwin GroothuisMFV of tzdata2011b, r219147
2011-02-27 Dimitry AndricUpdate llvm/clang to trunk r126547.
2011-02-25 Alexander LeidingerAdd some FEATURE macros for various features (AUDIT...
2011-02-24 John BaldwinUse ffs() to locate free bits in the inode and block...
2011-02-24 Martin MatuskaUpdate xz to release 5.0.1
2011-02-23 Rebecca CranFix typos - remove duplicate "is".
2011-02-22 Alan CoxEliminate two dubious attempts at optimizing the implem...
2011-02-21 Rebecca CranFix typos - remove duplicate "the".
2011-02-20 Dimitry AndricUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218875
2011-02-19 Alan Coxtmpfs_remove() isn't modifying the file's data, so...
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2011-02-18 Dimitry AndricMerge binutils 2.17.50 to head. This brings a number...
2011-02-16 Bjoern A. ZeebMfp4 CH=177274,177280,177284-177285,177297,177324-177325
2011-02-14 Alan CoxFurther simplify tmpfs_reg_resize(). Also, update...
2011-02-13 Alan CoxEliminate tn_reg.tn_aobj_pages. Instead, correctly...
2011-02-12 Jung-uk KimMerge ACPICA 20110211.
2011-02-08 John BaldwinAfter reading a bitmap block for i-nodes or blocks...
2011-02-06 Doug BartonUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-02-05 Alan CoxUnless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit...
2011-02-04 John BaldwinCollapse duplicate definitions of EXT2_SB().
2011-02-02 John BaldwinFix build with DIAGNOSTIC enabled.
2011-02-01 John BaldwinSome cosmetic fixes and remove a duplicate constant.
2011-02-01 John Baldwin- Set the next_alloc fields for an i-node after allocat...
2011-01-31 Edwin GroothuisMFV of tzdata2011a, r218120
2011-01-27 George V. Neville... Quick fix to a comment.
2011-01-26 Dmitry ChaginAdd macro to test the sv_flags of any process. Change...
2011-01-21 John Baldwin- Move special inode constants to ext2_dinode.h and...
2011-01-21 John BaldwinRestore support for the 'async' and 'sync' mount option...
2011-01-20 Konstantin BelousovIn tmpfs_readdir(), normalize handling of the directory...
2011-01-19 John BaldwinFix build with KDB defined.
2011-01-19 John BaldwinWhitespace and style fixes.
2011-01-19 John BaldwinMove calculation of 'bmask' earlier to match it's curre...
2011-01-19 John BaldwinMerge 118969 from UFS:
2011-01-18 Rick MacklemFix the experimental NFSv4 server so that it uses VOP_A...
2011-01-14 Rick MacklemModify the experimental NFSv4 server so that it posts...
2011-01-13 Jung-uk KimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-12 Zack KirschIn the experimental NFS server, when converting an...
2011-01-12 Zack KirschClean up the experimental NFS server replay cache when...
2011-01-09 Rick MacklemModify readdirplus in the experimental NFS server in a
2011-01-06 Rick MacklemDelete the NFS_STARTWRITE() and NFS_ENDWRITE() macros...
2011-01-06 Rick MacklemSince the VFS_LOCK_GIANT() code in the experimental NFS
2011-01-05 Rick MacklemModify the experimental NFS server so that it calls
2011-01-05 Rick MacklemFix the experimental NFS server to use vfs_busyfs(...
2011-01-03 Rick MacklemFix the nlm so that it no longer depends on the regular
2011-01-03 Rick MacklemFix the experimental NFS server so that it doesn't...
2011-01-03 Rick MacklemModify the experimental NFSv4 server so that the lookup
2011-01-02 Rick MacklemDelete some cruft from the experimental NFS server...
2011-01-02 Rick MacklemAdd checks for VI_DOOMED and vn_lock() failures to the
2011-01-01 Rick MacklemAdd support for shared vnode locks for the Read operation
2010-12-28 Rick MacklemDelete the nfsvno_localconflict() function in the exper...
2010-12-25 Rick MacklemModify the experimental NFS server so that it uses...
2010-12-24 Rick MacklemAdd an argument to nfsvno_getattr() in the experimental
2010-12-24 Rick MacklemSimplify vnode locking in the expeimental NFS server's
2010-12-24 Rick MacklemSince VOP_READDIR() for ZFS does not return monotonically
2010-12-17 Rick MacklemFix two vnode locking problems in nfsd_recalldelegation...
2010-12-15 Jung-uk KimMerge ACPICA 20101209.
2010-12-15 Jaakko HeinonenDon't allow user created symbolic links to cover anothe...
2010-12-15 Jaakko Heinonen- Assert that dm_lock is exclusively held in devfs_rule...
2010-12-12 Jaakko HeinonenHandle the special ruleset 0 in devfs_ruleset_use(...
2010-12-09 Dimitry AndricSync: merge r216133 through r216338 from ^/head.
2010-12-09 Rick MacklemDisable attempts to establish a callback connection...
2010-12-05 Marcel Moolenaarsvn+ssh://svn.freebsd.org/base/head@216199
2010-12-04 Doug BartonUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 Simon L. B. NielsenMerge OpenSSL 0.9.8q into head.
2010-12-02 Dimitry AndricSync: merge r215944 through r216132 from ^/head.
2010-12-02 Edward Tomasz Napi... Replace pointer to "struct uidinfo" with pointer to...
2010-12-02 Konstantin BelousovFor non-stopped threads, td_frame pointer is undefined...
2010-11-28 Juli MallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 Dimitry AndricSync: merge r215464 through r215708 from ^/head.
2010-11-22 Simon L. B. NielsenMerge OpenSSL 0.9.8p into head.
2010-11-19 Konstantin BelousovRemove prtactive variable and related printf()s in...
2010-11-12 Martin MatuskaUpdate xz to release 5.0.0
2010-11-11 Dimitry AndricSync: merge r214895 through r215140 from ^/head.
2010-11-11 Ed SchoutenImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 Dag-Erling SmørgravUpgrade to OpenSSH 5.6p1.
2010-11-09 John BaldwinRemove unused includes of <sys/mutex.h> and <machine...
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
2010-11-03 Rui PauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-03 Edwin GroothuisMFV of tzdata2010o, r214716
2010-11-01 Dimitry AndricSync: merge r214353 through r214648 from ^/head.
2010-11-01 Dimitry AndricMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-31 Doug BartonUpdate to 9.6-ESV-R2, the latest from ISC.
2010-10-29 Rui PauloMerge libpcap-1.1.1.
2010-10-29 Rick MacklemModify nfs_open() in the experimental NFS client to...
2010-10-29 Rick MacklemAdd a call for nfsrpc_close() to ncl_reclaim() in the...
2010-10-28 Rui PauloMerge tcpdump-4.1.1.
2010-10-26 Rick MacklemAdd a flag to the experimental NFSv4 client to indicate...
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-25 Dimitry AndricSync: merge r214221 through r214352 from ^/head.
2010-10-23 Rick MacklemModify the experimental NFSv4 server's file handle...
2010-10-22 Rick MacklemModify the file handle hash function in the experimenta...
2010-10-22 Dimitry AndricSync: merge r214077 through r214219 from ^/head.
2010-10-21 Dimitry AndricMerge ^vendor/binutils/dist@214082 into contrib/binutils.
next