summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2017-09-06ceph: queue cap snap only when snap realm's context changesYan, Zheng
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng
2017-09-06ceph: fix message order check in handle_cap_export()Yan, Zheng
2017-09-06ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques
2017-09-06ceph: more accurate statfsDouglas Fuller
2017-09-06ceph: properly set snap follows for cap reconnectYan, Zheng
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng
2017-09-06ceph: include snapc in debug message of writeYan, Zheng
2017-09-06ceph: make sure flushsnap messages are sent in proper orderYan, Zheng
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng
2017-09-06ceph: use errseq_t for writeback error reportingJeff Layton
2017-09-06ceph: new cap message flags indicate if there is pending capsnapYan, Zheng
2017-09-06ceph: nuke startsync opYanhu Cao
2017-09-06ceph: validate correctness of some mount optionsYan, Zheng
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
2017-09-06ceph: remove unused cap_release_safety mount optionYan, Zheng
2017-09-01ceph: fix readpage from fscacheYan, Zheng
2017-07-17ceph: fix race in concurrent readdirYan, Zheng
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng
2017-07-07ceph: don't re-send interrupted flock requestYan, Zheng
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-07-07ceph: re-request max size after importing capsYan, Zheng
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-05-04ceph: fix file open flags on ppc64Alexander Graf
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton