summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2020-10-022-3/+1
* NFSD: Remove the RETURN_STATUS() macroChuck Lever2020-10-022-138/+130
* NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-025-122/+171
* NFSD: Fix .pc_release method for NFSv2Chuck Lever2020-10-023-11/+26
* NFSD: Remove vestigial typedefsChuck Lever2020-10-021-3/+0
* NFSD: Refactor nfsd_dispatch() error pathsChuck Lever2020-10-021-25/+35
* NFSD: Clean up nfsd_dispatch() variablesChuck Lever2020-10-021-8/+7
* NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever2020-10-021-10/+16
* NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever2020-10-021-4/+4
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-029-3/+25
* NFSACL: Replace PROC() macro with open codeChuck Lever2020-10-022-43/+78
* lockd: Replace PROC() macro with open codeChuck Lever2020-10-022-100/+398
* NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-10-021-0/+16
* nfsd: rq_lease_breaker cleanupJ. Bruce Fields2020-09-252-2/+2
* nfsd4: remove check_conflicting_opens warningJ. Bruce Fields2020-09-251-1/+0
* nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields2020-09-251-1/+1
* silence nfscache allocation warnings with kvzallocRik van Riel2020-09-251-8/+4
* nfsd: fix comparison to bool warningZheng Bin2020-09-251-1/+1
* NFSD: Correct type annotations in COPY XDR functionsChuck Lever2020-09-251-1/+1
* NFSD: Correct type annotations in user xattr XDR functionsChuck Lever2020-09-251-4/+4
* NFSD: Correct type annotations in user xattr helpersChuck Lever2020-09-251-2/+4
* SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-25/+3
* nfsd: rename delegation related tracepoints to make them less confusingHou Tao2020-09-252-4/+4
* nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar2020-09-251-1/+1
* nfsd: Fix typo in commentAlex Dewar2020-09-251-1/+1
* nfsd: give up callbacks on revoked delegationsJ. Bruce Fields2020-09-251-1/+2
* nfsd: remove fault injection codeJ. Bruce Fields2020-09-255-634/+0
* Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-09-131-2/+2
|\
| * debugfs: Fix module state check conditionVladis Dronov2020-09-041-2/+2
* | Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-125-15/+29
|\ \
| * | btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana2020-09-071-0/+1
| * | btrfs: free data reloc tree on failed mountJosef Bacik2020-09-071-0/+2
| * | btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2020-09-072-15/+16
| * | btrfs: fix lockdep splat in add_missing_devJosef Bacik2020-09-071-0/+10
* | | Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-09-121-0/+4
|\ \ \
| * | | cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg2020-09-061-0/+4
* | | | Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-103-4/+10
|\ \ \ \
| * | | | f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi2020-09-081-0/+3
| * | | | f2fs: fix indefinite loop scanning for free nidSahitya Tummala2020-09-081-0/+3
| * | | | f2fs: Fix type of section block count variablesShin'ichiro Kawasaki2020-09-081-4/+4
| |/ / /
* | | | Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-091-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | NFS: Zero-stateid SETATTR should first return delegationChuck Lever2020-09-051-1/+3
| * | | NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recallOlga Kornievskaia2020-08-261-1/+6
| | |/ | |/|
* | | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-061-3/+52
|\ \ \
| * | | io_uring: fix linked deferred ->files cancellationPavel Begunkov2020-09-051-2/+23
| * | | io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov2020-09-051-0/+27
| * | | io_uring: fix explicit async read/write mapping for large segmentsJens Axboe2020-09-051-3/+4
* | | | Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-051-1/+1
|\ \ \ \
| * | | | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* | | | | xfs: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+10