summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-245-35/+21
* libceph: get rid of ack vs commitIlya Dryomov2017-02-242-92/+27
* 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
* crush: fix dprintk compilationIlya Dryomov2017-02-231-2/+2
* crush: do is_out test only if we do not collideIlya Dryomov2017-02-231-3/+1
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-02-201-2/+3
* rbd: constify device_type structureBhumika Goyal2017-02-201-1/+1
* rbd: kill obj_request->object_name and rbd_segment_name_cacheIlya Dryomov2017-02-202-79/+7
* rbd: store and use obj_request->object_noIlya Dryomov2017-02-201-6/+13
* rbd: RBD_V{1,2}_DATA_FORMAT macrosIlya Dryomov2017-02-202-7/+6
* rbd: factor out __rbd_osd_req_create()Ilya Dryomov2017-02-201-63/+40
* rbd: set offset and length outside of rbd_obj_request_create()Ilya Dryomov2017-02-201-15/+11
* rbd: support for data-pool featureIlya Dryomov2017-02-201-2/+31
* rbd: introduce rbd_init_layout()Ilya Dryomov2017-02-201-7/+18
* rbd: use rbd_obj_bytes() moreIlya Dryomov2017-02-201-12/+12
* rbd: remove now unused rbd_obj_request_wait() and helpersIlya Dryomov2017-02-201-38/+0
* rbd: switch rbd_obj_method_sync() to ceph_osdc_call()Ilya Dryomov2017-02-201-95/+67
* libceph: pass reply buffer length through ceph_osdc_call()Ilya Dryomov2017-02-202-3/+6
* rbd: do away with obj_request in rbd_obj_read_sync()Ilya Dryomov2017-02-201-49/+32
* rbd: initialize rbd_dev->header_oloc earlyIlya Dryomov2017-02-201-3/+1
* rbd: kill rbd_image_header::{crypt_type,comp_type}Ilya Dryomov2017-02-202-12/+0
* rbd: use kstrndup() in rbd_header_from_disk()Ilya Dryomov2017-02-201-7/+3
* libceph: bump CEPH_PG_MAX_SIZE to 32Ilya Dryomov2017-02-201-1/+1
* libceph: don't go through with the mapping if the PG is too wideIlya Dryomov2017-02-201-2/+8
* crush: merge working data and scratchIlya Dryomov2017-02-204-19/+29
* crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-206-86/+218
* libceph: add osdmap_set_crush() helperIlya Dryomov2017-02-201-20/+16
* libceph: remove unneeded stddef.h includeStafford Horne2017-02-201-2/+0
* 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-202-1/+3
* ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton2017-02-201-2/+2
* libceph: include linux/sched.h into crypto.c directlyIlya Dryomov2017-02-201-0/+1
* libceph: use BUG() instead of BUG_ON(1)Arnd Bergmann2017-02-201-1/+1
* ceph: avoid updating mds_wanted too frequentlyYan, Zheng2017-02-201-3/+9
* ceph: set io_pages bdi hintAndreas Gerstmayr2017-02-203-5/+12
* 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