aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2014-01-09ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2014-01-09ceph: fix bugs about handling short-read for sync read mode.majianpeng
2014-01-09ceph: cleanup types in striped_read()Dan Carpenter
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder
2013-05-01libceph: combine initializing and setting osd dataAlex Elder
2013-05-01libceph: add data pointers in osd op structuresAlex Elder
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder
2013-05-01libceph: define osd data initialization helpersAlex Elder
2013-05-01libceph: hold off building osd requestAlex Elder
2013-05-01libceph: don't build request in ceph_osdc_new_request()Alex Elder
2013-05-01ceph: fix buffer pointer advance in ceph_sync_writeHenry C Chang
2013-05-01libceph: record byte count not page countAlex Elder
2013-05-01libceph: separate read and write dataAlex Elder
2013-05-01libceph: distinguish page and bio requestsAlex Elder
2013-05-01libceph: separate osd request data infoAlex Elder
2013-05-01libceph: don't assign page info in ceph_osdc_new_request()Alex Elder
2013-05-01ceph: simplify ceph_sync_write() page_align calculationAlex Elder
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng
2013-05-01ceph: don't early drop Fw capYan, Zheng
2013-05-01ceph: revert commit 22cddde104Sage Weil
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder
2013-01-17ceph: Check for created flag in response from mdsSam Lang
2013-01-17ceph: Check for err on mds request in atomic_openSam Lang
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-11-05ceph: Fix i_size update raceSage Weil
2012-10-01ceph: propagate layout error on osd request creationSage Weil
2012-08-02ceph: simplify+fix atomic_openSage Weil
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil