]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Mechanically convert to if_inc_counter().
[FreeBSD/FreeBSD.git] / sys / fs /
2014-09-18 traszFix typos.
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 kibProvide the unique implementation for the VOP_GETPAGES...
2014-09-14 alcAvoid an exclusive acquisition of the object lock on...
2014-09-13 alcWe don't need an exclusive object lock on the expected...
2014-09-12 pfgExtra space from r271467.
2014-09-12 pfgext2fs: add ext2_getpages().
2014-09-10 glebiusRemove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().
2014-09-05 rwatsonGarbage collect NFSMINOFF() from the NFS stack; this...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-24 traszFix bug that, assuming a/ is a root of NFS filesystem...
2014-08-23 traszAutofs softc needs to be global anyway, so don't pass...
2014-08-23 traszAdd comment explaining one of the quirks in autofs.
2014-08-21 traszFix includes.
2014-08-21 traszUse __FBSDID() properly.
2014-08-20 traszRework ".." lookup; previous one failed to properly...
2014-08-17 traszBring in the new automounter, similar to what's provide...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 rmacklemChange the NFS server's printf related to hitting
2014-08-08 kibVOP_LOOKUP() may relock the directory vnode for some...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-05 pfgRevert r269523:
2014-08-04 pfgset EXT2_LINK_MAX to LINK_MAX
2014-08-02 impSet the erase block size properly in the case the under...
2014-08-02 impFollow the ufs practice for disallowing permission...
2014-08-02 impFix a minor style(9) issue.
2014-07-31 kibDo not generate 1000 unique lock names for nfsrc hash...
2014-07-28 kibAssert that nullfs vnode has VV_ROOT set whenever lower...
2014-07-24 kibFix typo.
2014-07-23 impFix typo in comment: noone -> no one.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 kibDo not ignore error from tmpfs_alloc_vp(). It results...
2014-07-16 kibRemove unused header.
2014-07-16 kibCheck for the cross-device cross-link attempt in the...
2014-07-14 kibRework the tmpfs unmount.
2014-07-14 kibChange forgotten in r268615. Set the OBJ_TMPFS_NODE...
2014-07-14 kibUse tmpfs_vn_get_ino_gen() to handle the races with...
2014-07-14 kibStyle. Add comment about lock mode.
2014-07-14 kibIn tmpfs_alloc_file(), code after the 'out' label does...
2014-07-14 kibAdd convenience macro to assert tmpfs node lock.
2014-07-14 kibAdd some assertions for the code handling vm_object...
2014-07-14 kibThe tmpfs_link() must not dereference the filesystem...
2014-07-14 kibGeneralize vn_get_ino() to allow filesystems to use...
2014-07-14 kibRemove code separator lines which do not conform to...
2014-07-07 impNaughty NANDFS was using hidden unused flag, hiding...
2014-07-04 rmacklemThe new NFSv3 server did not generate directory postop...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 rmacklemMerge the NFSv4.1 server code in projects/nfsv4.1-serve...
2014-07-01 bdreweryChange NFS readdir() to only ignore cookies preceding...
2014-07-01 delphijMFV r267565:
2014-06-28 rmacklemThere might be a potential race condition for the NFSv4...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-24 hselaskyUse existing PHOLD() and PRELE() macros.
2014-06-17 kibIn msdosfs_setattr(), add a check for result of the...
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-06 rmacklemThe new NFS server would not allow a hard link to be
2014-06-04 kibAllow shared locking for the tmpfs vnodes.
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-23 hselaskyInitial import of character device in userspace support...
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-03 kibAfter r254627, the deupdate() started writing the direc...
2014-05-03 rmacklemThe new draft specification for NFSv4.0 specifies that...
2014-05-02 mjgIgnore the error from pipespace_new when creating a...
2014-04-24 rmacklemThe PR reported that the old NFS server did not set...
2014-04-23 rmacklemRemove an unnecessary level of indirection for an argument.
2014-04-23 rmacklemModify the NFSv4 client's Pathconf RPC (actually a...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 rmacklemFixes mkdir for the NFSv2 client that was broken by...
2014-04-21 rmacklemFor an NFSv4 mount with the "nocto" option, don't get the
2014-04-20 rmacklemModify the NFSv4 client create/mkdir RPC so that it...
2014-04-19 rmacklemModify the NFSv4 client open/create RPC so that it...
2014-04-18 rmacklemModify the Lookup RPC for NFSv4 so that it acquires...
2014-04-18 impTake out the hack to write -1's to non-NAND. Always...
2014-04-18 impMore properly account for free/reserved segments to...
2014-04-15 aeUse SMB_QUERY_FS_SIZE_INFO request to populate statfs...
2014-04-08 delphijFix NFS deadlock vulnerability. [SA-14:05]
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-21 pfgRevert r263449;
2014-03-20 pfgext2fs: minor update to the dirpref policy.
2014-03-20 pfgmsdosfs: minor format fix - spaces vs tab
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-14 bdreweryAdd missing FALLTHROUGH comment in tmpfs_dir_getdents...
2014-03-14 bdreweryRename cnt to maxcookies and change its use as the...
2014-03-14 bdreweryCleanup redundant logic and add some comments to help...
2014-03-14 bdreweryFix -o size less than PAGE_SIZE resulting in SIZE_MAX...
next