summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-278-41/+121
|\
| * ceph: allocate non-zero page to fscache in readpage()Li Wang2013-11-231-1/+1
| * ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2013-11-231-1/+2
| * ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2013-11-231-1/+4
| * ceph: handle race between cap reconnect and cap releaseYan, Zheng2013-11-233-4/+26
| * ceph: set caps count after composing cap reconnect messageYan, Zheng2013-11-231-5/+18
| * ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-233-21/+14Star
| * ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-303-5/+25
| * ceph: remove outdated frag informationYan, Zheng2013-09-301-4/+29
| * ceph: hung on ceph fscache invalidate in some casesMilosz Tanski2013-09-261-0/+3
* | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-2/+2
|/
* ceph: use d_invalidate() to invalidate aliasesYan, Zheng2013-09-061-4/+4
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-063-11/+1Star
* 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-281-29/+14Star
* 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/+16Star
* ceph: remove useless variable revoked_rdcacheLi Wang2013-08-271-4/+1Star
* 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/+65Star
|\
| * 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/+6Star
| |\ \
| | * | vfs: export lseek_execute() to modulesJie Liu2013-07-031-10/+1Star
| | * | 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-221-6/+6
| | * | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-221-2/+3
| * | | [readdir] convert cephAl Viro2013-06-291-51/+48Star
* | | | ceph: Remove bogus check in invalidatepageMilosz Tanski2013-08-101-4/+0Star
* | | | ceph: replace hold_mutex flag with gotoSage Weil2013-08-101-7/+4Star
* | | | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng2013-08-101-7/+9
* | | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-103-0/+41
* | | | ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng2013-08-101-2/+6
* | | | ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng2013-08-101-2/+0Star
* | | | ceph: cleanup types in striped_read()Dan Carpenter2013-08-101-4/+4
* | | | ceph: trim deleted inodeYan, Zheng2013-08-101-1/+40
* | | | ceph: wake up writer if vmtruncate work get blockedYan, Zheng2013-08-101-1/+8
* | | | ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng2013-08-101-0/+2
* | | | ceph: fix null pointer dereferenceNathaniel Yazdani2013-08-101-0/+3
* | | | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng2013-08-101-1/+3
| |_|/ |/| |