aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-131-3/+3
* ceph: fix page alignment correctionsSage Weil2011-06-131-5/+3
* ceph: fix ENOENT logic in striped_readSage Weil2011-06-071-2/+2
* ceph: fix short sync reads from the OSDSage Weil2011-06-071-13/+15
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-1/+2
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-1/+4
* ceph: add request to the tail of unsafe write listHenry C Chang2011-03-211-1/+2
* ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang2011-03-211-0/+7
* ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+4
* ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-151-12/+19
* ceph: make page alignment explicit in osd interfaceSage Weil2010-11-091-5/+21
* ceph: fix comment, remove extraneous argsSage Weil2010-11-091-11/+9
* ceph: fix open for write on clustered mdsSage Weil2010-11-071-2/+4
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-181/+26
* ceph: fix list_add usage on unsafe_writes listHenry C Chang2010-10-071-1/+1
* ceph: whitespace cleanupSage Weil2010-08-031-1/+1
* ceph: add flock/fcntl lock supportGreg Farnum2010-08-021-0/+2
* ceph: code cleanupYehuda Sadeh2010-08-011-2/+2
* ceph: perform lazy reads when file mode and caps permitSage Weil2010-08-011-4/+8
* ceph: perform lazy writes when file mode and caps permitSage Weil2010-08-011-4/+8
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-1/+1
|\
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-241-8/+8
|\|
| * ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-171-5/+5
| * ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-171-2/+2
| * ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-1/+1
| * ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-171-1/+1
* | sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-2/+1
|/
* ceph: fix direct io truncate offsetSage Weil2010-05-031-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: return EBADF if waiting for caps on closed fileSage Weil2010-03-011-0/+3
* ceph: don't clobber write return value when using O_SYNCYehuda Sadeh2010-02-231-3/+6
* ceph: fix sync read eof check deadlockSage Weil2010-02-111-13/+26
* ceph: sync read/write considers page cacheYehuda Sadeh2010-02-111-2/+16
* ceph: fix short synchronous readsYehuda Sadeh2010-02-111-9/+9
* ceph: fix copy_user_to_page_vector()Yehuda Sadeh2010-01-061-4/+4
* ceph: fix sparse endian warningSage Weil2009-11-041-1/+1
* ceph: file operationsSage Weil2009-10-061-0/+904