summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov6-103/+3
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-23crush: fix dprintk compilationIlya Dryomov1-2/+2
2017-02-23crush: do is_out test only if we do not collideIlya Dryomov1-3/+1
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-02-20rbd: constify device_type structureBhumika Goyal1-1/+1
2017-02-20rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2-79/+7
2017-02-20rbd: store and use obj_request->object_noIlya Dryomov1-6/+13
2017-02-20rbd: RBD_V{1,2}_DATA_FORMAT macrosIlya Dryomov2-7/+6
2017-02-20rbd: factor out __rbd_osd_req_create()Ilya Dryomov1-63/+40
2017-02-20rbd: set offset and length outside of rbd_obj_request_create()Ilya Dryomov1-15/+11
2017-02-20rbd: support for data-pool featureIlya Dryomov1-2/+31
2017-02-20rbd: introduce rbd_init_layout()Ilya Dryomov1-7/+18
2017-02-20rbd: use rbd_obj_bytes() moreIlya Dryomov1-12/+12
2017-02-20rbd: remove now unused rbd_obj_request_wait() and helpersIlya Dryomov1-38/+0
2017-02-20rbd: switch rbd_obj_method_sync() to ceph_osdc_call()Ilya Dryomov1-95/+67
2017-02-20libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov2-3/+6
2017-02-20rbd: do away with obj_request in rbd_obj_read_sync()Ilya Dryomov1-49/+32
2017-02-20rbd: initialize rbd_dev->header_oloc earlyIlya Dryomov1-3/+1
2017-02-20rbd: kill rbd_image_header::{crypt_type,comp_type}Ilya Dryomov2-12/+0
2017-02-20rbd: use kstrndup() in rbd_header_from_disk()Ilya Dryomov1-7/+3
2017-02-20libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov1-1/+1
2017-02-20libceph: don't go through with the mapping if the PG is too wideIlya Dryomov1-2/+8
2017-02-20crush: merge working data and scratchIlya Dryomov4-19/+29
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov6-86/+218
2017-02-20libceph: add osdmap_set_crush() helperIlya Dryomov1-20/+16
2017-02-20libceph: remove unneeded stddef.h includeStafford Horne1-2/+0
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng2-1/+3
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton1-2/+2
2017-02-20libceph: include linux/sched.h into crypto.c directlyIlya Dryomov1-0/+1
2017-02-20libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: set io_pages bdi hintAndreas Gerstmayr3-5/+12
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Colin Ian King1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton3-6/+13
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-02-20ceph: pass parent dir ino info to build_dentry_pathJeff Layton1-7/+9
2017-02-20ceph: clean up unsafe d_parent accesses in build_dentry_pathJeff Layton1-2/+7
2017-02-20ceph: clean up unsafe d_parent access in __choose_mdsJeff Layton1-22/+42