summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-281-1/+7
|\
| * ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder2013-02-181-1/+1
| * Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder2013-01-301-0/+6
| |\
| | * ceph: Check for created flag in response from mdsSam Lang2013-01-171-0/+3
| | * ceph: Check for err on mds request in atomic_openSam Lang2013-01-171-0/+3
* | | new helper: file_inode(file)Al Viro2013-02-221-5/+5
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-201-43/+30
|\ \ | |/
| * ceph: Fix i_size update raceSage Weil2012-11-051-43/+30
* | lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-3/+3
|/
* ceph: propagate layout error on osd request creationSage Weil2012-10-011-2/+2
* ceph: simplify+fix atomic_openSage Weil2012-08-021-25/+37
* kill struct opendataAl Viro2012-07-141-5/+2
* make ->atomic_open() return intAl Viro2012-07-141-6/+6
* ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-141-2/+3
* ceph: implement i_op->atomic_open()Miklos Szeredi2012-07-141-11/+10
* ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi2012-07-141-2/+1
* ceph: drop support for preferred_osd pgsSage Weil2012-05-071-1/+0
* ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-10/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-16/+45
|\
| * ceph: protect access to d_parentSage Weil2011-07-261-3/+5
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-261-8/+15
| * ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil2011-07-261-1/+2
| * ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil2011-07-261-2/+3
| * ceph: avoid carrying Fw cap during write into page cacheSage Weil2011-07-261-3/+19
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-261-2/+4
* | fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik2011-07-201-2/+18
* | don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro2011-07-201-1/+1
|/
* 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
|\
OpenPOWER on IntegriCloud