summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2014-06-12ceph: switch to iter_file_splice_write()Al Viro
2014-05-06ceph: switch to ->write_iter()Al Viro
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-05-06ceph: switch to ->read_iter()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06kill iov_iter_copy_from_user()Al Viro
2014-04-20Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro
2014-04-04ceph: drop extra open file reference in ceph_atomic_open()Yan, Zheng
2014-04-03ceph: fscache: Update object store limit after file writingYunchuan Wen
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil
2014-04-01ceph_aio_write(): switch to generic_perform_write()Al Viro
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Ilya Dryomov
2013-12-13fs: ceph: new helper: file_inode(file)Libo Chen
2013-12-13ceph: implement readv/preadv for sync operationmajianpeng
2013-12-13ceph: Implement writev/pwritev for sync operation.majianpeng
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng
2013-08-27ceph: fix fallocate divisionSage Weil
2013-08-15ceph: punch hole supportLi Wang
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-09ceph: replace hold_mutex flag with gotoSage Weil
2013-08-09ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng
2013-08-09ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng
2013-08-09ceph: cleanup types in striped_read()Dan Carpenter
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng
2013-07-03ceph: remove sb_start/end_write in ceph_aio_write.Jianpeng Ma
2013-07-03vfs: export lseek_execute() to modulesJie Liu
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder
2013-05-01libceph: combine initializing and setting osd dataAlex Elder
2013-05-01libceph: add data pointers in osd op structuresAlex Elder
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder
2013-05-01libceph: define osd data initialization helpersAlex Elder