aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever2-11/+8
2021-12-10nfsd: fix use-after-free due to delegation raceJ. Bruce Fields1-2/+7
2021-12-10nfsd: Fix nsfd startup race (again)Alexander Sverdlin2-7/+8
2021-12-03fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2021-11-17Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+2
2021-11-15NFSD: Fix exposure in nfsd4_decode_bitmap()Chuck Lever1-5/+2
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-607/+539
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+3
2021-11-02NFS: Move NFS protocol display macros to global headerChuck Lever1-0/+1
2021-11-01nfsd4: remove obselete commentJ. Bruce Fields1-3/+0
2021-10-27fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi1-0/+3
2021-10-22nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commandsChristoph Hellwig3-120/+44
2021-10-19NFSD:fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-10-15nfsd: update create verifier commentJ. Bruce Fields1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever10-154/+154
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever10-85/+64
2021-10-13NFSD: Save location of NFSv4 COMPOUND statusChuck Lever3-4/+10
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever10-158/+158
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever10-93/+70
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-11/+17
2021-10-06NFSD: Keep existing listeners on portlist errorBenjamin Coddington1-1/+4
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever7-26/+8
2021-10-02NFSD: Initialize pointer ni with NULL and not plain integer 0Colin Ian King2-2/+2
2021-10-02NFSD: simplify struct nfsfhNeilBrown11-60/+35
2021-10-02NFSD: drop support for ancient filehandlesNeilBrown2-140/+54
2021-10-02NFSD: move filehandle format declarations out of "uapi".NeilBrown2-1/+97
2021-10-01nfsd: Fix a warning for nfsd_file_close_inodeTrond Myklebust1-1/+1
2021-09-30nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust1-8/+11
2021-09-30nfsd: fix error handling of register_pernet_subsys() in init_nfsd()Patrick Ho1-1/+1
2021-09-22Merge tag 'nfsd-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-3/+13
2021-09-21NFSD: Optimize DRC bucket pruningChuck Lever1-6/+11
2021-09-17nfsd: back channel stuck in SEQ4_STATUS_CB_PATH_DOWNDai Ngo1-3/+13
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-34/+33
2021-08-26nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields1-2/+3
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields2-0/+4
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields1-2/+6
2021-08-23Keep read and write fds with each nlm_fileJ. Bruce Fields1-2/+6
2021-08-23fs: remove mandatory file locking supportJeff Layton2-36/+1
2021-08-17nfsd4: Fix forced-expiry lockingJ. Bruce Fields1-2/+2
2021-08-17NFSD: remove vanity commentsNeilBrown1-1/+0
2021-08-17NFSD: Use new __string_len C macros for nfsd_clid_classChuck Lever1-3/+2
2021-08-17NFSD: Use new __string_len C macros for the nfs_dirent tracepointChuck Lever1-7/+5
2021-08-17NFSD: Batch release pages during splice readChuck Lever1-7/+2
2021-08-17NFSD: Clean up splice actorChuck Lever1-8/+3
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-07Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-132/+546