aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-3/+4
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 2-3/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 16-143/+235
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-3/+3
2017-02-27nfsd: Fix display of the version stringGravatar Trond Myklebust 1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsGravatar Trond Myklebust 2-8/+22
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Gravatar Jeff Layton 1-6/+7
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsGravatar Jeff Layton 3-3/+1
2017-02-24nfsd: remove superfluous KERN_INFOGravatar Rasmus Villemoes 1-1/+1
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+4
2017-02-21nfsd: special case truncates some moreGravatar Christoph Hellwig 1-6/+26
2017-02-20nfsd: minor nfsd_setattr cleanupGravatar Christoph Hellwig 1-17/+12
2017-02-20nfsd: merge stable fix into main nfsd branchGravatar J. Bruce Fields 1-37/+60
2017-02-17NFSD: Reserve adequate space for LOCKT operationGravatar Kinglong Mee 1-5/+5
2017-02-17NFSD: Get response size before operation for all RPCsGravatar Kinglong Mee 1-6/+63
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidGravatar Kinglong Mee 1-7/+3
2017-02-17nfsd/callback: skip the callback tagGravatar Kinglong Mee 1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownGravatar Kinglong Mee 3-4/+15
2017-02-17nfsd/idmap: return nfserr_inval for 0-length namesGravatar Kinglong Mee 1-0/+8
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 2-8/+12
2017-02-09nfsd: Revert "nfsd: special case truncates some more"Gravatar J. Bruce Fields 1-37/+60
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.Gravatar NeilBrown 1-3/+7
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-1/+1
2017-01-31block: make scsi_request and scsi ioctl support optionalGravatar Christoph Hellwig 1-0/+1
2017-01-31nfsd: opt in to labeled nfs per exportGravatar J. Bruce Fields 3-1/+9
2017-01-31nfsd: constify nfsd_suppatttrsGravatar J. Bruce Fields 2-4/+4
2017-01-31nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Gravatar Scott Mayhew 1-0/+2
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeGravatar Kinglong Mee 1-4/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeGravatar Kinglong Mee 4-36/+18
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeGravatar Kinglong Mee 6-13/+11
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.Gravatar NeilBrown 1-3/+7
2017-01-31nfsd: special case truncates some moreGravatar Christoph Hellwig 1-60/+37
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Gravatar Kinglong Mee 3-15/+13
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-7/+10
2017-01-19Make static usermode helper binaries constantGravatar Greg Kroah-Hartman 1-2/+4
2017-01-12nfsd: fix supported attributes for acl & labelsGravatar J. Bruce Fields 1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 2-8/+6
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 8-85/+103
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionGravatar Amir Goldstein 1-2/+1
2016-12-15nfsd: add support for the umask attributeGravatar Andreas Gruenbacher 4-9/+33
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Gravatar Miklos Szeredi 2-8/+6
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 2-2/+2
2016-11-14nfsd: constify reply_cache_stats_operations structureGravatar Julia Lawall 1-1/+1
2016-11-14nfsd: update workqueue creationGravatar J. Bruce Fields 1-1/+1
2016-11-01nfsd: catch errors in decode_fattr earlierGravatar J. Bruce Fields 2-7/+14
2016-11-01nfsd: clean up supported attribute handlingGravatar J. Bruce Fields 3-60/+42