summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever9-3/+25
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever2-43/+78
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever2-100/+398
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-09-25nfsd: rq_lease_breaker cleanupJ. Bruce Fields2-2/+2
2020-09-25nfsd4: remove check_conflicting_opens warningJ. Bruce Fields1-1/+0
2020-09-25nfsd: Cache R, RW, and W opens separatelyJ. Bruce Fields1-1/+1
2020-09-25silence nfscache allocation warnings with kvzallocRik van Riel1-8/+4
2020-09-25nfsd: fix comparison to bool warningZheng Bin1-1/+1
2020-09-25NFSD: Correct type annotations in COPY XDR functionsChuck Lever1-1/+1
2020-09-25NFSD: Correct type annotations in user xattr XDR functionsChuck Lever1-4/+4
2020-09-25NFSD: Correct type annotations in user xattr helpersChuck Lever1-2/+4
2020-09-25SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker1-25/+3
2020-09-25nfsd: rename delegation related tracepoints to make them less confusingHou Tao2-4/+4
2020-09-25nfsd: Remove unnecessary assignment in nfs4xdr.cAlex Dewar1-1/+1
2020-09-25nfsd: Fix typo in commentAlex Dewar1-1/+1
2020-09-25nfsd: give up callbacks on revoked delegationsJ. Bruce Fields1-1/+2
2020-09-25nfsd: remove fault injection codeJ. Bruce Fields5-634/+0
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+29
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2020-09-10Merge tag 'f2fs-for-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+10
2020-09-09Merge tag 'nfs-for-5.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+9
2020-09-08f2fs: Return EOF on unaligned end of file DIO readGabriel Krisman Bertazi1-0/+3
2020-09-08f2fs: fix indefinite loop scanning for free nidSahitya Tummala1-0/+3
2020-09-08f2fs: Fix type of section block count variablesShin'ichiro Kawasaki1-4/+4
2020-09-07btrfs: fix NULL pointer dereference after failure to create snapshotFilipe Manana1-0/+1
2020-09-07btrfs: free data reloc tree on failed mountJosef Bacik1-0/+2
2020-09-07btrfs: require only sector size alignment for parent eb bytenrQu Wenruo2-15/+16
2020-09-07btrfs: fix lockdep splat in add_missing_devJosef Bacik1-0/+10
2020-09-06cifs: fix DFS mount with cifsacl/modefromsidRonnie Sahlberg1-0/+4
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-05io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-05io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-05NFS: Zero-stateid SETATTR should first return delegationChuck Lever1-1/+3
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04debugfs: Fix module state check conditionVladis Dronov1-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-09-03Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+52
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1