summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-12NFSD: Encode a full READ_PLUS replyAnna Schumaker
2020-10-12NFSD: Return both a hole and a data segmentAnna Schumaker
2020-10-12NFSD: Add READ_PLUS hole segment encodingAnna Schumaker
2020-10-12NFSD: Add READ_PLUS data supportAnna Schumaker
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever
2020-10-02NFSD: Remove vestigial typedefsChuck Lever
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel
2020-09-25nfsd: fix comparison to bool warningZheng Bin
2020-09-25NFSD: Correct type annotations in COPY XDR functionsChuck Lever
2020-09-25NFSD: Correct type annotations in user xattr XDR functionsChuck Lever
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar
2020-09-25nfsd: Fix typo in commentAlex Dewar
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka