]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Bump newvers.sh and add UPDATING block.
[FreeBSD/FreeBSD.git] / sys / fs /
2017-12-19 jhbUpdate NFS to handle larger link counts post ino64.
2017-12-19 jhbHandle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs...
2017-12-19 jhbSupport _PC_FILESIZEBITS in msdosfs' VOP_PATHCONF().
2017-12-19 jhbAdd a custom VOP_PATHCONF method for fuse.
2017-12-19 jhbAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-14 kibIn devfs_lookupx() dotdot lookup case, avoid dereferencing
2017-12-13 pfgSPDX: some uses of the RSA-MD license.
2017-12-12 fsuFix extattr getters in case of neither uio nor buffer...
2017-12-09 rmacklemDefine macros used by the pNFS server code.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-06 glebiusFix file missed in r326607.
2017-12-06 glebiusReduce pollution via tmpfs.h.
2017-12-04 rmacklemAvoid the overhead of acquiring a lock in nfsrv_checkge...
2017-12-02 pfgSPDX: Complete license IDs for ext2fs.
2017-11-30 manur326394 is calling malloc with M_WAITOK under a lock...
2017-11-30 manudevfs: Avoid a malloc/free if we just need to increment...
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys/fs: further adoption of SPDX licensing ID tags.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-20 cemmsdosfs(5): Reflect READONLY attribute in file mode
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-19 delphijRemove unused header.
2017-11-19 delphijRemove unused header.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-03 hselaskyAllow CUSE(3) to free all memory mapped memory by using...
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-24 fsuFix physical block number overflow in different places.
2017-10-24 fsuSet doreallocblks sysctl value to zero by default becau...
2017-10-24 fsuDo not free bufs in case of extents metadata blocks...
2017-10-23 mjorasMove clear_unrhdr to tmpfs_free_tmp.
2017-10-22 markjDelete declarations of struct pfs_bitmap, removed in...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-19 fsuFix unused variable + style(9) fixes inside the ext4_ex...
2017-10-19 emastemsdosfs: fix build with MSDOSFS_DEBUG
2017-10-18 rlibbyext2: delete redundant decl of ext2_fserr
2017-10-17 fsuAdd inital extents read-write support.
2017-10-16 rmacklemUse taskqueue(9) to do writes/commits to mirrored DSs...
2017-10-15 rmacklemFix the client IP address reported by nfsdumpstate...
2017-10-14 fsuAdd extended attributes support to fuse kernel module.
2017-10-11 mjorasWhen unmounting a tmpfs, do not call free_unr.
2017-10-10 rmacklemFix forced dismount when a pNFS mount is hung on a DS.
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 baptImport 1.14.3
2017-10-05 rmacklemAdd Flex File Layout support to the NFSv4.1 pNFS client.
2017-10-05 hselaskyAdd support for new cuse(3) error code, CUSE_ERR_NO_DEVICE.
2017-10-04 rmacklemAdd a few definitions for the Flex File Layout.
2017-10-02 jhbFlesh out pathconf() on UDF.
2017-10-02 jhbReturn 64 for pathconf(_PC_FILESIZEBITS) on tmpfs.
2017-10-02 jhbHandle _PC_FILESIZEBITS and _PC_SYMLINK_MAX pathconf...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-30 mjgtmpfs: skip zero-sized page count updates
2017-09-29 rmacklemAdd support for Flex File Layout to the pNFS client...
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-28 rmacklemAdd the NFS client state flag that enables Flexible...
2017-09-28 rmacklemChange nfsv4_getipaddr() and nfsrpc_fillsa() to not...
2017-09-27 rmacklemFix a memory leak that occurred in the pNFS client.
2017-09-27 markjUse C99 initializers for DTrace provider methods.
2017-09-27 fsuAdd check to avoid raw inode iblocks fields overflow...
2017-09-26 rmacklemAdd major and minor version arguments to nfscl_reqstart().
2017-09-25 jhbUse tmpfs_print for tmpfs FIFOs.
2017-09-24 rmacklemChange a panic to an error return.
2017-09-24 rmacklemRemove 0 filling from nfsm_uiombuflist().
2017-09-21 jhbOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 rmacklemAdd a few definitions for Flex File Layout for pNFS.
2017-09-19 rmacklemMake the nfsrpc_layoutget() function a static.
2017-09-19 rmacklemAdd a new function called nfsm_uiombuflist(), similar...
2017-09-19 rmacklemSimplify nfsrpc_layoutreturn() args.
2017-09-19 rmacklemSimplify nfsrpc_layoutcommit() args.
2017-09-17 rmacklemFix bogus FREAD with NFSV4OPEN_ACCESSREAD. No functiona...
2017-09-17 gordonMFV r323678: file 5.32
2017-09-13 npMFH @ r323558.
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-28 kibStyle.
2017-08-28 kibVerify that the BPB media descriptor and FAT ID match.
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-20 kibDo not drop NFS vnode lock when performing consistency...
2017-08-11 hselaskyMerge ^/head r321383 through r322397.
2017-08-04 ngieMFhead@r322057
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-08-03 markjBump the maximum file name length in pseudofs filesyste...
2017-08-01 ngieMFhead@r321851
2017-08-01 dchaginImplement proper Linux /dev/fd and /proc/self/fd behavi...
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-31 mavImprove FHA locality control for NFS read/write requests.
2017-07-29 rmacklemAdd kernel support for the NFS client forced dismount...
next