summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-104-24/+50
|\
| * fuse: Add support for pid namespacesSeth Forshee2017-04-184-9/+35
| * fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-182-4/+4
| * fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-182-6/+5
| * fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-182-5/+6
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-1027-277/+706
|\ \
| * | ceph: fix memory leak in __ceph_setxattr()Luis Henriques2017-05-041-0/+3
| * | ceph: fix file open flags on ppc64Alexander Graf2017-05-042-1/+45
| * | ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-041-7/+12
| * | rbd: exclusive map optionIlya Dryomov2017-05-041-10/+73
| * | rbd: return ResponseMessage result from rbd_handle_request_lock()Ilya Dryomov2017-05-041-14/+26
| * | rbd: kill rbd_is_lock_supported()Ilya Dryomov2017-05-041-11/+3
| * | rbd: support updating the lock cookie without releasing the lockIlya Dryomov2017-05-043-25/+97
| * | rbd: store lock cookieIlya Dryomov2017-05-041-5/+8
| * | rbd: ignore unlock errorsIlya Dryomov2017-05-041-18/+14
| * | rbd: fix error handling around rbd_init_disk()Ilya Dryomov2017-05-041-43/+44
| * | rbd: move rbd_unregister_watch() call into rbd_dev_image_release()Ilya Dryomov2017-05-041-15/+3
| * | rbd: move rbd_dev_destroy() call out of rbd_dev_image_release()Ilya Dryomov2017-05-041-5/+5
| * | ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-043-14/+49
| * | Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton2017-05-041-3/+0
| * | ceph: handle epoch barriers in cap messagesJeff Layton2017-05-043-7/+41
| * | libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-043-8/+76
| * | libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton2017-05-041-0/+34
| * | libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-044-0/+10
| * | libceph: remove req->r_replay_versionJeff Layton2017-05-043-7/+5
| * | ceph: make seeky readdir more efficientYan, Zheng2017-05-045-6/+21
| * | ceph: close stopped mds' sessionYan, Zheng2017-05-041-0/+16
| * | ceph: fix potential use-after-freeYan, Zheng2017-05-041-2/+8
| * | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng2017-05-044-26/+56
| * | ceph: fix wrong check in ceph_renew_caps()Yan, Zheng2017-05-041-1/+1
| * | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-043-5/+5
| * | libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-042-9/+10
| * | libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova2017-05-042-4/+5
| * | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova2017-05-043-5/+6
| * | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2017-05-042-11/+12
| * | libceph: supported_features module parameterIlya Dryomov2017-05-041-0/+11
| * | libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-045-21/+13
* | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-1040-834/+1629
|\ \ \
| * | | btrfs: fix the gfp_mask for the reada_zones radix treeChris Mason2017-05-052-2/+2
| * | | Merge branch 'for-chris-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason2017-04-275-66/+277
| |\ \ \
| | * | | Btrfs: fix reported number of inode blocksFilipe Manana2017-04-264-18/+119
| | * | | Btrfs: send, fix file hole not being preserved due to inline extentFilipe Manana2017-04-261-2/+21
| | * | | Btrfs: fix extent map leak during fallocate error pathFilipe Manana2017-04-261-1/+3
| | * | | Btrfs: fix incorrect space accounting after failure to insert inline extentFilipe Manana2017-04-261-2/+4
| | * | | Btrfs: fix invalid attempt to free reserved space on failure to cow rangeFilipe Manana2017-04-262-18/+45
| | * | | btrfs: Handle delalloc error correctly to avoid ordered extent hangQu Wenruo2017-04-261-15/+48
| | * | | btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum errorQu Wenruo2017-04-261-12/+39
| * | | | btrfs: check if the device is flush capableAnand Jain2017-04-181-0/+4
| * | | | btrfs: delete unused member nobarriersAnand Jain2017-04-182-4/+0
| * | | | btrfs: scrub: Fix RAID56 recovery race conditionQu Wenruo2017-04-181-0/+22