aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+48
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng1-2/+5
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng1-2/+2
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-3/+3
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng1-17/+2
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-4/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-17/+72
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng1-0/+53
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-0/+2
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-4/+3
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-11/+5
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov1-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov1-1/+1
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-0/+7
2016-05-01ceph: use generic_write_syncChristoph Hellwig1-6/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-16/+16
2016-03-25ceph: use kmem_cache_zallocGeliang Tang1-1/+1
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-0/+7
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani1-2/+2
2016-03-25ceph: remove useless BUG_ONYan, Zheng1-2/+0
2016-02-04ceph: fix snap context leak in error pathYan, Zheng1-1/+1
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter1-2/+2
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-133/+376
2016-01-22wrappers for ->i_mutex accessAl Viro1-9/+9
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng1-14/+16
2016-01-21ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng1-4/+86
2016-01-21ceph: Asynchronous IO supportYan, Zheng1-119/+278
2015-11-02ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng1-10/+77
2015-09-09ceph: get inode size for each append writeYan, Zheng1-0/+6
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma1-5/+1
2015-09-08ceph: remove the useless judgementJianpeng Ma1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-25ceph: rework dcache readdirYan, Zheng1-1/+1
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng1-4/+4
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-2/+16
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng1-8/+23
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-1/+1
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-4/+4
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-8/+6
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-1/+1
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-2/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0