]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
vmm: fix set but not used warning
[FreeBSD/FreeBSD.git] / sys / fs /
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-26 Rick Macklemnfscl: Improve NFSv4 error message for NFSERR_WRONGSEC
2023-01-20 Konstantin BelousovStop cleaning MNT_LOCAL on unmount
2023-01-20 Konstantin Belousovtmpfs_getattr(): Only take vm_object lock on 32bit...
2023-01-20 Konstantin Belousovtmpfs: for used pages, account really allocated pages...
2023-01-20 Konstantin Belousovtmpfs: make vm_object point to the tmpfs node instead...
2023-01-20 Konstantin BelousovAdd 'show tmpfs' ddb command
2023-01-20 Konstantin Belousovtmpfs: minor style
2023-01-14 Kirk McKusickFix vop_readdir's ncookies handling in UFS and EXT2.
2023-01-09 Jason A. Harmeningunionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXT
2023-01-06 Doug RabsonAdd support for mounting single files in nullfs
2022-12-31 Konstantin Belousovtmpfs: update changed/modified timestamps for truncates...
2022-12-30 Rick Macklemnfsd: Handle file systems without a VOP_VPTOFH()
2022-12-29 Rick Macklemnfscl: Improve the console message for NFSERR_NOFILEHANDLE
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-23 Alan Somersfusefs: fix VOP_ADVLOCK with SEEK_END
2022-11-16 Rick Macklemnfsd: Make the pNFS server update Change for Setxattr...
2022-11-15 Rick Macklemnfsd: Make Setxattr/Removexattr NFSv4.2 ops IO_SYNC
2022-11-11 Gordon Berglingnfs: Fix common typos in source code comments
2022-10-31 Alan Somersfusefs: After successful F_GETLK, l_whence should be...
2022-10-31 Alan Somersfusefs: during F_GETLK, don't change l_pid if no lock...
2022-10-26 Konstantin Belousovtmpfs: report minimal hole size
2022-10-26 Konstantin Belousovtmpfs: implement FIOSEEKDATA and FIOSEEKHOLE
2022-10-26 Konstantin Belousovtmpfs: order include files alphabetically
2022-10-26 Konstantin Belousovtmpfs: change return type of tmpfs_pages_check_avail...
2022-10-15 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-10-12 Hans Petter Selaskycuse(3): Cosmetic change about testing boolean values.
2022-10-12 Hans Petter Selaskycuse(3): Use bool type for boolean value instead of...
2022-10-12 Hans Petter Selaskycuse(3): Optimise small reads and writes.
2022-10-12 Alan Somerscopy_file_range: truncate write if it would exceed...
2022-10-12 Alan Somersfusefs: truncate write if it would exceed RLIMIT_FSIZE
2022-10-12 Alan Somersfusefs: respect RLIMIT_FSIZE during truncate
2022-10-08 Rick Macklemnfs_clvnops.c: Fix access to v_mount when vnode unlocked
2022-10-08 Konstantin Belousovtmpfs: truncate write if it would exceed the fs max...
2022-10-08 Konstantin Belousovmsdosfs: truncate write if it would exceed the fs max...
2022-10-08 Konstantin Belousovtmpfs: disallow truncation to set file size past RLIMIT...
2022-10-08 Konstantin Belousovmsdosfs: disallow truncation to set file size past...
2022-10-08 Konstantin Belousovfilesystems: return error from vn_rlimit_fsize() instea...
2022-10-08 Konstantin Belousovtmpfs_subr.c: some style
2022-10-06 Zhenlei Huangnfscl: Fix parameter order in the calls to MGET().
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-04 Konstantin Belousovnfsclient: access v_mount only after the vnode is locked
2022-09-18 Rick Macklemnfscl: Allow "nolockd" to work for NFSv4 mounts
2022-09-16 Rick Macklemnfscl: Add a console message for session recovery
2022-09-16 Rick Macklemnfscl: Fix setup of Sequence when all slots marked bad
2022-09-16 Rick Macklemnfsd: Update console message for no session found
2022-09-07 Gordon Berglingtmpfs(5): Remove a double word in a source code comment
2022-09-07 Gordon Berglingmsdosfs(5): Remove a double word in a source code comment
2022-09-02 Rick Macklemnfscl: Fix handling of a bad session slot (NFSv4.1...
2022-09-02 Rick Macklemnfscl: Fix handling of nd_slotid while handling NFSERR_...
2022-08-10 Gordon Berglingnullfs(5): Fix a typo in a source code comment
2022-07-28 Rick Macklemnfsd: Fix CreateSession for an established ClientID
2022-07-28 Rick Macklemnfscl: Fix CreateSession for an established ClientID
2022-07-28 Rick Macklemnfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2
2022-07-28 Rick Macklemnfscl: Enable detection of bad session slots
2022-07-27 Rick Macklemnfscl: Replace "cred" with NULL to cleanup code
2022-07-27 Rick Macklemnfscl: Initialize nfsess_badslots to zero
2022-07-27 Rick Macklemnfscl: Add optional support for slots marked bad
2022-07-27 Hans Petter Selaskycuse(3): Allow shared memory allocations up to, but...
2022-07-27 Hans Petter Selaskycuse(3): Fix an off-by-one.
2022-07-27 Hans Petter Selaskycuse(3): Remove PAGE_SIZE from libcuse.
2022-07-25 Rick Macklemnfscl: Move nfsrpc_destroysession into nfscommon
2022-07-25 Rick Macklemnfscl: Change the cred argument to non-NULL for pNFS...
2022-07-24 Rick Macklemnfscl: Add a cred argument to nfscl_reqstart()
2022-07-23 Rick Macklemnfscl: Fix setting of nfsess_defunct for nfscl_hasexpired()
2022-07-23 Dimitry AndricAdjust dtnfsclient_unload() definition to avoid clang...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-21 Konstantin Belousovnull_vptocnp(): busy nullfs mp instead of refing it
2022-06-18 Alan Somersfusefs: handle evil servers that return illegal inode...
2022-06-17 Dmitry Chaginsysent: Get rid of bogus sys/sysent.h include.
2022-06-17 Dmitry Chaginpseudofs: Destroy vncache hashtbl on pseudofs module...
2022-06-13 Konstantin Belousovfdescfs: allow chown/utime etc on fdescfs fd for underl...
2022-06-10 Rick Macklemnfscl: Add a diagnostic printf() for a "should never...
2022-06-10 Rick Macklemnfscl: Do not handle NFSERR_BADSESSION in operation...
2022-06-09 Rick Macklemnfscl: Add support for a NFSv4 AppendWrite RPC
2022-06-09 Rick Macklemnfscl: Add support for a NFSv4 AppendWrite RPC
2022-06-09 Warner LoshUnbreak the build: Also define NFSV42_OLDNPROCS here.
2022-06-09 Rick Macklemnfscl: Add support for a NFSv4 AppendWrite RPC
2022-06-09 Rick Macklemnfscl: Always invalidate buffers for append writes
2022-06-09 Rick Macklemnfscl: Partially revert commit 867c27c23a5c
2022-06-09 Rick Macklemnfscl: Change IO_APPEND writes to direct I/O
2022-06-06 Rick Macklemnfscl: Ansify a function header
2022-06-06 Rick Macklemnfscl: Fix IO_APPEND writes from kernel space
2022-05-23 Alan Somersfusefs: fix an undefined variable access
2022-05-23 Alan Somersfusefs: use the fsname mount option if set
2022-05-20 Rick Macklemnfsd: Fix handling of Open/Create for the pNFS server
2022-05-20 Rick Macklemnfsd: Add a sanity check for Owner/OwnerGroup string...
2022-05-17 Rick Macklemnfscl: Acquire a refcount on "cred" for mirrored pNFS...
2022-05-16 Rick Macklemnfsd: Fix session slot freeing for NFSv4.1/4.2
2022-05-15 Rick Macklemnfsd: Add a sanity check to SecinfoNoname for file...
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-12 Alan Somersfusefs: fix FUSE_CREATE with file handles and fuse...
2022-05-12 Alan Somersfusefs: correctly handle servers that report too much...
2022-05-12 Alan Somersfusefs: validate servers' error values
2022-04-29 Alan Somersfusefs: fix two bugs regarding VOP_RECLAIM of the root...
2022-04-13 Rick Macklemnfsd: Do not exempt NFSv3 Fsinfo from the TLS check
2022-04-09 Gordon Berglingfusefs(5): Fix a typo in a source code comment
2022-03-30 Gordon Berglingnfsclient: Fix a typos in source code comments
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-21 Mark Johnstonfusefs: Initialize a pad word in the mknod message
next