summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
| * | nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust2022-01-084-4/+69
| * | NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever2022-01-081-6/+5
| * | NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Chuck Lever2022-01-081-7/+4
| * | NFSD: Clean up nfsd_vfs_write()Chuck Lever2022-01-081-16/+5
| * | nfsd: Replace use of rwsem with errseq_tTrond Myklebust2022-01-084-34/+24
| * | NFSD: Fix verifier returned in stable WRITEsChuck Lever2022-01-081-0/+4
| * | nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton2022-01-082-1/+10
| * | nfsd: Add errno mapping for EREMOTEIOJeff Layton2022-01-081-0/+1
| * | nfsd: map EBADFPeng Tao2022-01-081-0/+1
| * | NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2022-01-082-10/+1
| * | nfsd4: add refcount for nfsd4_blocked_lockVasily Averin2022-01-082-3/+23
| * | nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-081-6/+12
| * | NFSD: De-duplicate nfsd4_decode_bitmap4()Chuck Lever2022-01-081-14/+3
| * | nfsd: improve stateid access bitmask documentationJ. Bruce Fields2022-01-082-4/+14
| * | NFSD: Combine XDR error tracepointsChuck Lever2022-01-081-21/+7
| * | NFSD: simplify per-net file cache managementNeilBrown2021-12-132-61/+17
| * | NFSD: Fix inconsistent indentingJiapeng Chong2021-12-131-2/+2
| * | NFSD: Remove be32_to_cpu() from DRC hash functionChuck Lever2021-12-131-1/+1
| * | NFSD: simplify locking for network notifier.NeilBrown2021-12-133-23/+20
| * | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-6/+5
| * | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-132-24/+20
| * | NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown2021-12-131-6/+2
| * | SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-3/+2
| * | nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown2021-12-133-7/+5
| * | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-133-28/+43
| * | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-133-17/+19
| * | NFSD: handle errors better in write_ports_addfd()NeilBrown2021-12-131-1/+1
| * | NFSD: Fix sparse warningChuck Lever2021-12-131-1/+1
* | | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-1/+1
|\ \ \
| * | | fs: add is_idmapped_mnt() helperChristian Brauner2021-12-031-1/+1
* | | | NFSD: Fix READDIR buffer overflowChuck Lever2021-12-182-11/+8
| |/ / |/| |
* | | nfsd: fix use-after-free due to delegation raceJ. Bruce Fields2021-12-101-2/+7
* | | nfsd: Fix nsfd startup race (again)Alexander Sverdlin2021-12-102-7/+8
|/ /
* | Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-171-5/+2
|\ \ | |/ |/|
| * NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever2021-11-151-5/+2
* | Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-11-1022-607/+539
|\|
| * nfsd4: remove obselete commentJ. Bruce Fields2021-11-011-3/+0
| * NFSD:fix boolreturn.cocci warningChangcheng Deng2021-10-191-1/+1
| * nfsd: update create verifier commentJ. Bruce Fields2021-10-151-1/+2
| * SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-1310-154/+154
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-1310-85/+64
| * NFSD: Save location of NFSv4 COMPOUND statusChuck Lever2021-10-133-4/+10
| * SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-1310-158/+158
| * SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-1310-93/+70
| * NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-027-26/+8
| * NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King2021-10-022-2/+2
| * NFSD: simplify struct nfsfhNeilBrown2021-10-0211-60/+35
| * NFSD: drop support for ancient filehandlesNeilBrown2021-10-022-140/+54
| * NFSD: move filehandle format declarations out of "uapi".NeilBrown2021-10-022-1/+97
| * NFSD: Optimize DRC bucket pruningChuck Lever2021-09-211-6/+11