summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2020-01-27ceph: add __send_request helperXiubo Li1-22/+25
2020-01-27ceph: ensure we have a new cap before continuing in fill_inodeJeff Layton1-1/+4
2020-01-27ceph: drop unused ttl_from parameter from fill_inodeJeff Layton1-9/+6
2020-01-27ceph: fix possible long time wait during umountXiubo Li1-3/+4
2020-01-27ceph: only choose one MDS who is in up:active state without laggyXiubo Li2-11/+32
2020-01-27ceph: fix mdsmap cluster available check based on laggy numberXiubo Li1-21/+27
2020-01-27ceph: remove unnecessary assignment in ceph_pre_init_acls()Chengguang Xu1-2/+2
2020-01-27ceph: delete redundant douts in con_get/put()Chengguang Xu1-5/+1
2020-01-21ceph: hold extra reference to r_parent over life of requestJeff Layton1-2/+6
2019-12-09ceph: add more debug info when decoding mdsmapXiubo Li1-4/+8
2019-12-09ceph: switch to global cap helperXiubo Li1-14/+10
2019-12-09ceph: trigger the reclaim work once there has enough pending capsXiubo Li1-1/+1
2019-12-09ceph: show tasks waiting on caps in debugfs caps fileJeff Layton4-0/+40
2019-12-09ceph: convert int fields in ceph_mount_options to unsigned intJeff Layton3-23/+26
2019-12-08fs: ceph: Delete timespec64_trunc() usageDeepa Dinamani1-3/+1
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-344/+359
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells4-329/+332
2019-11-25ceph: don't leave ino field in ceph_mds_request_head uninitializedJeff Layton1-0/+1
2019-11-25ceph: tone down loglevel on ceph_mdsc_build_path warningJeff Layton1-7/+11
2019-11-25ceph: fix geting random mds from mdsmapXiubo Li1-4/+7
2019-11-25ceph: make several helper accessors take const pointersJeff Layton1-4/+8
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton1-7/+18
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton1-1/+10
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton1-0/+3
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro1-7/+8
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques1-5/+5
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2-1/+2
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton1-10/+11
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-335/+596
2019-09-16ceph: call ceph_mdsc_destroy from destroy_fs_clientJeff Layton1-4/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques1-4/+13
2019-09-16ceph: include ceph_debug.h in cache.cIlya Dryomov1-0/+2
2019-09-16ceph: move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-09-16ceph: reconnect connection if session hang in opening stateErqi Chen1-1/+3
2019-09-16ceph: use release_pages() directlyJohn Hubbard1-18/+1
2019-09-16ceph: allow arbitrary security.* xattrsJeff Layton1-33/+2
2019-09-16ceph: only set CEPH_I_SEC_INITED if we got a MAC labelJeff Layton1-1/+2
2019-09-16ceph: turn ceph_security_invalidate_secctx into static inlineJeff Layton2-8/+7
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton5-16/+200
2019-09-16ceph: don't return a value from void functionJohn Hubbard1-1/+0
2019-09-16ceph: don't freeze during write page faultsJeff Layton1-0/+2
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21
2019-09-16ceph: fix indentation in __get_snap_name()Ilya Dryomov1-27/+27
2019-09-16ceph: remove incorrect comment above __send_capJeff Layton1-4/+0
2019-09-16ceph: remove CEPH_I_NOFLUSHJeff Layton2-20/+9
2019-09-16ceph: remove unneeded test in try_flush_capsJeff Layton1-1/+1