aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 6-344/+359
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+2
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 4-329/+332
2019-11-25ceph: don't leave ino field in ceph_mds_request_head uninitializedGravatar Jeff Layton 1-0/+1
2019-11-25ceph: tone down loglevel on ceph_mdsc_build_path warningGravatar Jeff Layton 1-7/+11
2019-11-25ceph: fix geting random mds from mdsmapGravatar Xiubo Li 1-4/+7
2019-11-25ceph: make several helper accessors take const pointersGravatar Jeff Layton 1-4/+8
2019-11-14ceph: increment/decrement dio counter on async requestsGravatar Jeff Layton 1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsGravatar Jeff Layton 1-7/+18
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportGravatar Jeff Layton 1-1/+10
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Gravatar Luis Henriques 1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openGravatar Jeff Layton 1-0/+3
2019-10-29ceph: add missing check in d_revalidate snapdir handlingGravatar Al Viro 1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Gravatar Al Viro 1-7/+8
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Gravatar Luis Henriques 1-5/+5
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsGravatar Arnd Bergmann 2-1/+2
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraGravatar Jeff Layton 1-10/+11
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 16-335/+596
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientGravatar Jeff Layton 1-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterGravatar Luis Henriques 1-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cGravatar Ilya Dryomov 1-0/+2
2019-09-16ceph: move static keyword to the front of declarationsGravatar Krzysztof Wilczynski 1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateGravatar Erqi Chen 1-1/+3
2019-09-16ceph: use release_pages() directlyGravatar John Hubbard 1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsGravatar Jeff Layton 1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelGravatar Jeff Layton 1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineGravatar Jeff Layton 2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesGravatar Jeff Layton 5-16/+200
2019-09-16ceph: don't return a value from void functionGravatar John Hubbard 1-1/+0
2019-09-16ceph: don't freeze during write page faultsGravatar Jeff Layton 1-0/+2
2019-09-16ceph: update the mtime when truncating upGravatar Jeff Layton 1-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Gravatar Ilya Dryomov 1-27/+27
2019-09-16ceph: remove incorrect comment above __send_capGravatar Jeff Layton 1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHGravatar Jeff Layton 2-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsGravatar Jeff Layton 1-1/+1
2019-09-16ceph: have __mark_caps_flushing return flush_tidGravatar Jeff Layton 1-10/+10
2019-09-16ceph: fix comments over ceph_add_capGravatar Jeff Layton 1-1/+3
2019-09-16ceph: eliminate session->s_trim_capsGravatar Jeff Layton 2-10/+9
2019-09-16ceph: fetch cap_gen under spinlock in ceph_add_capGravatar Jeff Layton 1-2/+7
2019-09-16ceph: remove ceph_get_cap_mds and __ceph_get_cap_mdsGravatar Jeff Layton 2-32/+0
2019-09-16ceph: don't SetPageError on writepage errorsGravatar Jeff Layton 1-2/+1
2019-09-16ceph: auto reconnect after blacklistedGravatar Yan, Zheng 5-8/+79
2019-09-16ceph: invalidate all write mode filp after reconnectGravatar Yan, Zheng 4-0/+19
2019-09-16ceph: return -EIO if read/write against filp that lost file locksGravatar Yan, Zheng 3-8/+29
2019-09-16ceph: add helper function that forcibly reconnects to ceph cluster.Gravatar Yan, Zheng 3-5/+39
2019-09-16ceph: pass filp to ceph_get_caps()Gravatar Yan, Zheng 4-42/+46
2019-09-16ceph: track and report error of async metadata operationGravatar Yan, Zheng 5-22/+54
2019-09-16ceph: allow closing session in restarting/reconnect stateGravatar Yan, Zheng 1-3/+3
2019-09-16ceph: don't list vxattrs in listxattr()Gravatar Jeff Layton 1-29/+0
2019-09-16ceph: allow copy_file_range when src and dst inode are sameGravatar Jeff Layton 1-2/+0