summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Add missing recording of back channel attrs in nfsd4_sessionKinglong Mee1-0/+2
2014-01-03nfsd: get rid of unused macro definitionKinglong Mee1-5/+0
2014-01-03nfsd: clean up unnecessary temporary variable in nfsd4_decode_fattrKinglong Mee1-9/+3
2014-01-03nfsd: using nfsd4_encode_noop for encoding destroy_session/free_stateidKinglong Mee2-25/+2
2014-01-03nfsd: clean up an xdr reserved space calculationKinglong Mee1-1/+1
2014-01-03nfsd: get rid of unused function definitionKinglong Mee1-8/+0
2014-01-03nfsd: calculate the missing length of bitmap in EXCHANGE_IDKinglong Mee2-9/+18
2013-12-12nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh1-2/+1
2013-12-11nfsd: don't try to reuse an expired DRC entry off the listJeff Layton1-32/+4
2013-12-11nfsd: start documenting some XDR handling functionsChristoph Hellwig1-0/+19
2013-12-11nfsd: don't return high mode bitsAlbert Fluegel2-2/+2
2013-12-11nfsd: when reusing an existing repcache entry, unhash it firstJeff Layton1-1/+8
2013-11-20nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+2
2013-11-18nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-18nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-17Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-77/+115
2013-11-15nfsd: export proper maximum file size to the clientChristoph Hellwig1-1/+1
2013-11-14nfsd4: improve write performance with better sendspace reservationsJ. Bruce Fields1-0/+31
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+6
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-1/+1
2013-11-09locks: introduce new FL_DELEG lock flagJ. Bruce Fields1-1/+1
2013-11-05Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation"J. Bruce Fields1-1/+3
2013-11-01nfsd4: fix discarded security labels on setattrJ. Bruce Fields1-0/+1
2013-10-31NFSD: Add support for NFS v4.2 operation checkingAnna Schumaker1-3/+5
2013-10-30nfsd4: nfsd_shutdown_net needs state lockJ. Bruce Fields1-1/+2
2013-10-30NFSD: Combine decode operations for v4 and v4.1Anna Schumaker1-58/+40
2013-10-30nfsd: -EINVAL on invalid anonuid/gid instead of silent failureJ. Bruce Fields1-0/+9
2013-10-30nfsd: return better errors to exportfsJ. Bruce Fields1-4/+11
2013-10-30nfsd: fh_update should error out in unexpected casesJ. Bruce Fields1-5/+3
2013-10-29nfsd4: need to destroy revoked delegations in destroy_clientBenny Halevy1-0/+5
2013-10-29nfsd: no need to unhash_stid before freeBenny Halevy1-5/+2
2013-10-28nfsd: remove_stid can be incorporated into nfs4_put_delegationBenny Halevy1-3/+1
2013-10-28nfsd: nfs4_open_delegation needs to remove_stid rather than unhash_stidBenny Halevy1-1/+1
2013-10-28nfsd: nfs4_free_stidBenny Halevy1-2/+7
2013-10-26nfsd: fix Kconfig syntaxChristoph Hellwig1-1/+1
2013-10-25nfsd: switch to %p[dD]Al Viro5-37/+31
2013-10-03nfsd: switch to %p[dD]Al Viro5-37/+31
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+23
2013-09-11Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-14/+21
2013-09-11fs: convert fs shrinkers to new scan/count APIDave Chinner1-9/+23
2013-09-04nfsd: racy access to ->d_name in nsfd4_encode_path()Al Viro1-6/+8
2013-08-31nfsd4: nfsd4_create_clid_dir prints uninitialized dataJ. Bruce Fields1-2/+0
2013-08-31nfsd4: fix leak of inode reference on delegation failureJ. Bruce Fields1-11/+20
2013-08-31Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR"J. Bruce Fields1-4/+9
2013-08-31Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields3-4/+5
2013-08-07nfsd: Fix SP4_MACH_CRED negotiation in EXCHANGE_IDWeston Andros Adamson2-4/+3
2013-08-07nfsd4: Fix MACH_CRED NULL dereferenceJ. Bruce Fields1-0/+2
2013-07-27nfsd4: fix setlease error returnJ. Bruce Fields1-1/+1