summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2015-01-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-7/+7
2015-01-26ceph: do_sync is never initializedDan Carpenter1-1/+1
2015-01-06ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng1-9/+12
2014-01-10ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6
2014-01-10ceph: allocate non-zero page to fscache in readpage()Li Wang1-1/+1
2014-01-10ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2014-01-10ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2014-01-10ceph: hung on ceph fscache invalidate in some casesMilosz Tanski1-0/+3
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng1-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng3-11/+1
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski2-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski1-0/+4
2013-09-06ceph: page still marked private_2Milosz Tanski2-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski1-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2-0/+9
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski10-13/+666
2013-08-28ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju1-29/+14
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng1-1/+3
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng1-23/+16
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang1-4/+1
2013-08-27ceph: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang1-0/+196
2013-08-15ceph: fix request max sizeYan, Zheng1-7/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng4-22/+30
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski1-14/+15
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil6-76/+65
2013-08-10ceph: Remove bogus check in invalidatepageMilosz Tanski1-4/+0
2013-08-10ceph: replace hold_mutex flag with gotoSage Weil1-7/+4
2013-08-10ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng1-7/+9
2013-08-10ceph: fix freeing inode vs removing session caps raceYan, Zheng3-0/+41
2013-08-10ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng1-2/+6
2013-08-10ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng1-2/+0
2013-08-10ceph: cleanup types in striped_read()Dan Carpenter1-4/+4
2013-08-10ceph: trim deleted inodeYan, Zheng1-1/+40
2013-08-10ceph: wake up writer if vmtruncate work get blockedYan, Zheng1-1/+8
2013-08-10ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng1-0/+2
2013-08-10ceph: fix null pointer dereferenceNathaniel Yazdani1-0/+3
2013-08-10ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds10-124/+149
2013-07-05helper for reading ->d_countAl Viro2-3/+3
2013-07-04ceph: fix race between cap issue and revokeYan, Zheng1-9/+20
2013-07-04ceph: fix cap revoke raceYan, Zheng1-0/+9
2013-07-04ceph: fix pending vmtruncate raceYan, Zheng4-11/+13
2013-07-04ceph: avoid accessing invalid memorySasha Levin1-1/+1
2013-07-04ceph: Reconstruct the func ceph_reserve_caps.majianpeng2-15/+8
2013-07-04ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng1-1/+3
2013-07-04ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma1-2/+0
2013-07-04ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng1-2/+2
2013-07-04ceph: fix sleeping function called from invalid context.majianpeng1-4/+5
2013-07-04ceph: move inode to proper flushing list when auth MDS changesYan, Zheng1-0/+7