summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2017-03-10NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown
2017-03-10NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown
2017-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-27nfsd: Fix display of the version stringTrond Myklebust
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton
2017-02-24nfsd: remove superfluous KERN_INFORasmus Villemoes
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-21nfsd: special case truncates some moreChristoph Hellwig
2017-02-20nfsd: minor nfsd_setattr cleanupChristoph Hellwig
2017-02-20nfsd: merge stable fix into main nfsd branchJ. Bruce Fields
2017-02-17NFSD: Reserve adequate space for LOCKT operationKinglong Mee
2017-02-17NFSD: Get response size before operation for all RPCsKinglong Mee
2017-02-17nfsd/callback: Drop a useless data copy when comparing sessionidKinglong Mee
2017-02-17nfsd/callback: skip the callback tagKinglong Mee
2017-02-17nfsd/callback: Cleanup callback cred on shutdownKinglong Mee
2017-02-17nfsd/idmap: return nfserr_inval for 0-length namesKinglong Mee
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields
2017-02-06NFSDv4: use export cache flushtime for changeid on V4ROOT objects.NeilBrown
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields
2017-01-31nfsd: constify nfsd_suppatttrsJ. Bruce Fields
2017-01-31nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew
2017-01-31NFSD: Remove unused value inode in nfsd_vfs_writeKinglong Mee
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown
2017-01-31nfsd: special case truncates some moreChristoph Hellwig
2017-01-31NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman
2017-01-12nfsd: fix supported attributes for acl & labelsJ. Bruce Fields
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-16Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-12-16vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein
2016-12-15nfsd: add support for the umask attributeAndreas Gruenbacher
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan