summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-03ceph: whitespace cleanupSage Weil1-1/+1
2010-08-03ceph: add flock/fcntl lock supportGreg Farnum1-0/+2
2010-08-02ceph: code cleanupYehuda Sadeh1-2/+2
2010-08-02ceph: perform lazy reads when file mode and caps permitSage Weil1-4/+8
2010-08-02ceph: perform lazy writes when file mode and caps permitSage Weil1-4/+8
2010-07-28ceph: 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/sag...Linus 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/sag...Linus Torvalds1-8/+8
2010-05-22sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+1
2010-05-18ceph: all allocation functions should get gfp_maskYehuda Sadeh1-5/+5
2010-05-18ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-2/+2
2010-05-18ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2010-05-18ceph: 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 imp...Tejun Heo1-0/+1
2010-03-02ceph: return EBADF if waiting for caps on closed fileSage Weil1-0/+3
2010-02-24ceph: 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-07ceph: fix copy_user_to_page_vector()Yehuda Sadeh1-4/+4
2009-11-05ceph: fix sparse endian warningSage Weil1-1/+1
2009-10-06ceph: file operationsSage Weil1-0/+904