aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+4
2010-12-15ceph: fix direct-io on non-page-aligned buffersHenry C Chang1-12/+19
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil1-5/+21
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-11/+9
2010-11-07ceph: fix open for write on clustered mdsSage Weil1-2/+4
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-181/+26
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang1-1/+1
2010-08-03ceph: whitespace cleanupSage Weil1-1/+1
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum1-0/+2
2010-08-01ceph: code cleanupYehuda Sadeh1-2/+2
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil1-4/+8
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil1-4/+8
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+1
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-8/+8
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+1
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-5/+5
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-2/+2
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh1-1/+1
2010-05-03ceph: fix direct io truncate offsetSage Weil1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01ceph: return EBADF if waiting for caps on closed fileSage Weil1-0/+3
2010-02-23ceph: don't clobber write return value when using O_SYNCYehuda Sadeh1-3/+6
2010-02-11ceph: fix sync read eof check deadlockSage Weil1-13/+26
2010-02-11ceph: sync read/write considers page cacheYehuda Sadeh1-2/+16
2010-02-11ceph: fix short synchronous readsYehuda Sadeh1-9/+9
2010-01-06ceph: fix copy_user_to_page_vector()Yehuda Sadeh1-4/+4
2009-11-04ceph: fix sparse endian warningSage Weil1-1/+1
2009-10-06ceph: file operationsSage Weil1-0/+904