summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-03ceph: fscache: Update object store limit after file writingYunchuan Wen1-0/+3
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-1/+1
2014-02-18ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng1-0/+1
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov1-1/+1
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng1-46/+116
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng1-80/+193
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-0/+17
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: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang1-0/+196
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng1-1/+7
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-10/+1
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: 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-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-3/+1
2013-07-04ceph: fix pending vmtruncate raceYan, Zheng1-1/+1
2013-07-04ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma1-2/+0
2013-07-03vfs: export lseek_execute() to modulesJie Liu1-10/+1
2013-05-08aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-02libceph: kill off osd data write_request parametersAlex Elder1-2/+2
2013-05-02ceph: fix printk format warnings in file.cRandy Dunlap1-2/+2
2013-05-02ceph: apply write checks in ceph_aio_writeYan, Zheng1-35/+59
2013-05-02ceph: take i_mutex before getting Fw capYan, Zheng1-6/+6
2013-05-02libceph: change how "safe" callback is usedAlex Elder1-24/+28
2013-05-02ceph: let osd client clean up for interrupted requestAlex Elder1-6/+0
2013-05-02libceph: combine initializing and setting osd dataAlex Elder1-2/+1
2013-05-02libceph: add data pointers in osd op structuresAlex Elder1-2/+3
2013-05-02libceph: keep source rather than message osd op arrayAlex Elder1-4/+2
2013-05-02libceph: define osd data initialization helpersAlex Elder1-6/+4
2013-05-02libceph: hold off building osd requestAlex Elder1-3/+4
2013-05-02libceph: don't build request in ceph_osdc_new_request()Alex Elder1-7/+13
2013-05-02ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang1-1/+1
2013-05-02libceph: record byte count not page countAlex Elder1-1/+1
2013-05-02libceph: separate read and write dataAlex Elder1-5/+5
2013-05-02libceph: distinguish page and bio requestsAlex Elder1-0/+1
2013-05-02libceph: separate osd request data infoAlex Elder1-4/+4
2013-05-02libceph: don't assign page info in ceph_osdc_new_request()Alex Elder1-4/+5
2013-05-02ceph: simplify ceph_sync_write() page_align calculationAlex Elder1-9/+4
2013-05-02ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng1-3/+3
2013-05-02ceph: don't early drop Fw capYan, Zheng1-25/+17
2013-05-02ceph: revert commit 22cddde104Sage Weil1-30/+43
2013-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+7
2013-02-23new helper: file_inode(file)Al Viro1-5/+5
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder1-1/+1
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder1-0/+6
2013-01-17ceph: Check for created flag in response from mdsSam Lang1-0/+3