aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-14/+83
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng1-0/+14
2014-12-17ceph: sync read inline dataYan, Zheng1-8/+55
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng1-3/+9
2014-12-17libceph: specify position of extent operationYan, Zheng1-3/+5
2014-11-19kill f_dentry usesAl Viro1-1/+1
2014-11-19assorted conversions to %p[dD]Al Viro1-2/+2
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng1-6/+21
2014-10-14ceph: remove redundant io_iter_advance()Yan, Zheng1-1/+0
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-3/+2
2014-07-28ceph: fix append mode writeYan, Zheng1-6/+5
2014-07-21ceph: check zero length in ceph_sync_read()Yan, Zheng1-0/+3
2014-07-08ceph: pass proper page offset to copy_page_to_iter()Yan, Zheng1-2/+5
2014-07-08ceph: check unsupported fallocate modeYan, Zheng1-0/+3
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-05-06ceph: switch to ->write_iter()Al Viro1-31/+26
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro1-26/+23
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro1-28/+18
2014-05-06ceph: switch to ->read_iter()Al Viro1-11/+7
2014-05-06start adding the tag to iov_iterAl Viro1-4/+4
2014-05-06new helper: generic_file_read_iter()Al Viro1-14/+1
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-06kill generic_segment_checks()Al Viro1-10/+3
2014-05-06kill iov_iter_copy_from_user()Al Viro1-2/+1
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+0
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+7
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner1-3/+0
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-04ceph: drop extra open file reference in ceph_atomic_open()Yan, Zheng1-1/+2
2014-04-03ceph: fscache: Update object store limit after file writingYunchuan Wen1-0/+3
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-1/+1
2014-04-01ceph_aio_write(): switch to generic_perform_write()Al Viro1-2/+5
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro1-2/+1
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng1-0/+1
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov1-1/+1
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen1-1/+1
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng1-46/+116
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng1-80/+193
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-0/+17
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng1-1/+3
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng1-23/+16
2013-08-27ceph: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang1-0/+196
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng1-1/+7
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-10/+1
2013-08-09ceph: replace hold_mutex flag with gotoSage Weil1-7/+4
2013-08-09ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng1-7/+9
2013-08-09ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng1-2/+0
2013-08-09ceph: cleanup types in striped_read()Dan Carpenter1-4/+4
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+1