]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
ifnet: Expose if_t to userspace
[FreeBSD/FreeBSD.git] / sys / fs /
2023-01-02 Kirk McKusickFix vop_readdir's ncookies handling in UFS and EXT2.
2023-01-01 Xin LIMFV: xz 5.4.0
2022-12-26 Mateusz Guzikvfs: add the concept of vnode state transitions
2022-12-26 Mateusz Guzikmntfs: change mntfs_allocvp API to relock on its own
2022-12-24 Konstantin Belousovtmpfs: update changed/modified timestamps for truncates...
2022-12-23 Rick Macklemnfsd: Handle file systems without a VOP_VPTOFH()
2022-12-22 Rick Macklemnfscl: Improve the console message for NFSERR_NOFILEHANDLE
2022-12-19 Doug RabsonAdd support for mounting single files in nullfs
2022-12-19 Mateusz Guzikautofs: whack an always-false branch
2022-12-19 Mateusz Guzikvfs: retire the now unused SAVESTART flag
2022-12-19 Mateusz Guzikvfs: stop using SAVESTART for rename
2022-12-19 Mateusz Guzikvfs: make relookup take an additional argument
2022-12-19 Mateusz Guziknfs: stop using SAVESTART
2022-12-17 Pedro F. Giffuniext2fs: fix potential memory leak in ext4_ext_grow_inde...
2022-12-17 Konstantin Belousovtmpfs_getattr(): Only take vm_object lock on 32bit...
2022-12-13 Martin Matuskalibarchive: merge from vendor branch
2022-12-11 Jason A. Harmeningnullfs: adopt VV_CROSSLOCK
2022-12-11 Jason A. Harmeningunionfs: allow recursion on covered vnode lock during...
2022-12-09 Konstantin Belousovtmpfs: for used pages, account really allocated pages...
2022-12-09 Konstantin Belousovtmpfs: make vm_object point to the tmpfs node instead...
2022-12-09 Konstantin BelousovAdd 'show tmpfs' ddb command
2022-12-09 Konstantin Belousovtmpfs: minor style
2022-12-09 Xin LIMFV: xz 5.2.9
2022-12-07 Martin Matuskazfs: merge openzfs/zfs@59493b63c (master)
2022-11-30 Philip Paepscontrib/tzdata: import tzdata 2022g
2022-11-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.40.0
2022-11-18 Xin LIMFV: expat 2.5.0
2022-11-18 Xin LIMFV: xz-embedded 3f438e15109229bb14ab45f285f4bff5412a9542
2022-11-17 Xin LIMFV: Merge xz 5.2.8
2022-11-16 Martin Matuskazfs: merge openzfs/zfs@2163cde45
2022-11-15 Emmanuel VadotImport device-tree files from Linux 6.0
2022-11-15 Emmanuel VadotImport device-tree files from Linux 5.19
2022-11-08 Gordon Berglingnfs: Fix common typos in source code comments
2022-11-07 Mateusz GuzikTree-wide replacement of VOP_UNLOCK + vrele combo with...
2022-11-05 Kyle EvansMerge commit '93bf91b4012a28610672d2266366dfa0a663b70f...
2022-11-01 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1s
2022-10-29 Kyle EvansAdd 'contrib/wireguard-tools/' from commit '7e00bf8773b...
2022-10-29 Philip Paepscontrib/tzdata: import tzdata 2022f
2022-10-27 Xin LIMFV: Restore the ability to process files from stdin...
2022-10-27 Jason A. HarmeningAdd VV_CROSSLOCK vnode flag to avoid cross-mount lookup LOR
2022-10-19 Konstantin Belousovtmpfs: report minimal hole size
2022-10-19 Konstantin Belousovtmpfs: implement FIOSEEKDATA and FIOSEEKHOLE
2022-10-19 Konstantin Belousovtmpfs: order include files alphabetically
2022-10-19 Konstantin Belousovtmpfs: change return type of tmpfs_pages_check_avail...
2022-10-19 Ed Mastessh: update to OpenSSH 9.1p1
2022-10-19 Alan Somersfusefs: fix VOP_ADVLOCK with SEEK_END
2022-10-18 Rick Macklemnfsd: Make the pNFS server update Change for Setxattr...
2022-10-17 Alan Somersfusefs: After successful F_GETLK, l_whence should be...
2022-10-16 Cy SchubertRevert "unbound: Vendor import 1.17.0"
2022-10-16 Cy Schubertunbound: Vendor import 1.17.0
2022-10-16 Rick Macklemnfsd: Make Setxattr/Removexattr NFSv4.2 ops IO_SYNC
2022-10-15 Rick Macklemnfscl: Fix the NFSv4.0 mount so that it does not crash
2022-10-12 Philip Paepscontrib/tzdata: import tzdata 2022e
2022-10-07 Alan Somersfusefs: during F_GETLK, don't change l_pid if no lock...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@d62bafee9
2022-10-04 Hans Petter Selaskycuse(3): Cosmetic change about testing boolean values.
2022-10-03 Hans Petter Selaskycuse(3): Optimise small reads and writes.
2022-10-03 Hans Petter Selaskycuse(3): Use bool type for boolean value instead of...
2022-10-01 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-10-01 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-09-29 Cy Schubertunbound: Vendor import 1.16.3
2022-09-27 Konstantin Belousovnfsclient: access v_mount only after the vnode is locked
2022-09-26 Alan Somerscopy_file_range: truncate write if it would exceed...
2022-09-25 Alan Somersfusefs: truncate write if it would exceed RLIMIT_FSIZE
2022-09-25 Alan Somersfusefs: respect RLIMIT_FSIZE during truncate
2022-09-25 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.4
2022-09-25 Philip Paepscontrib/tzdata: import tzdata 2022d
2022-09-25 Xin LIfile: upgrade to 5.43.
2022-09-24 Konstantin Belousovtmpfs: truncate write if it would exceed the fs max...
2022-09-24 Konstantin Belousovmsdosfs: truncate write if it would exceed the fs max...
2022-09-24 Konstantin Belousovtmpfs: disallow truncation to set file size past RLIMIT...
2022-09-24 Konstantin Belousovmsdosfs: disallow truncation to set file size past...
2022-09-24 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-09-24 Konstantin Belousovtmpfs_subr.c: some style
2022-09-23 Zhenlei Huangnfscl: Fix parameter order in the calls to MGET().
2022-09-21 Martin Matuskazfs: merge openzfs/zfs@c629f0bf6
2022-09-21 Xin LIMFV 66082b6c88b9: libbsdxml (expat) 2.4.9
2022-09-20 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.3
2022-09-19 Mateusz Guzikpseudofs: use the vget_prep/vget_finish idiom
2022-09-17 Mateusz Guzikvfs: introduce V_PCATCH to stop abusing PCATCH
2022-09-17 Mateusz Guzikvfs: always retain path buffer after lookup
2022-09-14 Mateusz Guzikdevfs: stop taking the interlock in devfs_delete
2022-09-14 Mateusz Guzikdevfs: retire the unused DEVFS_DEL_VNLOCKED flag
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Xin LIMFV: less v608
2022-09-04 Rick Macklemnfscl: Allow "nolockd" to work for NFSv4 mounts
2022-09-04 Gordon Berglingmsdosfs(5): Remove a double word in a source code comment
2022-09-04 Gordon Berglingtmpfs(5): Remove a double word in a source code comment
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-28 Rick Macklemnfscl: Fix setup of Sequence when all slots marked bad
2022-08-28 Rick Macklemnfscl: Add a console message for session recovery
2022-08-28 Rick Macklemnfsd: Update console message for no session found
2022-08-27 Rick Macklemnfscl: Fix handling of nd_slotid while handling NFSERR_...
2022-08-27 Rick MacklemRevert "nfscl: Fix handling of nd_slotid while handling...
2022-08-26 Rick Macklemnfscl: Fix handling of nd_slotid while handling NFSERR_...
2022-08-26 Rick Macklemnfscl: Fix handling of a bad session slot (NFSv4.1...
2022-08-25 Martin Matuskazfs: merge openzfs/zfs@a582d5299
2022-08-20 Mateusz GuzikRetire clone_drain_lock
next