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