| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: Remove bogus check in invalidatepage | Milosz Tanski | 2013-08-09 | 1 | -4/+0 |
* | ceph: replace hold_mutex flag with goto | Sage Weil | 2013-08-09 | 1 | -7/+4 |
* | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand | majianpeng | 2013-08-09 | 1 | -7/+9 |
* | block: rbd: use NULL instead of 0 | Jingoo Han | 2013-08-09 | 1 | -2/+2 |
* | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 2013-08-09 | 3 | -0/+41 |
* | ceph: WQ_NON_REENTRANT is meaningless and going away | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
* | ceph: Add check returned value on func ceph_calc_ceph_pg. | majianpeng | 2013-08-09 | 1 | -2/+6 |
* | ceph: Don't use ceph-sync-mode for synchronous-fs. | majianpeng | 2013-08-09 | 1 | -2/+0 |
* | ceph: cleanup types in striped_read() | Dan Carpenter | 2013-08-09 | 1 | -4/+4 |
* | ceph: trim deleted inode | Yan, Zheng | 2013-08-09 | 1 | -1/+40 |
* | ceph: wake up writer if vmtruncate work get blocked | Yan, Zheng | 2013-08-09 | 1 | -1/+8 |
* | ceph: drop CAP_LINK_SHARED when sending "link" request to MDS | Yan, Zheng | 2013-08-09 | 1 | -0/+2 |
* | ceph: fix null pointer dereference | Nathaniel Yazdani | 2013-08-09 | 1 | -0/+3 |
* | libceph: unregister request in __map_request failed and nofail == false | majianpeng | 2013-08-09 | 1 | -0/+2 |
* | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error. | majianpeng | 2013-08-09 | 1 | -1/+3 |
* | 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 |