summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd: remove superfluous KERN_INFORasmus Villemoes2017-02-241-1/+1
* nfsd: special case truncates some moreChristoph Hellwig2017-02-211-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-02-201-17/+12
* nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-201-37/+60
|\
| * nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields2017-02-091-37/+60
* | NFSD: Reserve adequate space for LOCKT operationKinglong Mee2017-02-171-5/+5
* | NFSD: Get response size before operation for all RPCsKinglong Mee2017-02-171-6/+63
* | nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee2017-02-171-7/+3
* | nfsd/callback: skip the callback tagKinglong Mee2017-02-171-0/+1
* | nfsd/callback: Cleanup callback cred on shutdownKinglong Mee2017-02-173-4/+15
* | nfsd/idmap: return nfserr_inval for 0-length namesKinglong Mee2017-02-171-0/+8
* | NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown2017-02-061-3/+7
* | nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-313-1/+9
* | nfsd: constify nfsd_suppatttrsJ. Bruce Fields2017-01-312-4/+4
* | nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew2017-01-311-0/+2
* | NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee2017-01-311-4/+1
* | NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee2017-01-314-36/+18
* | NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee2017-01-316-13/+11
* | NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown2017-01-311-3/+7
|/
* nfsd: special case truncates some moreChristoph Hellwig2017-01-311-60/+37
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-01-313-15/+13
* nfsd: fix supported attributes for acl & labelsJ. Bruce Fields2017-01-121-1/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-172-8/+6
|\
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-092-8/+6
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-2/+1
|\ \
| * | vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-161-2/+1
| |/
* | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-168-85/+103
|\ \
| * | nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-154-9/+33
| * | nfsd: constify reply_cache_stats_operations structureJulia Lawall2016-11-141-1/+1
| * | nfsd: update workqueue creationJ. Bruce Fields2016-11-141-1/+1
| * | nfsd: catch errors in decode_fattr earlierJ. Bruce Fields2016-11-012-7/+14
| * | nfsd: clean up supported attribute handlingJ. Bruce Fields2016-11-013-60/+42
| * | nfsd: fix error handling for clients that fail to return the layoutJeff Layton2016-11-011-4/+4
| * | nfsd: more robust allocation failure handling in nfsd_reply_cache_initJeff Layton2016-11-011-3/+8
| |/
* / netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
|/
* nfsd: Fix general protection fault in release_lock_stateid()Chuck Lever2016-11-011-6/+4
* nfsd: move blocked lock handling under a dedicated spinlockJeff Layton2016-10-242-13/+20
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-1316-49/+511
|\
| * NFSD: Implement the COPY callAnna Schumaker2016-10-075-13/+181
| * nfsd: handle EUCLEANJ. Bruce Fields2016-10-071-0/+1
| * nfsd: only WARN once on unmapped errorsJ. Bruce Fields2016-10-071-1/+1
| * nfsd4: setclientid_confirm with unmatched verifier should failJ. Bruce Fields2016-09-261-2/+3
| * nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
| * nfsd: set the MAY_NOTIFY_LOCK flag in OPEN repliesJeff Layton2016-09-261-2/+4
| * nfsd: add a LRU list for blocked locksJeff Layton2016-09-263-0/+65
| * nfsd: have nfsd4_lock use blocking locks for v4.1+ locksJeff Layton2016-09-262-20/+156
| * nfsd: plumb in a CB_NOTIFY_LOCK operationJeff Layton2016-09-263-0/+73
| * NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
| * nfsd: fix dprintk in nfsd4_encode_getdeviceinfoJeff Layton2016-09-231-1/+1