summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dlm-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2016-10-101-6/+2
|\
| * dlm: free workqueues after the connectionsMarcelo Ricardo Leitner2016-10-101-6/+2
* | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-1026-339/+1966
|\ \
| * | crush: remove redundant local variableIlya Dryomov2016-10-051-3/+2
| * | crush: don't normalize input of crush_ln iterativelyIlya Dryomov2016-10-051-3/+9
| * | libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov2016-10-031-3/+1
| * | libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov2016-10-031-1/+1
| * | ceph: fix description for rsize and rasize mount optionsAndreas Gerstmayr2016-10-031-0/+4
| * | rbd: use kmalloc_array() in rbd_header_from_disk()Markus Elfring2016-10-031-4/+3
| * | ceph: use list_move instead of list_del/list_addWei Yongjun2016-10-031-2/+1
| * | ceph: handle CEPH_SESSION_REJECT messageYan, Zheng2016-10-034-5/+26
| * | ceph: avoid accessing / when mounting a subpathYan, Zheng2016-10-031-29/+20
| * | ceph: fix mandatory flock checkYan, Zheng2016-10-031-2/+2
| * | ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-031-3/+2
| * | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-031-2/+2
| * | ceph: fix error handling of start_read()Yan, Zheng2016-10-031-10/+9
| * | rbd: add rbd_obj_request_error() helperIlya Dryomov2016-10-031-10/+18
| * | rbd: img_data requests don't own their page arrayIlya Dryomov2016-10-031-8/+3
| * | rbd: don't call rbd_osd_req_format_read() for !img_data requestsIlya Dryomov2016-10-031-7/+2
| * | rbd: rework rbd_img_obj_exists_submit() error pathsIlya Dryomov2016-10-031-20/+22
| * | rbd: don't crash or leak on errors in rbd_img_obj_parent_read_full_callback()Ilya Dryomov2016-10-031-1/+2
| * | rbd: move bumping img_request refcount into rbd_obj_request_submit()Ilya Dryomov2016-10-031-4/+8
| * | rbd: mark the original request as done if stat request failsIlya Dryomov2016-10-031-13/+15
| * | rbd: clean up asserts in rbd_img_obj_request_submit() helpersIlya Dryomov2016-10-031-20/+10
| * | rbd: change rbd_obj_request_submit() signatureIlya Dryomov2016-10-031-47/+23
| * | rbd: lock_on_read map optionIlya Dryomov2016-10-031-1/+12
| * | rbd: add force close optionMike Christie2016-08-242-12/+33
| * | rbd: add 'config_info' sysfs rbd device attributeMike Christie2016-08-242-2/+26
| * | rbd: add 'snap_id' sysfs rbd device attributeMike Christie2016-08-242-0/+14
| * | rbd: add 'cluster_fsid' sysfs rbd device attributeMike Christie2016-08-242-0/+14
| * | rbd: add 'client_addr' sysfs rbd device attributeIlya Dryomov2016-08-244-0/+26
| * | rbd: print capacity in decimal and features in hexIlya Dryomov2016-08-241-2/+3
| * | rbd: support for exclusive-lock featureIlya Dryomov2016-08-243-16/+808
| * | rbd: retry watch re-registration periodicallyIlya Dryomov2016-08-242-29/+110
| * | rbd: introduce a per-device ordered workqueueIlya Dryomov2016-08-241-80/+71
| * | libceph: rename ceph_client_id() -> ceph_client_gid()Ilya Dryomov2016-08-243-5/+6
| * | libceph: support for blacklisting clientsDouglas Fuller2016-08-243-0/+96
| * | libceph: support for lock.lock_infoDouglas Fuller2016-08-242-0/+167
| * | libceph: support for advisory locking on RADOS objectsDouglas Fuller2016-08-243-0/+208
| * | libceph: add ceph_osdc_call() single-page helperDouglas Fuller2016-08-242-0/+59
| * | libceph: support for CEPH_OSD_OP_LIST_WATCHERSDouglas Fuller2016-08-242-1/+131
| * | libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2016-08-243-4/+7
* | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-105-14/+8
|\ \ \
| * | | [btrfs] fix check_direct_IO() for non-iovec iteratorsAl Viro2016-10-101-1/+1
| * | | constify iov_iter_count() and iter_is_iovec()Al Viro2016-10-101-2/+2
| * | | fix ITER_PIPE interaction with direct_IOAl Viro2016-10-103-11/+5
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10136-640/+737
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-0876-225/+296
| |\ \ \ \
| | * | | | fs: Avoid premature clearing of capabilitiesJan Kara2016-09-221-6/+14
| | * | | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-2251-68/+67