Age | Commit message (Expand) | Author | Files | Lines |
2015-01-29 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2 | -7/+7 |
2015-01-26 | ceph: do_sync is never initialized | Dan Carpenter | 1 | -1/+1 |
2015-01-06 | ceph: fix null pointer dereference in discard_cap_releases() | Yan, Zheng | 1 | -9/+12 |
2014-01-10 | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 1 | -2/+6 |
2014-01-10 | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 1 | -1/+1 |
2014-01-10 | ceph: wake up 'safe' waiters when unregistering request | Yan, Zheng | 1 | -1/+2 |
2014-01-10 | ceph: cleanup aborted requests when re-sending requests. | Yan, Zheng | 1 | -1/+4 |
2014-01-10 | ceph: hung on ceph fscache invalidate in some cases | Milosz Tanski | 1 | -0/+3 |
2013-09-06 | ceph: use d_invalidate() to invalidate aliases | Yan, Zheng | 1 | -4/+4 |
2013-09-06 | ceph: remove ceph_lookup_inode() | Yan, Zheng | 3 | -11/+1 |
2013-09-06 | ceph: trivial buildbot warnings fix | Milosz Tanski | 2 | -4/+4 |
2013-09-06 | ceph: Do not do invalidate if the filesystem is mounted nofsc | Milosz Tanski | 1 | -0/+4 |
2013-09-06 | ceph: page still marked private_2 | Milosz Tanski | 2 | -1/+14 |
2013-09-06 | ceph: ceph_readpage_to_fscache didn't check if marked | Milosz Tanski | 1 | -0/+3 |
2013-09-06 | ceph: clean PgPrivate2 on returning from readpages | Milosz Tanski | 2 | -0/+9 |
2013-09-06 | ceph: use fscache as a local presisent cache | Milosz Tanski | 10 | -13/+666 |
2013-08-28 | ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside... | Sha Zhengju | 1 | -29/+14 |
2013-08-27 | ceph: allow sync_read/write return partial successed size of read/write. | majianpeng | 1 | -1/+3 |
2013-08-27 | ceph: fix bugs about handling short-read for sync read mode. | majianpeng | 1 | -23/+16 |
2013-08-27 | ceph: remove useless variable revoked_rdcache | Li Wang | 1 | -4/+1 |
2013-08-27 | ceph: fix fallocate division | Sage Weil | 1 | -6/+10 |
2013-08-15 | ceph: punch hole support | Li Wang | 1 | -0/+196 |
2013-08-15 | ceph: fix request max size | Yan, Zheng | 1 | -7/+11 |
2013-08-15 | ceph: introduce i_truncate_mutex | Yan, Zheng | 4 | -22/+30 |
2013-08-15 | ceph: cleanup the logic in ceph_invalidatepage | Milosz Tanski | 1 | -14/+15 |
2013-08-15 | Merge remote-tracking branch 'linus/master' into testing | Sage Weil | 6 | -76/+65 |
2013-08-10 | ceph: Remove bogus check in invalidatepage | Milosz Tanski | 1 | -4/+0 |
2013-08-10 | ceph: replace hold_mutex flag with goto | Sage Weil | 1 | -7/+4 |
2013-08-10 | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand | majianpeng | 1 | -7/+9 |
2013-08-10 | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 3 | -0/+41 |
2013-08-10 | ceph: Add check returned value on func ceph_calc_ceph_pg. | majianpeng | 1 | -2/+6 |
2013-08-10 | ceph: Don't use ceph-sync-mode for synchronous-fs. | majianpeng | 1 | -2/+0 |
2013-08-10 | ceph: cleanup types in striped_read() | Dan Carpenter | 1 | -4/+4 |
2013-08-10 | ceph: trim deleted inode | Yan, Zheng | 1 | -1/+40 |
2013-08-10 | ceph: wake up writer if vmtruncate work get blocked | Yan, Zheng | 1 | -1/+8 |
2013-08-10 | ceph: drop CAP_LINK_SHARED when sending "link" request to MDS | Yan, Zheng | 1 | -0/+2 |
2013-08-10 | ceph: fix null pointer dereference | Nathaniel Yazdani | 1 | -0/+3 |
2013-08-10 | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error. | majianpeng | 1 | -1/+3 |
2013-07-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 10 | -124/+149 |
2013-07-05 | helper for reading ->d_count | Al Viro | 2 | -3/+3 |
2013-07-04 | ceph: fix race between cap issue and revoke | Yan, Zheng | 1 | -9/+20 |
2013-07-04 | ceph: fix cap revoke race | Yan, Zheng | 1 | -0/+9 |
2013-07-04 | ceph: fix pending vmtruncate race | Yan, Zheng | 4 | -11/+13 |
2013-07-04 | ceph: avoid accessing invalid memory | Sasha Levin | 1 | -1/+1 |
2013-07-04 | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2 | -15/+8 |
2013-07-04 | ceph: Free mdsc if alloc mdsc->mdsmap failed. | majianpeng | 1 | -1/+3 |
2013-07-04 | ceph: remove sb_start/end_write in ceph_aio_write. | Jianpeng Ma | 1 | -2/+0 |
2013-07-04 | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. | majianpeng | 1 | -2/+2 |
2013-07-04 | ceph: fix sleeping function called from invalid context. | majianpeng | 1 | -4/+5 |
2013-07-04 | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 1 | -0/+7 |