| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-07-09 | 15 | -245/+277 |
|\ |
|
| * | libceph: fix invalid unsigned->signed conversion for timespec encoding | Josh Durgin | 2013-07-09 | 1 | -5/+0 |
| * | libceph: call r_unsafe_callback when unsafe reply is received | Yan, Zheng | 2013-07-03 | 1 | -7/+7 |
| * | ceph: fix race between cap issue and revoke | Yan, Zheng | 2013-07-03 | 1 | -9/+20 |
| * | ceph: fix cap revoke race | Yan, Zheng | 2013-07-03 | 1 | -0/+9 |
| * | ceph: fix pending vmtruncate race | Yan, Zheng | 2013-07-03 | 4 | -11/+13 |
| * | ceph: avoid accessing invalid memory | Sasha Levin | 2013-07-03 | 1 | -1/+1 |
| * | libceph: Fix NULL pointer dereference in auth client code | Tyler Hicks | 2013-07-03 | 1 | -0/+6 |
| * | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2013-07-03 | 2 | -15/+8 |
| * | ceph: Free mdsc if alloc mdsc->mdsmap failed. | majianpeng | 2013-07-03 | 1 | -1/+3 |
| * | ceph: remove sb_start/end_write in ceph_aio_write. | Jianpeng Ma | 2013-07-03 | 1 | -2/+0 |
| * | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. | majianpeng | 2013-07-03 | 1 | -2/+2 |
| * | ceph: fix sleeping function called from invalid context. | majianpeng | 2013-07-03 | 1 | -4/+5 |
| * | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 2013-07-03 | 1 | -0/+7 |
| * | rbd: fix a couple warnings | Sage Weil | 2013-07-03 | 1 | -2/+2 |
| * | ceph: clear migrate seq when MDS restarts | Yan, Zheng | 2013-07-03 | 1 | -0/+1 |
| * | ceph: check migrate seq before changing auth cap | Yan, Zheng | 2013-07-03 | 1 | -3/+5 |
| * | ceph: fix race between page writeback and truncate | Yan, Zheng | 2013-07-03 | 1 | -44/+40 |
| * | ceph: reset iov_len when discarding cap release messages | Yan, Zheng | 2013-07-03 | 1 | -0/+1 |
| * | ceph: fix cap release race | Yan, Zheng | 2013-07-03 | 1 | -12/+10 |
| * | libceph: fix truncate size calculation | Yan, Zheng | 2013-07-03 | 1 | -6/+8 |
| * | libceph: fix safe completion | Yan, Zheng | 2013-07-03 | 2 | -10/+8 |
| * | rbd: take a little credit | Alex Elder | 2013-07-03 | 1 | -0/+1 |
| * | rbd: use rwsem to protect header updates | Alex Elder | 2013-07-03 | 1 | -16/+10 |
| * | rbd: don't hold ctl_mutex to get/put device | Alex Elder | 2013-07-03 | 1 | -15/+2 |
| * | rbd: protect against concurrent unmaps | Alex Elder | 2013-07-03 | 1 | -2/+4 |
| * | rbd: set removing flag while holding list lock | Alex Elder | 2013-07-03 | 1 | -31/+22 |
| * | libceph: print more info for short message header | Alex Elder | 2013-07-03 | 1 | -2/+4 |
| * | rbd: protect against duplicate client creation | Alex Elder | 2013-07-03 | 1 | -10/+7 |
| * | rbd: clean up a few things in the refresh path | Alex Elder | 2013-07-03 | 1 | -10/+43 |
| * | rbd: flush dcache after zeroing page data | Alex Elder | 2013-07-03 | 1 | -0/+2 |
| * | libceph: add lingering request reference when registered | Alex Elder | 2013-07-03 | 1 | -7/+5 |
| * | ceph: tidy ceph_mdsmap_decode() a little | Dan Carpenter | 2013-07-01 | 1 | -20/+22 |
| * | ceph: improve error handling in ceph_mdsmap_decode | Emil Goode | 2013-07-01 | 1 | -1/+3 |
| * | rbd: drop original request earlier for existence check | Alex Elder | 2013-07-01 | 1 | -2/+1 |
| * | ceph: fix up comment for ceph_count_locks() as to which lock to hold | Jim Schutt | 2013-07-01 | 1 | -1/+1 |
| * | rbd: Use min_t() to fix comparison of distinct pointer types warning | Geert Uytterhoeven | 2013-07-01 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-07-09 | 36 | -1739/+2391 |
|\ \ |
|
| * | | Btrfs: wait ordered range before doing direct io | Josef Bacik | 2013-07-02 | 1 | -1/+9 |
| * | | Btrfs: only do the tree_mod_log_free_eb if this is our last ref | Josef Bacik | 2013-07-02 | 1 | -1/+2 |
| * | | Btrfs: hold the tree mod lock in __tree_mod_log_rewind | Josef Bacik | 2013-07-02 | 1 | -4/+6 |
| * | | Btrfs: make backref walking code handle skinny metadata | Josef Bacik | 2013-07-02 | 1 | -6/+25 |
| * | | Btrfs: fix crash regarding to ulist_add_merge | Liu Bo | 2013-07-02 | 1 | -0/+15 |
| * | | Btrfs: fix several potential problems in copy_nocow_pages_for_inode | Miao Xie | 2013-07-02 | 1 | -1/+22 |
| * | | Btrfs: cleanup the code of copy_nocow_pages_for_inode() | Miao Xie | 2013-07-02 | 1 | -25/+23 |
| * | | Btrfs: fix oops when recovering the file data by scrub function | Miao Xie | 2013-07-02 | 1 | -1/+1 |
| * | | Btrfs: make the chunk allocator completely tree lockless | Josef Bacik | 2013-07-02 | 5 | -169/+166 |
| * | | Btrfs: cleanup orphaned root orphan item | Josef Bacik | 2013-07-02 | 1 | -2/+29 |
| * | | Btrfs: fix wrong mirror number tuning | Miao Xie | 2013-07-02 | 1 | -3/+0 |
| * | | Btrfs: cleanup redundant code in btrfs_submit_direct() | Miao Xie | 2013-07-02 | 1 | -9/+1 |