summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton
2020-06-24ceph: don't return -ESTALE if there's still an open fileLuis Henriques
2020-06-03ceph: flush release queue when handling caps for unknown inodeJeff Layton
2020-05-27ceph: fix double unlock in handle_cap_export()Wu Bo
2020-05-14ceph: demote quotarealm lookup warning to a debug messageLuis Henriques
2020-05-14ceph: fix endianness bug when handling MDS session feature bitsJeff Layton
2020-04-29ceph: don't skip updating wanted caps when cap is staleYan, Zheng
2020-04-29ceph: return ceph_mdsc_do_request() errors from __get_parent()Qiujun Huang
2020-04-13ceph: canonicalize server path in placeIlya Dryomov
2020-04-13ceph: remove the extra slashes in the server pathXiubo Li
2020-04-01ceph: fix memory leak in ceph_cleanup_snapid_map()Luis Henriques
2020-04-01ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-03-05ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li
2020-02-24ceph: check availability of mds cluster on mount after wait timeoutXiubo Li
2020-01-29ceph: hold extra reference to r_parent over life of requestJeff Layton
2019-12-17ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton
2019-11-07ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-10-29ceph: add missing check in d_revalidate snapdir handlingAl Viro
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro
2019-10-29ceph: fix use-after-free in __ceph_remove_cap()Luis Henriques
2019-10-15ceph: just skip unrecognized info in ceph_reply_info_extraJeff Layton
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