aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+3
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin1-3/+4
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin3-3/+17
2017-11-27NFSD: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-27nfsd: check for use of the closed special stateidAndrew Elble1-2/+5
2017-11-27nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda1-2/+2
2017-11-27nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble1-3/+8
2017-11-27nfsd: remove net pointer from debug messagesVasily Averin1-3/+3
2017-11-27nfsd: Fix races with check_stateid_generation()Trond Myklebust1-3/+19
2017-11-27nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust1-9/+3
2017-11-27nfsd: Fix race in lock stateid creationTrond Myklebust1-28/+42
2017-11-27nfsd4: move find_lock_stateidTrond Myklebust1-19/+19
2017-11-27nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust1-11/+8
2017-11-27nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust1-0/+8
2017-11-27nfsd: Fix another OPEN stateid raceTrond Myklebust1-15/+13
2017-11-27nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust1-8/+59
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds9-59/+136
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+2
2017-11-07nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-11-07nfsd: use nfs->ns.inum as net IDVasily Averin1-2/+2
2017-11-07nfds: avoid gettimeofday for nfssvc_boot timeArnd Bergmann4-8/+11
2017-11-07fs, nfsd: convert nfs4_file.fi_ref from atomic_t to refcount_tElena Reshetova2-5/+5
2017-11-07fs, nfsd: convert nfs4_cntl_odstate.co_odcount from atomic_t to refcount_tElena Reshetova2-4/+4
2017-11-07fs, nfsd: convert nfs4_stid.sc_count from atomic_t to refcount_tElena Reshetova3-15/+16
2017-11-07nfsd4: catch some false session retriesJ. Bruce Fields2-1/+37
2017-11-07nfsd4: fix cached replies to solo SEQUENCE compoundsJ. Bruce Fields3-7/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman36-0/+36
2017-10-05nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan1-1/+8
2017-10-05nfsd: use ARRAY_SIZEJérémy Lefaure1-3/+2
2017-10-04nfsd: give out fewer session slots as limit approachesJ. Bruce Fields1-0/+5
2017-10-04nfsd: increase DRC cache limitJ. Bruce Fields1-1/+1
2017-10-04nfsd: remove unnecessary nofilehandle checksJ. Bruce Fields1-12/+2
2017-10-01iomap: Switch from blkno to disk offsetAndreas Gruenbacher1-2/+2
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-275/+233
2017-09-05nfsd: Incoming xdr_bufs may have content in tail bufferChuck Lever2-0/+21
2017-09-05merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields1-4/+2
2017-08-31annotate RWF_... flagsChristoph Hellwig1-1/+1
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-1/+1
2017-08-24nfsd: Const-ify NFSv4 encoding and decoding ops arraysChuck Lever1-2/+2
2017-08-24nfsd4: individual encoders no longer see error casesJ. Bruce Fields1-206/+103
2017-08-24nfsd4: skip encoder in trivial error casesJ. Bruce Fields3-3/+12
2017-08-24nfsd4: define ->op_release for compound opsJ. Bruce Fields3-6/+36
2017-08-24nfsd4: opdesc will be useful outside nfs4proc.cJ. Bruce Fields3-14/+14
2017-08-24nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2017-08-01nfsd4: move some nfsd4 op definitions to xdr4.hJ. Bruce Fields2-43/+44
2017-07-17nfsd: Fix a memory scribble in the callback channelTrond Myklebust1-3/+3
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-876/+999
2017-07-12nfsd4: factor ctime into change attributeJ. Bruce Fields3-3/+25
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+13
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+16