summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever2021-01-254-7/+17
* NFSD: Remove argument length checking in nfsd_dispatch()Chuck Lever2021-01-251-34/+0
* NFSD: Update the NFSv2 SYMLINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-103/+10
* NFSD: Update the NFSv2 CREATE argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+76
* NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update NFSv2 diropargs decoding to use struct xdr_streamChuck Lever2021-01-251-5/+34
* NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_streamChuck Lever2021-01-251-5/+7
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-253-14/+18
* NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever2021-01-253-23/+5
* NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_streamChuck Lever2021-01-251-31/+21
* NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever2021-01-253-39/+30
* NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-253-9/+23
* NFSD: Update the MKNOD3args decoder to use struct xdr_streamChuck Lever2021-01-251-72/+35
* NFSD: Update the SYMLINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-13/+16
* NFSD: Update the MKDIR3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the CREATE3args decoder to use struct xdr_streamChuck Lever2021-01-251-10/+10
* NFSD: Update the SETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-251-17/+121
* NFSD: Update the LINK3args decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the RENAME3args decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update the NFSv3 DIROPargs decoder to use struct xdr_streamChuck Lever2021-01-251-5/+35
* NFSD: Update COMMIT3arg decoder to use struct xdr_streamChuck Lever2021-01-251-5/+8
* NFSD: Update READDIR3args decoders to use struct xdr_streamChuck Lever2021-01-252-15/+24
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-253-31/+19
* NFSD: Fix returned READDIR offset cookieChuck Lever2021-01-251-3/+4
* NFSD: Update READLINK3arg decoder to use struct xdr_streamChuck Lever2021-01-253-23/+5
* NFSD: Update WRITE3arg decoder to use struct xdr_streamChuck Lever2021-01-251-31/+20
* NFSD: Update READ3arg decoder to use struct xdr_streamChuck Lever2021-01-253-27/+25
* NFSD: Update ACCESS3arg decoder to use struct xdr_streamChuck Lever2021-01-252-5/+6
* NFSD: Update GETATTR3args decoder to use struct xdr_streamChuck Lever2021-01-253-9/+27
* SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-258-0/+100
* Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-01-241-20/+47
|\
| * io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe2021-01-241-10/+26
| * io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov2021-01-241-5/+5
| * io_uring: fix short read retries for non-reg filesPavel Begunkov2021-01-221-1/+1
| * io_uring: fix SQPOLL IORING_OP_CLOSE cancelation stateJens Axboe2021-01-221-1/+2
| * io_uring: fix skipping disabling sqo on execPavel Begunkov2021-01-171-0/+4
| * io_uring: fix uring_flush in exit_files() warningPavel Begunkov2021-01-161-1/+4
| * io_uring: fix false positive sqo warning on flushPavel Begunkov2021-01-161-2/+1
| * io_uring: iopoll requests should also wake task ->in_idle stateJens Axboe2021-01-161-0/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-01-241-1/+6
|\ \
| * | proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-241-1/+6
* | | Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-01-241-41/+24
|\ \ \
| * | | kernfs: wire up ->splice_read and ->splice_writeChristoph Hellwig2021-01-211-0/+2
| * | | kernfs: implement ->write_iterChristoph Hellwig2021-01-211-18/+10
| * | | kernfs: implement ->read_iterChristoph Hellwig2021-01-211-23/+12
* | | | Merge tag '5.11-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-01-242-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
| * | | fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-181-1/+1