aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-11-05ceph: Fix i_size update raceSage Weil
2012-10-01ceph: propagate layout error on osd request creationSage Weil
2012-08-02ceph: simplify+fix atomic_openSage Weil
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
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