Linus Torvalds
|
1cf0209c43
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Alex Elder
|
a3bea47e8b
ceph: kill ceph_osdc_new_request() "num_reply" parameter
|
12 years ago |
Alex Elder
|
969e5aa3b0
Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
|
12 years ago |
Sam Lang
|
6e8575faa8
ceph: Check for created flag in response from mds
|
12 years ago |
Sam Lang
|
79aec9844d
ceph: Check for err on mds request in atomic_open
|
12 years ago |
Linus Torvalds
|
40889e8d9f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
|
12 years ago |
Andrew Morton
|
965c8e59cf
lseek: the "whence" argument is called "whence"
|
12 years ago |
Sage Weil
|
22cddde104
ceph: Fix i_size update race
|
12 years ago |
Sage Weil
|
6816282dab
ceph: propagate layout error on osd request creation
|
12 years ago |
Sage Weil
|
5ef50c3bec
ceph: simplify+fix atomic_open
|
13 years ago |
Al Viro
|
30d9049474
kill struct opendata
|
13 years ago |
Al Viro
|
d95852777b
make ->atomic_open() return int
|
13 years ago |
Al Viro
|
47237687d7
->atomic_open() prototype change - pass int * instead of bool *
|
13 years ago |
Miklos Szeredi
|
2d83bde9a1
ceph: implement i_op->atomic_open()
|
13 years ago |
Miklos Szeredi
|
3819219b59
ceph: remove unused arg from ceph_lookup_open()
|
13 years ago |
Sage Weil
|
3469ac1aa3
ceph: drop support for preferred_osd pgs
|
13 years ago |
Sage Weil
|
6a82c47aa8
ceph: fix SEEK_CUR, SEEK_SET regression
|
13 years ago |
Sage Weil
|
be655596b3
ceph: use i_ceph_lock instead of i_lock
|
13 years ago |
Linus Torvalds
|
ba5b56cb3e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
|
14 years ago |
Sage Weil
|
5f21c96dd5
ceph: protect access to d_parent
|
14 years ago |
Sage Weil
|
468640e32c
ceph: fix ceph_lookup_open intent usage
|
14 years ago |
Sage Weil
|
9bae113a08
ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNC
|
14 years ago |
Sage Weil
|
acda765788
ceph: fix bad parent_inode calc in ceph_lookup_open
|
14 years ago |
Sage Weil
|
d8de9ab63a
ceph: avoid carrying Fw cap during write into page cache
|
14 years ago |
Sage Weil
|
4918b6d140
ceph: add F_SYNC file flag to force sync (non-O_DIRECT) io
|
14 years ago |
Josef Bacik
|
06222e491e
fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseek
|
14 years ago |
Al Viro
|
8a5e929dd2
don't transliterate lower bits of ->intent.open.flags to FMODE_...
|
14 years ago |
Sage Weil
|
d7f124f129
ceph: fix sync and dio writes across stripe boundaries
|
14 years ago |
Sage Weil
|
773e9b4426
ceph: fix page alignment corrections
|
14 years ago |