aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: use d_invalidate() to invalidate aliasesYan, Zheng2013-09-061-4/+4
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-063-11/+1
* ceph: trivial buildbot warnings fixMilosz Tanski2013-09-062-4/+4
* ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski2013-09-061-0/+4
* ceph: page still marked private_2Milosz Tanski2013-09-062-1/+14
* ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski2013-09-061-0/+3
* ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2013-09-062-0/+9
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-0610-13/+666
* ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju2013-08-271-29/+14
* ceph: allow sync_read/write return partial successed size of read/write.majianpeng2013-08-271-1/+3
* ceph: fix bugs about handling short-read for sync read mode.majianpeng2013-08-271-23/+16
* ceph: remove useless variable revoked_rdcacheLi Wang2013-08-271-4/+1
* ceph: fix fallocate divisionSage Weil2013-08-271-6/+10
* ceph: punch hole supportLi Wang2013-08-151-0/+196
* ceph: fix request max sizeYan, Zheng2013-08-151-7/+11
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-154-22/+30
* ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski2013-08-151-14/+15
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-156-76/+65
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-0910-124/+149
| |\
| * | helper for reading ->d_countAl Viro2013-07-052-3/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-033-15/+6
| |\ \
| | * | vfs: export lseek_execute() to modulesJie Liu2013-07-031-10/+1
| | * | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-292-5/+5
| * | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-021-7/+8
| |\ \ \ | | |/ / | |/| |
| | * | ceph: use ->invalidatepage() length argumentLukas Czerner2013-05-211-6/+6
| | * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-211-2/+3
| * | | [readdir] convert cephAl Viro2013-06-291-51/+48
* | | | ceph: Remove bogus check in invalidatepageMilosz Tanski2013-08-091-4/+0
* | | | ceph: replace hold_mutex flag with gotoSage Weil2013-08-091-7/+4
* | | | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng2013-08-091-7/+9
* | | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-093-0/+41
* | | | ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2013-08-091-2/+6
* | | | ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng2013-08-091-2/+0
* | | | ceph: cleanup types in striped_read()Dan Carpenter2013-08-091-4/+4
* | | | ceph: trim deleted inodeYan, Zheng2013-08-091-1/+40
* | | | ceph: wake up writer if vmtruncate work get blockedYan, Zheng2013-08-091-1/+8
* | | | ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng2013-08-091-0/+2
* | | | ceph: fix null pointer dereferenceNathaniel Yazdani2013-08-091-0/+3
* | | | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng2013-08-091-1/+3
| |_|/ |/| |
* | | ceph: fix race between cap issue and revokeYan, Zheng2013-07-031-9/+20
* | | ceph: fix cap revoke raceYan, Zheng2013-07-031-0/+9
* | | ceph: fix pending vmtruncate raceYan, Zheng2013-07-034-11/+13
* | | ceph: avoid accessing invalid memorySasha Levin2013-07-031-1/+1
* | | ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-032-15/+8
* | | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-031-1/+3
* | | ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma2013-07-031-2/+0
* | | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng2013-07-031-2/+2
* | | ceph: fix sleeping function called from invalid context.majianpeng2013-07-031-4/+5
* | | ceph: move inode to proper flushing list when auth MDS changesYan, Zheng2013-07-031-0/+7
* | | ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-031-0/+1