summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen
2019-09-16ceph: use release_pages() directlyJohn Hubbard
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton
2019-09-16ceph: don't return a value from void functionJohn Hubbard
2019-09-16ceph: don't freeze during write page faultsJeff Layton
2019-09-16ceph: update the mtime when truncating upJeff Layton
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton
2019-09-16ceph: have __mark_caps_flushing return flush_tidJeff Layton
2019-09-16ceph: fix comments over ceph_add_capJeff Layton
2019-09-16ceph: eliminate session->s_trim_capsJeff Layton
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capJeff Layton
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsJeff Layton
2019-09-16ceph: don't SetPageError on writepage errorsJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: return -EIO if read/write against filp that lost file locksYan, Zheng
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Yan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-09-16ceph: allow closing session in restarting/reconnect stateYan, Zheng
2019-09-16ceph: don't list vxattrs in listxattr()Jeff Layton
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques
2019-08-30fs: ceph: Initialize filesystem timestamp rangesDeepa Dinamani
2019-08-22ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton
2019-08-22ceph: clear page dirty before invalidate pageErqi Chen
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques
2019-08-22ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-10Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-08ceph: fix end offset in truncate_inode_pages_range callLuis Henriques
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng
2019-07-08ceph: initialize superblock s_time_gran to 1Luis Henriques
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-07-08ceph: don't NULL terminate virtual xattrsJeff Layton