aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-06-13ceph: fix sync and dio writes across stripe boundariesSage Weil
2011-06-13ceph: fix page alignment correctionsSage Weil
2011-06-07ceph: fix ENOENT logic in striped_readSage Weil
2011-06-07ceph: fix short sync reads from the OSDSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-03-21ceph: add request to the tail of unsafe write listHenry C Chang
2011-03-21ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang
2010-12-15ceph: fix direct-io on non-page-aligned buffersHenry C Chang
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil
2010-11-09ceph: fix comment, remove extraneous argsSage Weil
2010-11-07ceph: fix open for write on clustered mdsSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang
2010-08-03ceph: whitespace cleanupSage Weil
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum
2010-08-01ceph: code cleanupYehuda Sadeh
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh
2010-05-03ceph: fix direct io truncate offsetSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01ceph: return EBADF if waiting for caps on closed fileSage Weil
2010-02-23ceph: don't clobber write return value when using O_SYNCYehuda Sadeh
2010-02-11ceph: fix sync read eof check deadlockSage Weil
2010-02-11ceph: sync read/write considers page cacheYehuda Sadeh
2010-02-11ceph: fix short synchronous readsYehuda Sadeh
2010-01-06ceph: fix copy_user_to_page_vector()Yehuda Sadeh
2009-11-04ceph: fix sparse endian warningSage Weil
2009-10-06ceph: file operationsSage Weil