summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-17ceph: Check for err on mds request in atomic_openSam Lang1-0/+3
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-43/+30
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton1-3/+3
2012-11-05ceph: Fix i_size update raceSage Weil1-43/+30
2012-10-02ceph: propagate layout error on osd request creationSage Weil1-2/+2
2012-08-02ceph: simplify+fix atomic_openSage Weil1-25/+37
2012-07-14kill struct opendataAl Viro1-5/+2
2012-07-14make ->atomic_open() return intAl Viro1-6/+6
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-2/+3
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi1-11/+10
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi1-2/+1
2012-05-08ceph: drop support for preferred_osd pgsSage Weil1-1/+0
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil1-1/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-10/+10
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-16/+45
2011-07-26ceph: protect access to d_parentSage Weil1-3/+5
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil1-8/+15
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil1-1/+2
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil1-2/+3
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil1-3/+19
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil1-2/+4
2011-07-21fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+18
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-06-14ceph: fix sync and dio writes across stripe boundariesSage Weil1-3/+3
2011-06-14ceph: fix page alignment correctionsSage Weil1-5/+3
2011-06-08ceph: fix ENOENT logic in striped_readSage Weil1-2/+2