summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-2818-145/+241
|\
| * nfsd: Fix display of the version stringTrond Myklebust2017-02-271-30/+26
| * nfsd: fix configuration of supported minor versionsTrond Myklebust2017-02-272-8/+22
| * nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-242-6/+9
| * sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-244-5/+3
| * 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-207-39/+105
| |\
| * | 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
| * | lockd: initialize sin6_scope_id in lockd_inet6addr_event()Scott Mayhew2017-01-311-0/+2
| * | 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
* | | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-2813-306/+287
|\ \ \
| * | | libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-242-20/+9
| * | | ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-246-103/+3
| * | | ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter2017-02-231-2/+3
| * | | ceph: remove req from unsafe list when unregistering itJeff Layton2017-02-201-2/+3
| * | | ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton2017-02-201-2/+3
| * | | ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton2017-02-201-0/+20
| * | | ceph: vet the target and parent inodes before updating dentry leaseJeff Layton2017-02-201-24/+48
| * | | ceph: don't update_dentry_lease unless we actually got oneJeff Layton2017-02-201-2/+2
| * | | ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-206-28/+39
| * | | ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-205-38/+45
| * | | ceph: drop session argument to ceph_fill_traceJeff Layton2017-02-203-5/+4
| * | | ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton2017-02-201-34/+0
| * | | ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-203-5/+5
| * | | ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng2017-02-201-0/+10
| * | | ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-0/+1
| * | | ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-02-201-2/+2
| * | | ceph: avoid updating mds_wanted too frequentlyYan, Zheng2017-02-201-3/+9
| * | | ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-202-2/+10
| * | | ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King2017-02-201-1/+1
| * | | ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-205-10/+10
| * | | ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton2017-02-203-6/+13
| * | | ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton2017-02-201-2/+5
| * | | ceph: pass parent dir ino info to build_dentry_pathJeff Layton2017-02-201-7/+9
| * | | ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton2017-02-201-2/+7
| * | | ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton2017-02-201-22/+42