summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang-2/+6
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng-78/+58
2013-11-26Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-41/+121
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang-1/+1
2013-11-23ceph: wake up 'safe' waiters when unregistering requestYan, Zheng-1/+2
2013-11-23ceph: cleanup aborted requests when re-sending requests.Yan, Zheng-1/+4
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng-4/+26
2013-11-23ceph: set caps count after composing cap reconnect messageYan, Zheng-5/+18
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng-21/+14
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng-5/+25
2013-09-30ceph: remove outdated frag informationYan, Zheng-4/+29
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells-2/+2
2013-09-25ceph: hung on ceph fscache invalidate in some casesMilosz Tanski-0/+3
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng-11/+1
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski-0/+4
2013-09-06ceph: page still marked private_2Milosz Tanski-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski-0/+9
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski-13/+666
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju-29/+14
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng-1/+3
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng-23/+16
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang-4/+1
2013-08-27ceph: fix fallocate divisionSage Weil-6/+10
2013-08-15ceph: punch hole supportLi Wang-0/+196
2013-08-15ceph: fix request max sizeYan, Zheng-7/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng-22/+30
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski-14/+15
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil-76/+65
2013-08-09ceph: Remove bogus check in invalidatepageMilosz Tanski-4/+0
2013-08-09ceph: replace hold_mutex flag with gotoSage Weil-7/+4
2013-08-09ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng-7/+9
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng-0/+41
2013-08-09ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng-2/+6
2013-08-09ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng-2/+0
2013-08-09ceph: cleanup types in striped_read()Dan Carpenter-4/+4
2013-08-09ceph: trim deleted inodeYan, Zheng-1/+40
2013-08-09ceph: wake up writer if vmtruncate work get blockedYan, Zheng-1/+8
2013-08-09ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng-0/+2
2013-08-09ceph: fix null pointer dereferenceNathaniel Yazdani-0/+3
2013-08-09ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng-1/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-124/+149
2013-07-05helper for reading ->d_countAl Viro-3/+3
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng-9/+20
2013-07-03ceph: fix cap revoke raceYan, Zheng-0/+9
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng-11/+13
2013-07-03ceph: avoid accessing invalid memorySasha Levin-1/+1
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng-15/+8