]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
contrib/tzdata: import tzdata 2022a
[FreeBSD/FreeBSD.git] / sys / fs /
2021-10-19 Rick Macklemnfscl: Fix another deadlock related to the NFSv4 client...
2021-10-19 Rick Macklemnfscl: Fix a deadlock related to the NFSv4 clientID...
2021-10-12 Alan Somersfusefs: Fix a bug during VOP_STRATEGY when the server...
2021-10-12 Alan Somersfusefs: fix a recurse-on-non-recursive lockmgr panic
2021-10-12 Alan Somersfusefs: quiet some cache-related warnings
2021-10-07 Konstantin Belousovfusefs: don't panic if FUSE_GETATTR fails durint VOP_GE...
2021-09-29 Gordon Berglingnfsclient: Fix a typo in a comment
2021-08-29 Gordon Berglingext2fs(5): Correct a typo in an error message
2021-08-27 Ka Ho Ngtmpfs: Fix error being cleared after commit c12118f6cec0
2021-08-27 Ka Ho Ngtmpfs: Fix styles
2021-07-27 Alan Somersfusefs: correctly set lock owner during FUSE_SETLK
2021-07-27 Alan Somersfusefs: ensure that FUSE ops' headers' unique values...
2021-07-27 Alan Somersfusefs: delete some dead code
2021-07-27 Alan Somersfusefs: delete dead code
2021-07-27 gAlfonso-bitSimplify fuse_device_filt_write
2021-07-27 Alan Somersfusefs: support EVFILT_WRITE on /dev/fuse
2021-07-27 Alan Somersfusefs: improve warnings about buggy FUSE servers
2021-07-23 Mark Johnstonnfssvc: Zero the buffer copied out when NFSSVC_DUMPMNTO...
2021-07-04 Alan Somersfusefs: delete dead code
2021-06-26 Rick Macklemkrpc: Acquire ref count of CLIENT for backchannel use
2021-06-26 Rick Macklemnfscl: Fix generation of va_fsid for a tree of NFSv4...
2021-06-04 Rick Macklemnfsd: Add support for CLAIM_DELEG_PREV_FH to the NFSv4...
2021-06-04 Rick Macklemnfscl: Fix NFSv4.1/4.2 mount recovery from an expired...
2021-06-03 Rick Macklemnfscl: Revert commit 5a8b2c5a46dffa3828ad16abee36ac4676...
2021-06-02 Rick Macklemnfscl: Fix NFSv4.1/4.2 mount recovery from an expired...
2021-06-01 Rick Macklemnfsd: Add support for CLAIM_DELEG_CUR_FH to the NFSv4...
2021-06-01 Rick Macklemnfsd: Reduce the callback timeout to 800msec
2021-05-31 Rick MacklemNFSv4 server: Re-establish the delegation recall timeout
2021-05-18 Rick Macklemnfscl: fix typo in a comment
2021-05-12 Rick Macklemnfscl: Fix mis-merge in cherry-pick commit 44d99af3c545
2021-05-12 Rick Macklemnfscl: add check for NULL clp and forced dismounts...
2021-05-12 Rick Macklemnfscl: return delegations in the NFS VOP_RECLAIM()
2021-05-11 Rick Macklemnfscl: fix the handling of NFSERR_DELAY for Open/Layout...
2021-05-11 Mark Johnstonnfsclient: Copy only initialized fields in nfs_getattr()
2021-05-10 Rick Macklemnfsd: fix the slot sequence# when a callback fails
2021-05-10 Rick Macklemnfsd: fix session slot handling for failed callbacks
2021-05-09 Rick Macklemnfscl: fix delegation recall when the file is not open
2021-05-04 Rick Macklemnfscommon: fix function name in comment
2021-05-04 Rick Macklemnfsd: fix stripe size reply for the File Layout pNFS...
2021-05-01 Konstantin BelousovFix mismerge in 00f85e3f264d665b30f0ce2a.
2021-05-01 Konstantin Belousovnfs client: depend on xdr
2021-05-01 Konstantin Belousovpseudofs: limit writes to 1M
2021-05-01 Edward Tomasz Napi... Bump pseudofs size limit from 128kB to 1MB.
2021-04-30 Rick Macklemnfsv4 client: do the BindConnectionToSession as required
2021-04-24 Rick Macklemnfsd: fix replies from session cache for multiple retries
2021-04-22 Rick Macklemnfsd: fix replies from session cache for retried RPCs
2021-04-19 Rick Macklemnfsd: make the server repeat CB_RECALL every couple...
2021-04-18 Rick Macklemnfsd: fix BindConnectionToSession so that it clears...
2021-04-11 Rick Macklemnfsd: do not implicitly bind the back channel for NFSv4...
2021-04-11 Rick Macklemnfsv4 client: fix forced dismount when sleeping in...
2021-04-09 Konstantin Belousovnullfs: protect against user creating inconsistent...
2021-04-08 Alan Somersfusefs: fix two bugs regarding fcntl file locks
2021-04-08 Alan Somersfusefs: set d_off during VOP_READDIR
2021-04-02 Rick Macklemnfsv4 client: fix forced dismount when sleeping on...
2021-04-01 Rick Macklemnfsv4 pnfs client: fix updating of the layout stateid...
2021-03-15 Rick Macklemnfsclient: Fix ReadDS/WriteDS/CommitDS nfsstats RPC...
2021-03-15 Rick Macklemnfsclient: Fix the stripe unit size for a File Layout...
2021-03-15 Rick Macklemnfsclient: add nfs node locking around uses of n_direof...
2021-03-15 Rick Macklemnfsclient: add checks for a server returning the curren...
2021-03-15 Rick Macklemnfsclient: fix panic in cache_enter_time()
2021-03-07 Alexander MotinFix diroffdiroff, probably copy/paste bug.
2021-02-17 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2021-02-09 Konstantin Belousovnfs client: block vnode_pager_setsize() calls from...
2021-02-01 Kyle Evanstmpfs: push VEXEC check into tmpfs_lookup()
2021-01-25 Brooks DavisVFS_QUOTACTL: Remove needless casts of arg
2021-01-21 Konstantin Belousovtmpfs_reclaim: detach unlinked node on dereferencing.
2021-01-17 Konstantin Belousovtmpfs: make M_TMPFSMNT static to tmpfs_vfsops.c
2021-01-17 Konstantin Belousovtmpfs_free_tmp(): explicitly assert that tmp is locked
2021-01-17 Konstantin Belousovtmpfs_reclaim: style
2021-01-09 Konstantin Belousovnfs server: improve use of the VFS KPI
2021-01-06 Mark JohnstonEnsure that dirent's d_off field is initialized
2021-01-06 Mark Johnstonmsdosfs: Fix a leak of dirent padding bytes
2020-12-09 Kirk McKusickMFC of 368396 and 368425.
2020-12-04 Konstantin BelousovFix msdosfs suspension.
2020-12-04 Konstantin BelousovMFC r367895:
2020-11-27 Konstantin BelousovMFC r367890:
2020-10-30 Hans Petter SelaskyMFC r366961:
2020-10-09 Pedro F. GiffuniMFC r366501:
2020-09-29 Rick MacklemMFC: r366189
2020-09-27 Alan SomersMFC r366121:
2020-09-25 Mark JohnstonMFC r366005:
2020-09-24 Rick MacklemMFC: r365895
2020-09-23 Rick MacklemMFC: r365789
2020-09-21 Rick MacklemMFC: r365703
2020-09-19 Konstantin BelousovMFC r365809:
2020-08-11 Rick MacklemMFC: r363210
2020-07-30 Mark JohnstonMFC r363446:
2020-07-27 Mark JohnstonMFC r363367:
2020-07-25 Mateusz GuzikMFC r355228:
2020-06-12 Alan SomersMFC r361401:
2020-06-12 Alan SomersMFC r361399:
2020-06-12 Fedor UporovMFC r361135:
2020-06-12 Fedor UporovMFC r361134:
2020-06-12 Fedor UporovMFC r361133:
2020-06-10 Ryan MoellerMFC r361748:
2020-05-28 Ryan MoellerMFC r361313:
2020-05-22 Alan SomersMFC r360828:
2020-05-19 Ryan MoellerMFC r360960:
2020-05-17 Alan SomersMFC r359435:
2020-05-15 Ryan MoellerMFC r360813:
next