summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-09ceph: improve readahead for file holesYan, Zheng
2015-09-09ceph: get inode size for each append writeYan, Zheng
2015-09-08ceph: cleanup use of ceph_msg_getJianpeng Ma
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma
2015-09-08ceph: remove the useless judgementJianpeng Ma
2015-09-08ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard
2015-09-08ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng
2015-07-31ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25ceph: fix directory fsyncYan, Zheng
2015-06-25ceph: fix flushing capsYan, Zheng
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng
2015-06-25ceph: ratelimit warn messages for MDS closes sessionYan, Zheng
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng
2015-06-25ceph: don't trim auth cap when there are cap snapsYan, Zheng
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng
2015-06-23make simple_positive() publicAl Viro
2015-06-23fs: Rename file_remove_suid() to file_remove_privs()Jan Kara
2015-05-10ceph: switch to simple_follow_link()Al Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-04-22ceph: fix uninline data functionYan, Zheng
2015-04-22ceph: rename snapshot supportYan, Zheng
2015-04-22ceph: fix null pointer dereference in send_mds_reconnect()Yan, Zheng
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng
2015-04-20ceph: show non-default options onlyIlya Dryomov