aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-10NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown1-14/+11
2017-03-10NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown1-1/+2
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown1-10/+33
2017-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-3/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds16-143/+235
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick1-3/+3
2017-02-27nfsd: Fix display of the version stringTrond Myklebust1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust2-8/+22
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-6/+7
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton3-3/+1
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes1-1/+1
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2017-02-21nfsd: special case truncates some moreChristoph Hellwig1-6/+26
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig1-17/+12
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields1-37/+60
2017-02-17NFSD: Reserve adequate space for LOCKT operationKinglong Mee1-5/+5
2017-02-17NFSD: Get response size before operation for all RPCsKinglong Mee1-6/+63
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee1-7/+3
2017-02-17nfsd/callback: skip the callback tagKinglong Mee1-0/+1
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee3-4/+15
2017-02-17nfsd/idmap: return nfserr_inval for 0-length namesKinglong Mee1-0/+8
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2-8/+12
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown1-3/+7
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+1
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig1-0/+1
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields3-1/+9
2017-01-31nfsd: constify nfsd_suppatttrsJ. Bruce Fields2-4/+4
2017-01-31nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew1-0/+2
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee1-4/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee4-36/+18
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee6-13/+11
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown1-3/+7
2017-01-31nfsd: special case truncates some moreChristoph Hellwig1-60/+37
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee3-15/+13
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-7/+10
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-2/+4
2017-01-12nfsd: fix supported attributes for acl & labelsJ. Bruce Fields1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-8/+6
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+1
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-85/+103
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein1-2/+1
2016-12-15nfsd: add support for the umask attributeAndreas Gruenbacher4-9/+33
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2-8/+6
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2